> ## Documentation Index
> Fetch the complete documentation index at: https://docs.migma.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# YouTube to Email

> Paste a YouTube URL in your prompt to generate an email from video content

## Overview

Paste any YouTube URL into the chat editor and Migma will extract the video content to generate an email. This works through prompts — describe what kind of email you want alongside the video link.

***

## How to Use

<Steps>
  <Step title="Copy a YouTube URL">
    Copy the URL of any public YouTube video.
  </Step>

  <Step title="Paste in your prompt">
    Include the URL in your chat prompt along with instructions:

    ```text theme={null}
    Watch this YouTube video and create an email summary:
    https://youtube.com/watch?v=VIDEO_ID

    Include the main takeaways and a CTA to watch the full video.
    ```
  </Step>

  <Step title="Review and send">
    Migma generates an email based on the video content. Edit as needed and export.
  </Step>
</Steps>

***

## Example Prompts

<Tabs>
  <Tab title="Webinar Recap">
    ```text theme={null}
    Create a recap email from this webinar recording:
    https://youtube.com/watch?v=ABC123

    Include 5 key takeaways and a link to the recording.
    Tone: Professional
    ```
  </Tab>

  <Tab title="Product Demo">
    ```text theme={null}
    Generate a product launch email from this demo:
    https://youtube.com/watch?v=DEMO456

    Highlight new features and benefits.
    ```
  </Tab>

  <Tab title="Tutorial">
    ```text theme={null}
    Create an email announcing this new tutorial:
    https://youtube.com/watch?v=XYZ789

    Include what viewers will learn and a CTA to watch.
    ```
  </Tab>
</Tabs>

***

## Tips

* Be specific about what you want extracted (key points, quotes, features, etc.)
* Specify the email tone and structure in your prompt
* Works best with structured content: presentations, demos, interviews, tutorials
* Public videos with clear audio produce the best results

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Prompt-Based Creation" icon="wand-magic-sparkles" href="/creating-emails/prompt-based-creation">
    More prompting techniques
  </Card>

  <Card title="Send a Campaign" icon="paper-plane" href="/campaigns/send-campaign">
    Send your email to your audience
  </Card>
</CardGroup>
