Investment-related events
For the Investment object, IDM supports webhooks for the following event types:
funddata.investment.created: When a new investment is createdfunddata.investment.updated: When a investment is updatedfunddata.investment.deleted: When a investment 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
Updated 1 day ago