Mailgun#
Use the Mailgun node to automate work in Mailgun, and integrate Mailgun with other applications. Ensemble has built-in support for sending emails with Mailgun.
On this page, you'll find a list of operations the Mailgun node supports and links to more resources.
Credentials
Refer to Mailgun credentials for guidance on setting up authentication.
Basic Operations#
- Send an email
Example Usage#
This Pathway allows you to send an email using Mailgun. This example usage Pathway uses the following two nodes.
1. Start node#
The start node exists by default when you create a new workflow.
2. Mailgun node#
- First of all, you'll have to enter credentials for the Mailgun node. You can find out how to do that here.
- Enter the email address from which you want to send the email in the From Email field.
- Enter the recipient email in the To Email field.
- Enter the subject for the email in the Subject field.
- Enter the content of the email in the Text field.
- Click on Execute Node to run the workflow.