WEBHOOK
person.opted_out
{
  "_eventType": "person.opted_out",
  "email": "dev@rallyuxr.com",
  "optedOut": true,
  "updatedAt": "2024-09-01T00:00:00.000Z"
}

Body

application/json
_eventType
enum<string>
required
Available options:
person.opted_out
email
string
required

Email of the person who opted in/out.

optedOut
boolean
required

Status of the opt-in/out.

updatedAt
string
required

Timestamp of the opt-in/out.

Response

200

Success