Updated lead notification

Sent to configured profile or company lead update notification URLs when follow-up or lead status data changes. This uses profile-level notifyLeadUpdatedUrls and company-level notifyLeadUpdatedUrlsAllAgents.

Payload

Payload sent to company-level outbound lead webhook URLs.

lead
object

Lead record. Includes core lead fields and may include plugin/custom fields.

profile
object

Accepted profile details, or { accepted: false } if no profile has accepted.

string | null

Timestamp when the lead was accepted, if accepted.

followup_notification
object | null

Follow-up status data when available.

Responses
200

Webhook payload accepted successfully.

default

The receiver did not accept the webhook payload.

LoadingLoading…