Sends a quick email message to a specific attendee. Rate limited to 2 requests per 5 minutes.
cURL
curl --request POST \ --url https://api.example.com/v4/attendee/quick-mail \ --header 'Content-Type: application/json' \ --header 'x-meetergo-api-user-id: <api-key>' \ --data ' { "attendeeId": "<string>", "title": "<string>", "content": "<string>" } '
User ID to act as when using API Key authentication (required with API Key)
Email details including attendee ID, title and content
The unique identifier of the attendee to send email to
Email subject line
Email message content/body