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

# email

> Populates the from email for entity users when sharing content or sending deliveries.

In the **Embed URL Builder**, this is the **Email** field.

## Syntax

```markdown theme={null}
email=<encoded_email>
```

## Properties

<ParamField path="email" type="string">
  A valid email address for the embed user.
</ParamField>

## Examples

```markdown title="Example email" theme={null}
email=blobby17%40blobsrus.com
```
