Skip to main content
POST
Send quick email to attendee

Authorizations

x-meetergo-api-user-id
string
header
required

User ID to act on behalf of. Platform API Keys only (required with an API Key unless the endpoint states otherwise). Requests authenticated with a Personal Access Token are rejected if this header names another user.

Body

application/json

Email details including attendee ID, title and content

attendeeId
string
required

The unique identifier of the attendee to send email to

title
string
required

Email subject line

content
string
required

Email message content/body

Response

201 - undefined