Discussions

Ask a Question
Back to All

Webhook Call Event Not Receiving

Hi I am not receiving any webhook requests on my webhook url from dialpad. Below is the webhook subscription config I have created.

{
"subscription": {
"call_states": [
"recording"
],
"enabled": true,
"group_calls_only": false,
"id": "",
"target_id": "<USER_IDENTIFIER>",
"target_type": "user",
"webhook": {
"hook_url": "<HOOK_URL>",
"id": "",
"signature": {
"algo": "HS256",
"secret": "",
"type": "jwt"
}
}
}
}