Trigger outreach processing for a lead
Public endpoint authenticated via API key in Authorization header. Accepts lead data and processes it through the configured lead management pipeline.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Lead data payload. Accepts arbitrary additional fields that are mapped to contact dynamic properties.
Lead phone number; normalized to E.164 server-side. Required unless contactId/_id/id is supplied.
Lead email; normalized to lowercase.
Lead first name used when creating a new contact.
Lead last name used when creating a new contact.
Single-field display name fallback when firstName/lastName are not supplied.
Contact _id for an existing contact; bypasses the create-or-merge lookup.
Contact _id for an existing contact; bypasses the create-or-merge lookup.
Contact _id for an existing contact; bypasses the create-or-merge lookup.