Email
Conversion Operation
Email is a widget flow node that allows you to send emails to users or administrators.
Description
The Email node enables your widget to send email notifications, confirmations, or any other email communications. This is useful for sending welcome emails, confirmations, notifications or any other automated email communications.
Emails are always sent asynchronously, and errors do not affect the flow execution. However, if an error occurs, you will be able to see it on the Results page in Studio.
Configuration
From
From – the sender name. Emails are always sent from the address flow@widged.io
. In the email client, the sender will appear as "<specified from> via widged.io".
Reply To
Reply To – the email address where replies should be sent.
To
To – the recipient email address. You can use context values to make the recipient dynamic.
CC
CC – carbon copy recipients.
BCC
BCC – blind carbon copy recipients.
Subject
Subject – the email subject line. You can use context values to make the subject dynamic.
Content
Content – the email body content. You can use context values to personalize the email content. You can use HTML here.
Limitations
Name | Value |
---|---|
Max from input length | 64 |
Max compiled from length | 64 |
Max reply-to input length | 512 |
Max compiled reply-to length | 320 |
Max CC input length | 320 |
Max BCC input length | 320 |
Max subject input length | 512 |
Max compiled subject length | 256 |
Max content length | 102400 |
Max compiled content length | 102400 |
Inputs | Exactly one |
Outputs | Exactly one |
Context values
This widget flow node doesn't provide any context values directly, but the email sending status can be tracked in subsequent nodes.