Retrieve the meeting invite note that was sent for a specific meeting. Scopes: meeting:read:admin meeting:read Rate Limit Label: Light.

Parameters

ParameterDescription
Meeting IDThe meeting’s ID.

When storing this value in your database, you must store it as a long format integer and not an integer. Meeting IDs can exceed 10 digits.

Example Output

{
	"invitation": "<string>"
}

Workflow Library Example

Get Meeting Invitation with Zoom and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop