Contact-related events

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

  • funddata.investment_entity.contact.created: When a new contact is created under an investment entity
  • funddata.investment_entity.contact.updated: When a contact under an investment entity is updated
  • funddata.investment_entity.contact.deleted: When a contact under an investment entity is updated

Payload:

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