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 moreadditionalInfo keys change on a lead:
data.additionalInfo. Each key includes the previous and new value (null when a key was added or removed).

