- Github
- Hubspot
- Jira
- Linear
- Salesforce
- Slack
Configure external webhooks
To send webhooks from an external API to Nango, configure webhooks on the external API portal, specifying the Nango URL to receive webhooks, which is accessible in your integration settings in the Nango UI.Configure webhooks from Nango
When Nango receives a webhook from an external API, it notifies your app with another webhook. To set this up:- go to the Environment Settings tab in the Nango UI
- specify a Webhook URL to which Nango will send notifications
- listen for webhooks in your backend at the specified route
Forward external webhooks to your app
Nango automatically forwards all webhooks from external APIs to your app. Nango webhook forwards are POST requests with the following JSON body:Handle external webhooks in syncs
Additionally, syncs can be designed to process webhooks from external APIs. Webhook-enabled syncs process relevant webhooks, resulting in the creation, update and deleting of the corresponding records in real-time. Each modified record (following an external webhook) will trigger a separate webhook from Nango to your app. The POST request has the following body:Questions, problems, feedback? Please reach out in the Slack community.