Skip to main content
All CollectionsIntegrations
Connect external events
Connect external events
Updated over 4 months ago

A critical part of your Performance Messaging strategy with 360dialog is the integration between your existing CRM or sales management tool. This integration will ensure that qualification and sales events are sent to 360dialog and used to optimize your Ad Campaign.

Raw integration based on webhook events

In general, you will send a webhook event with the following payload:

“external_event”: {
“action”: “Action name”, //for example, Purchase
“lead_phone”: phonenumber, //full phone number, including country and area code
“revenue”: {
“amount”: 10, //total amount of event. add 0 if no amount attached, like click
“currency”: “EUR” //currency in ISO 4217 format
}

Did this answer your question?