Event.Archived
Sent when an event is archived.
| { "type": "Event.Archived", "data": { "eventId": "<guid>", "timestamp": "yyyy-MM-ddTHH:mm:ssZ", "correlationId": "<guid>" } }
|
Event.Contact.Anonymized
Sent when a contact is anonymized in an event.
| { "type": "Event.Contact.Anonymized", "data": { "eventId": "<guid>", "contactId": "<guid>", "timestamp": "yyyy-MM-ddTHH:mm:ssZ", "correlationId": "<guid>" } }
|
Event.Contact.Created
Sent when a contact is created in an event.
| { "type": "Event.Contact.Created", "data": { "eventId": "<guid>", "contactId": "<guid>", "timestamp": "yyyy-MM-ddTHH:mm:ssZ", "correlationId": "<guid>" } }
|
Event.Contact.Deleted
Sent when a contact is deleted from an event.
| { "type": "Event.Contact.Deleted", "data": { "eventId": "<guid>", "contactId": "<guid>", "timestamp": "yyyy-MM-ddTHH:mm:ssZ", "correlationId": "<guid>" } }
|
Event.Contact.Updated
Sent when a contact is updated in an event.
| { "type": "Event.Contact.Updated", "data": { "eventId": "<guid>", "contactId": "<guid>", "timestamp": "yyyy-MM-ddTHH:mm:ssZ", "correlationId": "<guid>" } }
|
Event.Created
Sent when an event is created.
| { "type": "Event.Created", "data": { "eventId": "<guid>", "timestamp": "yyyy-MM-ddTHH:mm:ssZ", "correlationId": "<guid>" } }
|
Event.Deleted
Sent when an event is deleted.
| { "type": "Event.Deleted", "data": { "eventId": "<guid>", "timestamp": "yyyy-MM-ddTHH:mm:ssZ", "correlationId": "<guid>" } }
|
Event.Invoice.Created
Sent when an invoice is created in an event.
| { "type": "Event.Invoice.Created", "data": { "eventId": "<guid>", "invoiceId": "<guid>", "timestamp": "yyyy-MM-ddTHH:mm:ssZ", "correlationId": "<guid>" } }
|
Event.Invoice.Finalized
Sent when an invoice is finalized in an event.
| { "type": "Event.Invoice.Finalized", "data": { "eventId": "<guid>", "invoiceId": "<guid>", "timestamp": "yyyy-MM-ddTHH:mm:ssZ", "correlationId": "<guid>" } }
|
Event.Invoice.Issued
Sent when an invoice is issued in an event.
| { "type": "Event.Invoice.Issued", "data": { "eventId": "<guid>", "invoiceId": "<guid>", "timestamp": "yyyy-MM-ddTHH:mm:ssZ", "correlationId": "<guid>" } }
|
Event.Payment.Created
Sent when a payment is created in an event.
| { "type": "Event.Payment.Created", "data": { "eventId": "<guid>", "paymentId": "<guid>", "timestamp": "yyyy-MM-ddTHH:mm:ssZ", "correlationId": "<guid>" } }
|
Event.Payment.Updated
Sent when a payment is updated in an event.
| { "type": "Event.Payment.Updated", "data": { "eventId": "<guid>", "paymentId": "<guid>", "timestamp": "yyyy-MM-ddTHH:mm:ssZ", "correlationId": "<guid>" } }
|
Event.Registration.Created
Sent when a registration is created in an event.
| { "type": "Event.Registration.Created", "data": { "eventId": "<guid>", "registrationId": "<guid>", "timestamp": "yyyy-MM-ddTHH:mm:ssZ", "correlationId": "<guid>" } }
|
Event.Registration.Deleted
Sent when a registration is deleted from an event.
| { "type": "Event.Registration.Deleted", "data": { "eventId": "<guid>", "registrationId": "<guid>", "timestamp": "yyyy-MM-ddTHH:mm:ssZ", "correlationId": "<guid>" } }
|
Event.Registration.Updated
Sent when a registration is updated in an event.
| { "type": "Event.Registration.Updated", "data": { "eventId": "<guid>", "registrationId": "<guid>", "timestamp": "yyyy-MM-ddTHH:mm:ssZ", "correlationId": "<guid>" } }
|
Event.Updated
Sent when an event is updated.
| { "type": "Event.Updated", "data": { "eventId": "<guid>", "timestamp": "yyyy-MM-ddTHH:mm:ssZ", "correlationId": "<guid>" } }
|