Email Tool and Variables
Email-sending tools usually involve sensitive information. Do not provide the email account, password, and similar details directly in a conversation with the AI. Instead, create the relevant variables in runtime variables first and configure the required parameters there. For variable configuration, see Runtime Variables.
Text Examples
Use an AI Conversation to Sort Out the Variable Fields Needed for Sending Email
txt
I want to build an email-sending tool. What information does an email usually need to be configured with? Which parts are suitable to store in variables, and which are better entered as parameters at runtime? For the ones stored as variables, how should the fields typically be named—especially the English naming?
Use Variables to Generate the Email-Sending Tool
Use the actual key you configured in "Runtime Variables" as the variable name. For example, you can use
my_company.email.
txt
Help me build a small email-sending tool. It should support entering a subject, editing the body, and uploading attachments.
Note: get the email account, password, and related information from the `email` variable. Do not ask the user to enter them manually.