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

# Email notification

> Receive an email with the full response every time your form is submitted.

The Email notification integration sends an email to one or more recipients whenever a `session.completed` event fires. Use it to keep your team informed of new responses without logging in to Feedal.

***

## Setup

1. Go to **Integrations** in the sidebar and click **New integration**.
2. Choose **Email notification**.
3. Fill in the configuration and save.
4. Attach the integration to a form from the form's **Connect** tab.

| Field                | Required | Default                      | Description                                              |
| -------------------- | -------- | ---------------------------- | -------------------------------------------------------- |
| **Name**             | Yes      | —                            | A label for this integration                             |
| **Recipient emails** | Yes      | —                            | One or more email addresses to notify                    |
| **Subject template** | —        | `New response: {form_title}` | Email subject line — use `{form_title}` as a placeholder |
| **Include answers**  | —        | On                           | Append all question/answer pairs to the email body       |

***

## Email format

When **Include answers** is on, the email body contains:

```
New response received for "Customer feedback".

Answers:
  • What is your name?: Jane Smith
  • How satisfied are you?: 9
  • Any comments?: Great product, fast shipping.

Submitted at: 2026-03-17T10:03:24Z
Duration:     204s
Score:        42
```

***

## Multiple recipients

Enter multiple email addresses separated by commas, or add them individually in the list field. All recipients receive the same email simultaneously.

***

## Test delivery

Click **Test** on the form integration to send a test email to all configured recipients. Test emails have `[TEST]` prepended to the subject line.

***

## Next steps

<CardGroup cols={2}>
  <Card title="Slack" icon="slack" href="/integrations/slack">
    Post responses to a Slack channel instead of email.
  </Card>

  <Card title="How integrations work" icon="circle-info" href="/integrations/overview">
    Event model, delivery log, and retry logic.
  </Card>
</CardGroup>
