Receive a webhook when a new lead is tagged by Apten.
sms
, email
, call
, or manual
), and the associated tag. The tag name will match up to the name you define in the UI.
Property | Type | Description |
---|---|---|
event | string | The webhook event type (leadTagged ). |
data.leadId | string | The unique identifier for the lead. |
data.phone | string | The phone number of the lead. |
data.channel | string | The communication channel. Can be sms , email , call , or manual . |
data.tag | string | The tag applied to the lead. Matches the name defined in the UI. |
data.close_crm_leadId | string | The Close CRM lead ID. Only included if the lead is associated with Close CRM via integration. |
timestamp | string | The ISO 8601 timestamp when the lead was tagged. |