Webhooks firing multiple times

Description
I have noticed webhooks firing multiple times for meeting.created event.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

Which Endpoint/s?

How To Reproduce (If applicable)
sometimes the meeting.created event is triggered twice.

Hey @abhishekdwivedi,

This is most likely happening because you are not sending back a 200 OK response once you receive the webhook:

Thanks,
Tommy

Hi @tommy
Thanks for the reply, this was the reason for multiple firings, fixed now.

1 Like

You are welcome! :slight_smile:

-Tommy