MailgunMailgun / Send Email

appKey: mailgun
actionKey: send-email

Action Inputs

The following parameters are available when configuring this action:
domain
Domain
Domain Name
string
from
From
Email Address
string
fromName
From Name
Name
string
html
Html
Message Body (HTML)
string
replyTo
Reply To
Email Address
string
subject
Subject
Subject
string
testMode
Test Mode
Enables sending in test mode. For more information, see the [Mailgun API documentation](https://documentation.mailgun.com/en/latest/api-sending.html#sending)
boolean
text
Text
Message Body (text)
string
to
To
Email Addresses
string
attachments
Attachments
Add any attachments you'd like to include as objects. The `key` should be the **filename** and the `value` should be the **url** download link for the attachment.
string | undefined
dkim
Dkim
Enables or disables DKIM signatures. For more information, see the [Mailgun API documentation](https://documentation.mailgun.com/en/latest/api-sending.html#sending)
boolean | undefined
tracking
Tracking
Enables or disables tracking. For more information, see the [Mailgun API documentation](https://documentation.mailgun.com/en/latest/api-sending.html#sending)
boolean | undefined