Each environment in Nango has its own webhook settings:
Which webhooks Nango sends to your application
Endpoints the webhooks are sent to
Nango currently sends all webhooks to the same endpoint. You can configure up to two endpoints per environment that will receive webhooks.Failed webhook deliveries are retried several times, with exponential backoff. All webhook delivery attempts are logged in Nango’s logs.To receive webhooks from Nango in your app, follow our Webhooks from Nango implementation guide.