Discussions

Ask a Question
Back to All

webhooks appear to be sending twice?

I have experienced this in both zapier and in custom code. I have set up a very simple webhook for the recap_summary on the call event. Both in zapier and in custom code I am logging each web hook call. Every so often i am logging the exact same request twice as if it has been sent through within milliseconds of each other.

As I said before, i have experienced this both in zapier and in a custom api i set up on AWS. Nothing fancy, just testing the webhooks by logging the contents to a database (in the custom api i am logging to a dynamodb database).

If dialpad isn't sending these twice, what else could it be? I use webhooks extensively with other platforms and have never experienced this before.