--- title: "Sendgrid" --- Go to [https://signup.sendgrid.com/](https://signup.sendgrid.com/) and create a new SendGrid account. Navigate to **Settings** -> **API Keys** and create a new API key. Copy the generated API key and add it to your `.env` file under the field: ``` SENDGRID_API_KEY ``` Go to **Settings** -> **Sender Authentication** and verify a single sender. Copy the verified email address and add it to your `.env` file under the field: ``` SENDGRID_EMAIL ``` This app is **required** for Workflows