Webhook Notification

Description
How does notification delivery of webhook works? I specifically need to ask what status do I have to send back as a response (eg: 200, 500) to stop webhook retrying. Does it retry even after we send status as 500?

Documentation words are not very clear to me. So, please try to answer back in your words.

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

Which Endpoint/s?
Meeting created Webhook

Hi @kamal1595singh,

Our Webhooks expect a 200OK response from your server/endpoint.

And you can find the details on our retry logic here:

Thanks!
Will

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.