Discussions

Ask a Question
Back to All

Webhooks Not Firing?

I created 5 webhooks and 5 subscriptions, one for each Event Category.

None of them are firing based on DialPad events. They do fire when I send a test event via my local terminal.

I am self-hosting n8n on a digital ocean droplet.

The listening webhook is POST and has JWT enabled. This is where I sent a test event from my local terminal.

  {
    "hook_url": "https://n8n.domain.com/webhook/dialpad/call-event-b185-4b39-ba5d-8dcf612b1719",
    "id": "6611389444997120",
    "signature": {
      "algo": "HS256",
      "secret": "REMOVED-FOR-PRIVACY",
      "type": "jwt"
    }
  },
[  
  {  
    "call_states": [  
      "all"  
    ],  
    "enabled": true,  
    "group_calls_only": false,  
    "id": "5095632026419200",  
    "webhook": {  
      "hook_url": "<https://n8n.domain.com/webhook/dialpad/call-event-b185-4b39-ba5d-8dcf612b1719">,  
      "id": "6611389444997120",  
      "signature": {  
        "algo": "HS256",  
        "secret": "REMOVED-FOR-PRIVACY",  
        "type": "jwt"  
      }  
    }  
  }  
]
[  
  {  
    "items": \[  
      {  
        "call_states": [  
          "all"  
        ],  
        "enabled": true,  
        "group_calls_only": false,  
        "id": "5095632026419200",  
        "webhook": {  
          "hook_url": "<https://n8n.domain.com/webhook/dialpad/call-event-b185-4b39-ba5d-8dcf612b1719">,  
          "id": "6611389444997120",  
          "signature": {  
            "algo": "HS256",  
            "secret": "REMOVED-FOR-PRIVACY",  
            "type": "jwt"  
          }  
        }  
      }  
    ]  
  }  
]

Please help with this!

Thank you,

Michael