Chatwork

Description

The Chatwork component can post messages specified in the component properties using Chatwork. This is handy for notifying individuals about information from sensors.

Please note that in order to use the Chatwork component, the administrator must initially configure it in the service integration and obtain an API token.

chatwork1-en

Initial Setup

You can obtain the API token from the service integration screen of Chatwork.

chatwork2-en

Select service integration from the account menu.

chatwork3-en

Obtain the value of the API token in the API menu. This will be used in the component property.

chatwork4-en

The Chatwork component posts in group chat, so open that group chat and choose group chat settings from the settings menu.

chatwork5b-en

Obtain the room ID displayed on the group chat settings screen. This will be used in the component property.

With this, the initial setup is complete.

Component Properties

Property NameDescriptionExample
Basic PropertiesSpecify the basic properties of the 'Chatwork Token' category
Room IDThe Room ID of the group to post (obtained during initial setup)
TextThe message string to post on ChatworkExample) "The current temperature is "+cv.Payload+" degrees"
File NameThe file to send
TimeoutAPI timeout
TokenAPI Token (obtained during initial setup)

If both text and file are specified, both text and file will be sent.
* If the file path is not specified, the file reference will be actmgr/data, but for the notation of the file name specifying the file path, please refer to File Path Handling.