Skip to main content

Ontraport Integration

How to Send Contacts from Ontraport to Cometly via Webhook.

Updated over 3 weeks ago

Start Here 👋

You can automatically send contact data from Ontraport to Cometly by adding a webhook to your automation. This is useful for tracking lead conversions and syncing important contact details into Cometly for attribution.


🔧 Step-by-Step Instructions

  1. Go to Automations in Ontraport
    Navigate to the Automations section in your Ontraport account. You can either:

    • Create a new automation, or

    • Update an existing automation if it makes sense to send contact data to Cometly at a certain point in that flow.

  2. Add a Webhook Step
    Click the + icon where you want the webhook to be triggered and choose "Send to a Webhook" as the next action.

  3. Configure the Webhook Settings

    • Destination URL:
      Paste your Cometly webhook URL.

      To create a new webhook URL in Cometly, go to the Webhooks section in your Cometly account and create a new webhook endpoint. For full instructions, refer to our Webhooks Help Article.

    • Webhook Method:
      Select POST from the dropdown.

    • POST Data:
      In the data field, paste the following JSON:

      {
      "first_name": "[First Name]",
      "last_name": "[Last Name]",
      "email": "[Email]",
      "office_phone": "[Office Phone]"
      }

    • Ontraport will automatically replace these bracketed fields with the actual contact’s data when the webhook is sent.

  4. Publish Your Automation
    Click Save and Publish your automation to activate it.

Did this answer your question?