Skip to main content

How to Add Prospects via Webhook URL

Use a Webhook to automatically add new prospects to your campaign from any external tool

Sharon Drelevich avatar
Written by Sharon Drelevich
Updated this week
  1. Go to campaigns and select create campaign

  2. Select the source " Webhook"

  3. Click “Copy URL”:

    This copies the unique Webhook URL where you'll send the data.

  4. Send a POST Request to the URL

    You can send data to the campaign by making a POST request to the copied URL.

    1. Add your API token to the Authorization header of your request.

      1. If you don’t have your API token, please request it from your Account Manager.

    2. In the body of the request, include the prospect’s information as key-value pairs, like this:


      1. Required Fields

        Each prospect must include either:

        • At least one contact method:
          email, linkedin_url, or phone_number
          OR

        • A full identity:
          first_name, last_name, and company

        Any additional fields will be accepted and stored as extra data.

Did this answer your question?