Create a webhook (all events, all rooms)

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"=>"Webhook to Requestb.in (all events, no filter)", "resource"=>"all", "event"=>"all", "targetUrl"=>"https://enuxe3i231jho.x.pipedream.net/"}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring