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

# Email

The Email action allows you to send emials as part of your integration.

### Configuration

The email action doesn't have any configuration options but it expects the data it recieves to be in the following
format:

```json theme={null}
{
    "to": "",
    "subject": "",
    "body": "",
    "html_body": ""
}
```

`to` and`subject` are the only required options. The body if the email can be left empty.

`body` and `html_body` allow you to write a plain text email or styled email respectively.

### Example usage

<img src="https://mintcdn.com/versori/MLQxCzirlhkpdf4y/images/tools/email_usage.png?fit=max&auto=format&n=MLQxCzirlhkpdf4y&q=85&s=36ce46fa0e551c5ee687116f8d9419f9" alt="example" width="1353" height="449" data-path="images/tools/email_usage.png" />
