Developer
Developer - Email

Send Meeting Booked Email Endpoint

Send a meeting booked notification email for a specific meeting.

This endpoint is restricted to developer users only. Replicates the same email that is sent automatically via the Celery task when a meeting is booked, but sends it synchronously to the provided email address.

post/developer/send-meeting-booked-email

Request body

meeting_idstring uuid required

The meeting ID to send the notification for

recipient_emailstring required

Email address to send the notification to

Response

Successful Response

messagestring required

Status message

successboolean required

Whether the email was sent successfully

Changes

No recorded changes to this endpoint across all 1 revision of this API.