Zapier
Create a lead through Zapier.
Set is_test to true to have the endpoint answer with a sample page URL without importing anything — this is what Zapier calls when the user tests the step while building a Zap.
post/api/external/v1/zapier/upsert-lead
Request body
Example request
{
"workspace_id": 55,
"campaign_id": 123,
"linkedin_profile_url": "https://www.linkedin.com/in/williamhgates/",
"company_domain": "example.com",
"email": "test@example.com",
"callback_url": "https://example.com/callback",
"custom_data": {
"key": "value"
}
}Response
Example response
{
"message": "Job started!",
"job_id": "9f1c8b2e-..."
}