Email Sender

Email sender

Try it in the Widget Center

Click this url to try this widget and copy the Pro Config template.

Usage

Input Parameters

NameTypeDescriptionDefaultRequired

to_email

string

The email address you want to send to

subject

string

The subject of the email

html_content

string

The html body of the mail

Output Parameters

NameTypeDescriptionFile Type

result

object

The result of the email sending

Output Example

{
  "result": "success"
}

Last updated