Skip to content

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

NameValue
Max from input length64
Max compiled from length64
Max reply-to input length512
Max compiled reply-to length320
Max CC input length320
Max BCC input length320
Max subject input length512
Max compiled subject length256
Max content length102400
Max compiled content length102400
InputsExactly one
OutputsExactly 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.