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

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.omni.co/feedback

```json
{
  "path": "/embed/setup/url-parameters/email",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

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