Tianqi-Dotes commented on a change in pull request #752: URL: https://github.com/apache/dolphinscheduler-website/pull/752#discussion_r838382566
########## File path: docs/zh-cn/dev/user_doc/guide/alert/enterprise-webexteams.md ########## @@ -19,6 +21,45 @@ * destination > 消息目的地,一条消息只支持一个目的地 +## 创建一个机器人 + +访问[官网My-Apps](https://developer.webex.com/docs/api/v1/rooms/create-a-room)来创建一个机器人,点击`Create a New APP` 然后选择 `Create a Bot`,填入机器人信息后获取`bot username` 和 `bot ID`以备以下步骤使用。 + + + +## 创建一个房间 + +访问[官网开发者APIs](https://developer.webex.com/docs/api/v1/rooms/create-a-room)来创建一个房间,填入房间名称后获取`id`(room ID) 和 `creatorId`以备以下步骤使用。 + + + +### 邀请机器人到房间 + +通过机器人的Email(bot username)将机器人添加至房间。 Review comment: `Room` is defined by Webex -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
