Communication Matrices-related events
For the Communication Matrices, IDM supports webhooks for the following event types:
funddata.communication_matrices.assigned: When a communication matrix is assigned/updatedfunddata.communication_matrices.unassigned: When a communication matrix is unassigned
Payload:
{
"event": string,
"firmId": string,
"contactId": string,
"investmentEntityId": string,
"fundLegalEntityId": string,
}- event: event type
- firmId: Anduin ID of the IDM firm object that owns the Communication Matrix
- contactId: Anduin ID of the Contact object, automatically provided by the system
- investmentEntityId: Anduin ID of the Investment Entity object, automatically provided by the system
- fundLegalEntityId: Anduin ID of the Fund Legal Entity object, automatically provided by the system
Note: To retrieve Communication Matrices by event, you can use the Public API: List communication matrices by contact or List communication matrices by investment entity
Updated 5 days ago