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.
It would be excessive to introduce what Salesforce is and what it's used for, so let's jump right into the real deal.
💡 Key Concept: Webhooks are "Outbound Messages"
In Salesforce, setting up a webhook is known as creating an "Outbound Message". This action is typically coupled with Salesforce Flows to trigger the message based on specific criteria or events.
⚠️ No Custom Headers
Salesforce's Outbound Message feature does not allow for the configuration of custom request headers. Any required authentication must be handled through the endpoint URL's query parameters.