Document-related events
For the Document object, IDM supports webhooks for the following event types:
funddata.investment_entity.document.created: When a new document is uploaded to an investment entityfunddata.investment_entity.document.updated: When a document under an investment entity is updatedfunddata.investment_entity.document.deleted: When a document under an investment entity is deletedfunddata.investment_entity.document.expiring_soon: When a document under an investment entity has its status changed to "expiring soon"funddata.investment_entity.document.expired: When a document under an investment entity has its status changed to "expired"
Payload:
{
"event": string,
"id": string
}- type: event type
- id: Anduin ID of the object, automatically provided by the system
Updated 30 days ago