Core resources


Administration


Booking flow

Email events

Bounce, delivery and open events for emails

The email event object

Attributes

iduuid

Unique identifier

email_iduuid
emails.id

Identifier of the related email

created_attimestamp with time zone

Creation timestamp

email_addresstext

Email address the email was sent to

event_typetext

Type of the event

The email event object
{
"id": "00000000-0000-0000-0000-000000000000",
"email_id": "00000000-0000-0000-0000-000000000000",
"created_at": "2024-05-12T14:52:11.490Z",
"email_address": "",
"event_type": ""
}

List email events

Filters

idFilter<uuid>

Unique identifier

email_idFilter<uuid>

Identifier of the related email

created_atFilter<timestamp with time zone>

Creation timestamp

email_addressFilter<text>

Email address the email was sent to

event_typeFilter<text>

Type of the event

Responses

200

A list of email events with the selected columns

206

Partial Content

GET/email_events
curl -X GET "https://api.bookingmood.com/v1/email_events?select=*" \
  -H "Authorization: Bearer YOUR_API_KEY"