Send Email

Updated by Karan

In this development guide, you will understand how to configure the Send email node for your website or application. The Byteline console allows you to send emails to multiple recipients simultaneously.

Let's get started.  

Create Send Email node

1. To create your flow read how to create your first flow.

2. Name your flow and select form submission node

3. Select "Webhook" node

4. Click the + button to add the Send Gmail Node

5. Select Send Gmail node.

6. You have created the structure of your first flow successfully. Now you have to configure Send Gmail node. To execute that, click on the edit button in the bottom middle of the Send Gmail node. 

7. The Send Email configuration window will appear on the screen. Then follow the given steps as mentioned below: 1. Enter the comma-separated email id of the recipients.

Enter the subject of the email.

Enter the required form information in the body that you want to send via email. For example: to send the name that came in the form data, use ${input.name}. The name is variable here, this format can be used to specify any data key that comes in the form. In addition to variables, a user can also just type any of the fields. Use variables only when required.

Step -5: The green indicator over the top-right corner of the send email node shows that it is successfully configured to your flow.

Your send email node has been configured successfully. Feel free to contact us for any doubts. Develop fast!


How did we do?