Discussions
Http request (webhook) when incoming call
6 months ago by John V
Hi. I’m trying to create a webhook. So when a client call in, it will make a http request to another webserver ? Not sure where to look for in the documentation thanks
6 months ago by Gabriel TimmAdmin
Yes.
You will need to set up a webhook and use the webhook ID from the response as endpoint ID for a call subscription through these two methods.
https://developers.dialpad.com/reference/webhookscreate
https://developers.dialpad.com/reference/webhook_call_event_subscriptioncreate
More information here:
Marked as answered by Benjamin Holmes