There are two types of webhooks in Nango: webhooks from Nango (to your app) and webhooks from external APIs (to Nango).

Webhooks from Nango

Nango sends webhook notifications to your backend in different cases:

Nango retries (with exponential backoff) webhooks with non-2xx responses.

Webhooks from Nango are POST requests with the following JSON body.

Webhooks from external APIs

Nango makes it easy to process webhooks from external APIs (step-by-step guide).

Questions, problems, feedback? Please reach out in the Slack community.