Nango uses webhooks to notify your application of important events.
This page talks about webhooks Nango sends to your own application. To process webhooks from external APIs, please read the Webhooks page.

Webhooks Configuration

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.

Overview of Nango webhooks

The most popular webhooks are:
  • New connection created: Sent whenever a new connection has been created in the environment
  • Sync execution finished: Sent whenever a Sync execution finishes
  • Forwarded webhook: Sent when you instruct Nango to forward webhooks from an external API to your app