Skip to main content
The lead.additionalInfo.updated webhook event is triggered when a lead’s additionalInfo object changes. This includes metadata you set via the API (for example on create or update) and values Apten stores on the lead over time. Use this event to sync CRM fields, trigger workflows, or audit changes without polling GET /leads/{leadId}.

Payload

The following payload is sent when one or more additionalInfo keys change on a lead:
Only keys that changed in that update appear under data.additionalInfo. Each key includes the previous and new value (null when a key was added or removed).

Example: key removed

Properties