# Send Single Assignment Email

Use this action after performing an assignment to send an email notification to the person that received the assignment. Construct the email subject and body using merge fields and optionally BCC specific users.We recommend using an org-wide email address. Without it, Salesforce tries to use the email address of the user that invoked the Flow. If the Flow is invoked by a system user (such as a Flow triggered by a platform event), sending will fail.

## Configuration

{% tabs %}
{% tab title="Flow Element" %}

<figure><img src="/files/BApOIVGU6cbCKfKIxE4j" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Apex Properties" %}

| Name           | Required | Type                                                              | Description                                                                                                      |
| -------------- | -------- | ----------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| assignment     | Yes      | [Assignment](/kb/automation-builder-kit-abk/models/assignment.md) | An [Assignment](/kb/automation-builder-kit-abk/models/assignment.md) generated by a previous action in the flow. |
| body           | Yes      | String                                                            | The body of the email to be sent. This may contain merge fields.                                                 |
| subject        | Yes      | String                                                            | The subject of the email. This may contain merge fields.                                                         |
| bcc            | No       | String                                                            | A comma-delimited list of email addresses to BCC.                                                                |
| orgWideEmailId | No       | String                                                            | If specified, this will be used as the from address.                                                             |
| {% endtab %}   |          |                                                                   |                                                                                                                  |
| {% endtabs %}  |          |                                                                   |                                                                                                                  |

## Outputs

| Name    | Type    | Description                                   |
| ------- | ------- | --------------------------------------------- |
| success | Boolean | True if the email send was sent successfully. |


---

# 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.gradient.works/kb/automation-builder-kit-abk/actions/next-steps/sendsingleemailnotificationaction.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.
