This event occurs when a new lead is tagged by Apten. The webhook payload contains
information about the lead that was tagged, including the lead’s id, phone number and the associated tag. The tag name will match up to the name you define in the UI.
The following payload is sent when a lead is tagged:
Copy
{ "event": "leadTagged", "data": { "leadId": string, "phone": string, "tag": string, "close_crm_leadId": string // Included only if the lead is associated with Close CRM via the integration }, "timestamp": string (ISO 8601 format)}