chatwork-client-gas
Chatwork Client for Google Apps Script
AI Summary
Chatwork Client for Google Apps Script
Non-official client library for Chatwork in GAS.
Target Users
GAS developers integrating Chatwork API in automation scripts.
Problems Solved
Insufficient info. Assumes need for Chatwork API client in GAS.
Script ID
- In GAS Editor: Click "Libraries +" → Paste into "Script ID" field → Click "Look up"
- "chatwork-client-gas" will appear in the search results
- Select the latest version (highest number) from "Version" dropdown
- Click "Add"
Tags
Main Features
1
Easy Setup
Add provided GAS script ID as library resource to start using.
Examples
Main Functions
| Function | Description |
|---|---|
| ライブラリ追加 | Add client library to GAS project |
Examples
Setup Chatwork Client Library
/**
* Chatworkクライアントライブラリ設定
* ・GASエディタでリソース追加: ライブラリ > + > ID入力欄
* ・スクリプトID設定: '1nf253qsOnZ-RcdcFu1Y2v4pGwTuuDxN5EbuvKEZprBWg764tjwA5fLav'
* ・バージョン・識別子選択: 最新バージョン、自動またはChatworkClient
*/
function setupChatworkLibrary() {
// GASエディタのUI操作で上記手順を実施
// 追加後、ライブラリ関数が利用可能になる
// 公開情報不足のため具体メソッド例なし
}