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

# Send email

This tool sends an email to one or more recipients using the provided alias name, subject and body.

Parameters:

* `Body`: the body of the email.
* `Subject`: The subject line of the email.
* `Recipients`: The direct recipients of the email.
* `Cc`: Cc'd recipients.
* `Bcc`: Bcc'd recipiends.
* `Alias` name: Name that the email comes from

Remember, all of these parameters can be static or dynamic.

e.g. Alias could be static - 'AI Katie'.

Recipients could be static - '[frontdesk@gmail.com](mailto:frontdesk@gmail.com)'

Body and Subject could be AI generated.

* If a tool provider, left empty and the AI is prompted to call the tool with the params `body` and `subject`.
* If a tool runner, a prior AI text node could generate extract variables and these be referenced as `body` and `subject`.
