Client-related events

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

  • funddata.client.created: When a new client is created
  • funddata.client.updated: When a client is updated
  • funddata.client.deleted: When a client is deleted

Payload:

{
	"type": string,
	"id": string,
	"trackingId": 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