Skip to content

CRM integration

You can push conversion and event data from Integr8 to any CRM or external system that accepts inbound HTTP requests. Integr8 sends the data as a standard postback, the same mechanism used for affiliate postbacks, so there is nothing new to configure on the Integr8 side.

  • Get the CRM endpoint URL and the parameter or field names it expects.
  • Get any required authentication: API key, bearer token, or basic auth header.
  • Decide whether you want all conversions pushed, or only a specific offer.
  1. Set up a postback in Integr8 that points to your CRM’s webhook or API endpoint.
  2. Map Integr8 data fields (offer ID, transaction ID, payout, etc.) to the parameters your CRM expects.
  3. Integr8 fires the postback on each conversion or event, pushing the data in real time.

The Create Postback form used for the CRM push

  1. Go to Postbacks > Postbacks Management and click Create.
  2. Pick Conversion (or Event for post-conversion actions) as the postback type.
  3. Enter a name, for example CRM Salesforce Leads.
  4. Set scope to Any to push all conversions, or pick a specific offer.
  5. Enter your CRM’s API endpoint as the Postback URL. For GET requests:
    https://crm.yourdomain.com/api/conversions?lead_id={transaction_id}&offer={offer_id}&revenue={revenue}
  6. For POST requests, click Advanced HTTP Settings:
    • Set the HTTP method to POST.
    • Add required headers, for example Authorization: Bearer YOUR_TOKEN.
    • Define the request body with the fields your CRM expects.
  7. Click Save.

After saving, trigger a test conversion using the Test link type from the tracking link generator. Check your CRM to confirm the data arrived. If it does not, review the postback logs for error details.

Macro Value
{transaction_id} Unique conversion ID
{offer_id} Offer identifier
{publisher_id} Publisher identifier
{sub_id} Sub-publisher ID
{revenue} Advertiser revenue
{payout} Publisher payout
{currency} Currency code
{status} approved or rejected
{external_transaction_id} Publisher’s original click ID