Send Email
Send an arbitrary email. Make sure to set up a subject, a message and at least one value for email or login recipients.
Parameters
Label (internal name) | Type | Default | Description |
---|---|---|---|
Subject (subject) | string | Subject used for email | |
Message (message) | textarea | Message to be added to the output. Recipients list can use email addresses, user logins or template computed values. | |
Collect users from input (input-users) | boolean | Send message to users collected in input | |
Email Addresses (to-mail) | string | Set a comma-separated list of recipientsMails for this email. | |
User Logins (to-user) | string | Set a comma-separated list of user logins to be used as recipient. |
Expected Input
StringBody of the LastOutput
Expected Input
Output.Success
Back to top