Go to campaigns and select create campaign
Select the source " Webhook"
Click “Copy URL”:
This copies the unique Webhook URL where you'll send the data.
Send a POST Request to the URL
You can send data to the campaign by making a POST request to the copied URL.
Get your API token by going to the top right corner and clicking on your profile settings, then navigate to account settings.
Click on Generate Token
Copy the Api Token
Add your API token to the Authorization header of your request.
In the body of the request, include the prospect’s information as key-value pairs, like this:
Required Fields
Each prospect must include either:
At least one contact method:
email
,linkedinUrl
, orphoneNumber
ORA full identity:
firstName
,lastName
, andcompany
Optional Fields
firstName
lastName
middleName
jobTitle
headline
linkedinProfileId
linkedinUrl
photoUrl
phoneNumber
state
city
country
company
email
seniority
description
companySummary
companyWebsite
companyCity
companyState
companyCountry
companyLogoUrl
companyLinkedinUrl
extraInfo1
extraInfo2
extraInfo3
extraInfoData - Object {columName: columnValue}. For example: {"Source" : "Linkedin", "Sourced At": "2026-08-10 11:08"}.
How to Add Prospects via Webhook URL
Use a Webhook to automatically add new prospects to your campaign from any external tool

Written by Sharon Drelevich
Updated this week