chatwork¶
Send a success/error message to ChatWork
Information on how to obtain an API token: http://developer.chatwork.com/ja/authenticate.html
chatwork | |
---|---|
Supported platforms | ios, android, mac |
Author | @astronaughts |
1 Example¶
chatwork(
message: "App successfully released!",
roomid: 12345,
success: true,
api_token: "Your Token"
)
Parameters¶
Key | Description | Default |
---|---|---|
api_token |
ChatWork API Token | |
message |
The message to post on ChatWork | |
roomid |
The room ID | |
success |
Was this build successful? (true/false) | true |
* = default value is dependent on the user's system
To show the documentation in your terminal, run
fastlane action chatwork