Discussions

Ask a Question
Back to All

Not receiving Payload on webhook

I set up a Webhook {
"items": [
{
"hook_url": "https://findahomeyoulove.com/webhooks/dialpad-endpoint.php",
"id": "6081738268262400",
"signature": {
"algo": "HS256",
"secret": "secretkey",
"type": "jwt"
}
}
]
}. After triggering an event (hangup) I don't receive a payload to my endpoint. Can you help me with this? I've tried testing it with and without JWT format, but I just don't receive anything after an event.