This is the list of event types that we currently send. For guidance on how to listen to these events, take a look at Svix's guide to consuming webhooks.
Email of the person who opted in/out.
Status of the opt-in/out.
Timestamp of the opt-in/out.
{ "_eventType": "person.opted_out", "email": "dev@rallyuxr.com", "optedOut": true, "updatedAt": "2024-09-01T00:00:00.000Z" }
Unique identifier of the import.
Status of the import.
Timestamp the import finished.
{ "_eventType": "person_import.api.finished", "failedRecords": [ { "personId": "test_cm1uwhduy001vle4gr4soyqkq" }, { "email": "dev@rallyuxr.com" } ], "importId": "test_cm1uwhduy001vle4gr4soyqkq", "status": "COMPLETED", "updatedAt": "2024-09-01T00:00:00Z" }