Skip to main content

Send Meeting Invitation

POST 

/api/meet/rooms/:room_id/send-invitation

Send meeting invitation emails to specified recipients.

This endpoint:

  • Validates the room exists and belongs to the tenant

  • For each recipient email:

    • Creates a new contact if one doesn't exist
    • Sends an invitation email using the specified email integration
  • Returns success/failure status for each recipient

  • integration_id: Email integration ID to use for sending

  • recipient_emails: List of email addresses to invite

  • meeting_link: Full meeting URL to include in the email

  • meeting_title: Optional meeting title for the email subject

  • host_name: Optional host name to display in the email

Request

Responses

Successful Response