v1

latestOpenAPI 3.0.32026-08-0615026.5 KB
Zapier

Create a lead through Zapier.

post/api/external/v1/zapier/upsert-lead

Request body

workspace_idinteger required
campaign_idinteger required
is_testboolean nullable
linkedin_profile_urlstring nullable

when true, the callback_url is not set OR set to a dummy URL.

company_domainstring nullable

at least one of the three fields is required.

emailstring nullable

at least one of the three fields is required. Must be a valid email address.

callback_urlstring required

at least one of the three fields is required. Must be a valid URL.

custom_dataobject nullable

Example request

{
  "workspace_id": 16,
  "campaign_id": 16,
  "linkedin_profile_url": "http://www.bailey.biz/quos-velit-et-fugiat-sunt-nihil-accusantium-harum.html",
  "company_domain": "architecto",
  "email": "zbailey@example.net",
  "callback_url": "https://www.gulgowski.com/nihil-accusantium-harum-mollitia-modi-deserunt"
}