- Sync webhook: new data from syncs is available
- Authorization webhook: an authorization flow completes (successfully & unsuccessfully)
- Webhook forwarding: a webhook from an external API is received
Webhooks with non-2xx responses are retried with exponential backoff.
Verify webhooks from Nango
Validate webhook provenance by looking at theX-Nango-Signature
header. It’s a SHA-256 hash generated with the secret key found in your settings and with the payload of the request body:
X-Nango-Signature
header value matches the hash.
Questions, problems, feedback? Please reach out in the Slack community.