Create a webhook (messages/created)
POST {{WEBEXAPI}}/webhooks/
Creates a webhook for messages/created event.
Note that you'll need to change the requestb.in URI to your own to see the webhook in action.
https://developer.webex.com/endpoint-webhooks-post.html
Request Body
{"name"=>"Postman WebHook Test", "resource"=>"messages", "event"=>"created", "targetUrl"=>"https://enryghfod7afj.x.pipedream.net", "filter"=>"roomId={{_room}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |