> ## 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.

# SendGrid Integration

> Use SendGrid as a delivery provider for Migma sends.

Use SendGrid when your team already runs delivery through Twilio SendGrid and wants Migma-created emails to use that provider.

## What SendGrid does in Migma

<CardGroup cols={2}>
  <Card title="Delivery provider" icon="paper-plane">
    Migma prepares the email and SendGrid handles delivery.
  </Card>

  <Card title="Existing infrastructure" icon="server">
    Good fit when your domain, suppression, or reporting setup already lives in SendGrid.
  </Card>

  <Card title="Campaign and API sends" icon="code-bracket">
    Use SendGrid as the selected provider for Migma sends.
  </Card>

  <Card title="Test before launch" icon="shield-check">
    Confirm sender, links, rendering, and provider status before approving a campaign.
  </Card>
</CardGroup>

## Setup checklist

<Steps>
  <Step title="Prepare SendGrid">
    Confirm the sender or domain is authenticated in SendGrid.
  </Step>

  <Step title="Connect SendGrid in Migma">
    Open **Settings** and connect SendGrid under email providers.
  </Step>

  <Step title="Choose SendGrid for delivery">
    Select SendGrid when sending from Migma or through the API.
  </Step>

  <Step title="Review results">
    Monitor Migma campaign state and SendGrid delivery state after sending.
  </Step>
</Steps>

## Related docs

<CardGroup cols={2}>
  <Card title="Migma vs SendGrid" icon="scale-balanced" href="/comparisons/migma-vs-sendgrid">
    Compare Migma and SendGrid workflows.
  </Card>

  <Card title="Email Service Providers" icon="envelope" href="/integrations/email-service-providers">
    Compare direct sending providers.
  </Card>
</CardGroup>
