AttachmentActions (bot)

Number of APIs: 11

  1. [bot] Create a space (for test purpose) POST {{WEBEXAPI}}/rooms

  2. [user] Get person details GET {{WEBEXAPI}}/people/me

  3. [bot] Create a webhook (attachmentActions) POST {{WEBEXAPI}}/webhooks

  4. [bot] List webhooks GET {{WEBEXAPI}}/webhooks

  5. [bot] Create a membership (add user) POST {{WEBEXAPI}}/memberships

  6. [user] Get message (read card) GET {{WEBEXAPI}}/messages/{{_message}}

  7. [user] Create an attachmentAction (submit) POST {{WEBEXAPI}}/attachment/actions

  8. [bot] Get attachmentAction details (read inputs) GET {{WEBEXAPI}}/attachment/actions/{{_action}}

  9. [bot] Create a message (respond to user) POST {{WEBEXAPI}}/messages

  10. [bot] Delete webhook DELETE {{WEBEXAPI}}/webhooks/{{_webhook}}