メインコンテンツにスキップ

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

  1. In GAS Editor: Click "Libraries +" → Paste into "Script ID" field → Click "Look up"
  2. "chatwork-client-gas" will appear in the search results
  3. Select the latest version (highest number) from "Version" dropdown
  4. Click "Add"

Tags

Main Features
1
Easy Setup

Add provided GAS script ID as library resource to start using.

Examples

Main Functions

FunctionDescription
ライブラリ追加Add client library to GAS project

Examples

Setup Chatwork Client Library
/**
 * Chatworkクライアントライブラリ設定
 * ・GASエディタでリソース追加: ライブラリ > + > ID入力欄
 * ・スクリプトID設定: '1nf253qsOnZ-RcdcFu1Y2v4pGwTuuDxN5EbuvKEZprBWg764tjwA5fLav'
 * ・バージョン・識別子選択: 最新バージョン、自動またはChatworkClient
 */
function setupChatworkLibrary() {
  // GASエディタのUI操作で上記手順を実施
  // 追加後、ライブラリ関数が利用可能になる
  // 公開情報不足のため具体メソッド例なし
}

Sample Code

Post a Sample

No sample codes for this library yet

Be the first to post a sample!

Post a Sample