Aircall Integration Explained
Setting up webhook triggers in Aircall allows you to send real-time data to your external systems based on specific events. This is essential for building custom integrations and automating workflows.
This guide provides a step-by-step walkthrough for creating webhooks in Pipedrive to send real-time notifications about events to your external systems.
added, updated). Use for all actions.deal, person). Use for all objects.activityactivityTypedealnoteorganizationpersonpipelineproductstageuseradded.person, updated.deal, or a broad trigger like *.* to capture all events.⚠️ Authentication LimitationPipedrive does not support multiple custom header parameters for authentication. You can effectively only pass a single token or certificate via these fields.
updated.deal.updated.stage instead, the webhook would only trigger when the stage's settings (like its name or order in the pipeline) are changed, not when a deal moves into it.Key TakeawayThe event object should be the primary record you are tracking (e.g., deal, person, organization), not a related attribute like stage.
❗ Important Notes on the Ban Policy
- Retries of a failed webhook do not increase the ban counter.
- If a webhook is banned, any event that occurs during the ban period is permanently lost. No data is saved for retry.
- If a webhook has no successful deliveries for 3 consecutive days, it will be automatically deleted.