# Send Email

You can set up your custom workflow to send e-mail messages to another user. The available fields for an e-mail message are to, cc, subject, and message. These fields can contain both static text and text that is generated dynamically from workflow lookups.

![Add Gitlab Issue Workflow - emailProfuctLead ](/files/WgcObECA8TO6c4MuAzMb)

**Component Explanation:**

| Name          | Description                                                                                                                        |
| ------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| Email Name    | The name of the node id, in the workflow component.                                                                                |
| Email Address | In this field, you can choose an email address that matches the email address registered with OmniChannel.                         |
| To            | This field will be used as the recipient of any message to the email that’s sent.                                                  |
| Subject       | Create the subject line for your form’s email.                                                                                     |
| Message       | Enter a custom message that will appear in the notification emails that are sent. Insert images or links from your form’s entries. |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.3dolphins.ai/bot-settings/process-flow/component-of-workflow/send-email.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
