Core resources
Administration
Booking flow
Emails scheduled or sent to guests
id
uuid
Unique identifier
email_template_id
uuid | null
Identifier of the email template this email is based on
created_at
timestamp with time zone
Creation timestamp
attachments
jsonb | null
List of attachments to include in the email
body
text
Body of the email
html
text | null
HTML of the email
include_booking_details
boolean
Whether booking details should be included in the email
include_booking_link
boolean
Whether a link to the booking status page should be included in the email
include_ical_data
boolean
Whether an iCal attachment should be included in the email
include_product_image
boolean
Whether a product image should be included in the email
send_at
timestamp with time zone
Timestamp at which the email is sent or should be sent
status
text
Status of the email
subject
text
Subject of the email
template
text | null
Template of the email
type
text
{"id": "00000000-0000-0000-0000-000000000000","calendar_event_id": "00000000-0000-0000-0000-000000000000","email_template_id": "00000000-0000-0000-0000-000000000000","member_id": "00000000-0000-0000-0000-000000000000","created_at": "2024-11-21T14:20:13.093Z","attachments": {},"body": "","html": "","include_booking_details": false,"include_booking_link": false,"include_ical_data": false,"include_product_image": false,"send_at": "2024-11-21T14:20:13.093Z","status": "sent","subject": "","template": "","type": "email"}
id
Filter<>
Unique identifier
calendar_event_id
Filter<>
Identifier of the related calendar event
email_template_id
Filter<>
Identifier of the email template this email is based on
member_id
Filter<>
Identifier of the member that sent the email
created_at
Filter<>
Creation timestamp
attachments
Filter<>
List of attachments to include in the email
body
Filter<>
Body of the email
html
Filter<>
HTML of the email
include_booking_details
Filter<>
Whether booking details should be included in the email
include_booking_link
Filter<>
Whether a link to the booking status page should be included in the email
include_ical_data
Filter<>
Whether an iCal attachment should be included in the email
include_product_image
Filter<>
Whether a product image should be included in the email
send_at
Filter<>
Timestamp at which the email is sent or should be sent
status
Filter<>
Status of the email
subject
Filter<>
Subject of the email
template
Filter<>
Template of the email
type
Filter<>
200
A list of emails with the selected columns
206
Partial Content
GET
/emails
curl -X GET "https://api.bookingmood.com/v1/emails?select=*" \ -H "Authorization: Bearer YOUR_API_KEY"