Send booking customer email
Request
Body Params application/json
{
"to": "string",
"cc": "string",
"subject": "string",
"body": "string",
"attachment_document_ids": [
0
]
}
Request samples
curl --location --request POST 'https://rnters-staging.herokuapp.com/api/saas/me/bookings//send_email' \
--header 'Content-Type: application/json' \
--data-raw '{
"to": "string",
"cc": "string",
"subject": "string",
"body": "string",
"attachment_document_ids": [
0
]
}'
Responses
Send booking email documents and trigger BOOKING__EMAIL_SENT
This response does not have a body.
Modified at 2025-07-07 17:53:32