Notify robot
Introduces the access methods of various types of robots.
DingTalk group robots
- Select the group chat where the robot needs to be sent, and click [Group Settings] on the upper right.
- Click [Intelligent Group Assistant].
- Click [Add Robot].
- Select [Custom] robot.
- (Optional) Click [Add Signature] in the security settings, and the [Robot Key] of the Sonic platform appears below, copy the key and fill it in the project.
- Click the [Finish] button, and the robot will be added. The WebHook that appears at this time is the [Robot Hook] of the Sonic platform. Copy the WebHook and fill it in the project.
- Done! The platform can push the message.
Feishu group robot
- Select the group chat where the robot needs to be sent, and click [Settings].
- Click [Group Robots].
- Click [Add Robot].
- Select 【Custom Robot】.
- (Optional) Click [Signature Verification] in the security settings, and the [Robot Key] of the Sonic platform will appear, copy the key and fill it in the project.
- Click the [Finish] button, and the robot will be added. The WebHook that appears at this time is the [Robot Hook] of the Sonic platform. Copy the WebHook and fill it in the project.
- Done! The platform can push the message.
Enterprise WeChat Robot
- Select the group chat where the robot needs to be sent, and click [Settings].
- Click [Add Robot].
- Click 【Create a new robot】.
- Click the [Finish] button, and the robot will be added. The WebHook that appears at this time is the [Robot Hook] of the Sonic platform. Copy the WebHook and fill it in the project.
- Done! The platform can push the message.
Friends Space Robot
- Select the group to send the robot to, enter the group, and click [Settings]
- Click [Group Robots].
- Click [Add Robot] -> [Custom Robot] (you can also select an existing robot).
- Click the [Add] button, and the robot is added. The webHook that appears at this time is the [Robot Hook] of the Sonic platform. Copy the webHook and fill it in the project.
- Done! The platform can push the message.
Telegram Bot
- Create a Telegram bot through @BotFather in Telegram and obtain a bot token.
- Add the robot to the specified chat or chat group in Telegram.
- Use
https://api.telegram.org/bot{Token}/getUpdates
link to get chatId - Replace the Token and chatId of the following link
https://api.telegram.org/bot{Token}/sendMessage?chat_id={chatId}
to form a webHook. - The formed webHook is the [Robot Hook] of the Sonic platform, copy the webHook and fill it in the project.
- Done! The platform can push the message.
- Telegram Bot API Reference Link
LINE Notify
- Log in to Line Notify and enter the personal page.
- Click [Issue Token] and set the name and select the group to receive notifications.
- Press Release to get 【Token】.
- The obtained Token is the [Robot Hook] of the Sonic platform, copy the Token and fill it in the project.
- Done! The platform can push the message.
- Line Notify API reference link
Slack Bot
- Log in to Slack App, and click the "Create New App" button to create an App.
- In the App details, click "Features" -> "Incoming Webhooks" -> "Activate Incoming Webhooks".
- Then click the "Add New Webhook to Workspace" button, and then select the person or channel you want to send.
- Go back to the APP details interface and copy the Webhook URL just generated.
- Enter the Sonici platform, select Slack Bot on the message push setting page, and fill in the URL just copied for Webhook.