Simple adapter to push EVENT notifications to Chatwork room.
Please use this branch on JENNIFER Server 5.2.3 or more.
The first step is to register the adapter:
- In JENNIFER Client, open the management area and Navigate to Extension and Notice > Adapter and Plugin
- Make sure the adapter tab is selected then click the [+Add] button.
- Select [Event] from the classifications dropdown.
- Enter
chatwork
as ID. - Enter the path to the adapter JAR file jennifer-view-adapter-chatwork.jar or upload the JAR file from you local machine.
- Enter the adapter class name
adapter.jennifer.chatwork.ChatworkAdapter
and save the settings.
The second step is to register parameters for sending messages.
- Open the management area and Navigate to Extension and Notice > Adapter and Plugin.
- Make sure the adapter tab is selected then click the
chatwork adapter
that was registerd privious step. - Click [Option] button.
- Click [+Add] button.
- Enter
token
as Key and token vale for using chatwork API as Value. Then save the setting. - Click [+Add] button.
- Enter
room_name
as Key and the room name to send message as Value. Then save the setting.
The following table shows the required options for this adapter
Key | Required | Description Example |
---|---|---|
token | YES | Set Chatwork API token |
room_name | YES | Set target destination for message. |
All step is cleared, restart JENNIFER View Server then you can check the JENNIFER's event messages on Chatwork.