Contact-related events

For the Contact object, IDM supports webhooks for the following event types:

  • funddata.contact.created: When a contact is created
  • funddata.contact.updated: When a contact is updated
  • funddata.contact.deleted: When a contact is deleted

Payload:

{
  "event": string,
  "id": string,
  "trackingId": string
}
  • event: event type
  • id: Anduin ID of the object, automatically provided by the system
  • trackingId: optional tracking ID of the object, provided by the user