Share Gamma via Email
gamma_share_emailSend email invitations to share a Gamma presentation with up to 10 recipients. Include an optional personal message.
Instructions
Share a generated Gamma with recipients via email.
Send an email invitation to view your Gamma content. Recipients will receive a link to access the content.
PARAMETERS:
generationId (required): The ID of the Gamma to share
emails (required): Array of email addresses (max 10)
message: Optional personal message to include
RETURNS:
success: Whether the share was successful
emails: List of recipients
EXAMPLE: { generationId: "gen_abc123", emails: ["colleague@company.com", "client@example.com"], message: "Here's the presentation we discussed" }
NOTE: Ensure the generation is complete before sharing. Use waitForCompletion: true to automatically wait up to 5 minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emails | Yes | List of email addresses to share with (max 10) | |
| message | No | Optional personal message to include in the share email | |
| generationId | Yes | The generation ID of the Gamma to share | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |
| waitForCompletion | No | Wait for generation to complete before sharing (max 5 minutes) |