association.updated
This event triggers whenever a project-contact association is updated.
Event Type
Section titled “Event Type”association.updatedEvent Payload
Section titled “Event Payload”{ "event": "association.updated", "data": { "project": { "id": "project-mno123pqr4567890", "name": "Project Name", "description": "A brief description of the project", "isArchived": false, "createdAt": "2023-01-01T00:00:00.000Z", "updatedAt": "2023-01-01T00:00:00.000Z", "isDeleted": false, "clientId": "client-ghi123jkl4567890", "clientName": "Client Name", "clientDeleted": false, "clientArchived": false, "endCustomer": "End Customer Name", "associations": [ { "contactId": "contact-jkl123mno4567890", "contactName": "Contact Name", "contactEmail": "placeholder@example.com", "contactType": "MANAGER", "notificationLevel": "COPY_ONLY" } ] }, "contact": { "id": "contact-jkl123mno4567890", "name": "Contact Name", "description": "A brief description of the contact", "isArchived": false, "createdAt": "2023-01-01T00:00:00.000Z", "updatedAt": "2023-01-01T00:00:00.000Z", "isDeleted": false, "clientId": "client-ghi123jkl4567890", "clientName": "Client Name", "clientArchived": false, "clientDeleted": false, "email": "placeholder@example.com", "hasPortalAccess": true, "associations": [ { "projectId": "project-mno123pqr4567890", "projectName": "Project Name", "endCustomer": "End Customer Name", "contactType": "MANAGER", "notificationLevel": "COPY_ONLY" } ] }, "association": { "projectId": "project-mno123pqr4567890", "projectName": "Project Name", "projectEndCustomer": "End Customer Name", "contactId": "contact-jkl123mno4567890", "contactName": "Contact Name", "contactType": "MANAGER", "notificationLevel": "COPY_ONLY" } }}Give Feedback
Section titled “Give Feedback”At Crewsum we take customer feedback very seriously. If you find anything wrong with this documentation or would like to request a feature, please reach out to sunny.avery@crewsum.com.