AttachmentActions (bot)
Number of APIs: 11
-
[bot] Create a space (for test purpose) POST {{WEBEXAPI}}/rooms
-
[user] Get person details GET {{WEBEXAPI}}/people/me
-
[bot] Create a webhook (attachmentActions) POST {{WEBEXAPI}}/webhooks
-
[bot] List webhooks GET {{WEBEXAPI}}/webhooks
-
[bot] Create a membership (add user) POST {{WEBEXAPI}}/memberships
-
[user] Get message (read card) GET {{WEBEXAPI}}/messages/{{_message}}
-
[user] Create an attachmentAction (submit) POST {{WEBEXAPI}}/attachment/actions
-
[bot] Get attachmentAction details (read inputs) GET {{WEBEXAPI}}/attachment/actions/{{_action}}
-
[bot] Create a message (respond to user) POST {{WEBEXAPI}}/messages
-
[bot] Delete webhook DELETE {{WEBEXAPI}}/webhooks/{{_webhook}}