{% hint style="info" %} If you’re new to integrations in Rewst, read through our introductory integration documentation here. {% endhint %}
Our Mailgun integration enables the automation of email communications. Use the Mailgun API within Rewst workflows to send emails, trigger workflows when receiving emails, and more.
- Log in to Mailgun.
- Navigate to Sending > Domain Settings > Sending Keys.
- Choose your appropriate domain from the drop-down selector, if you use multiple domains.
- Click Add sending key.
- Enter a name for the key.
- Copy the Sending API key value displayed in the dialog. You won't be able to view the key again after you close it. Store this key somewhere secure. You'll need it for further steps in Rewst.
- Navigate to Marketplace > Integrations in the left side menu of your Rewst platform.
- Search for
Mailgunin the integrations page.

- Click on the integration tile to launch the configuration setup page.
- Under Parameters, enter the information copied from Mailgun into the relevant fields:
- Sending Domain
- API Key
- API URL
- Click Save Configuration.
{% hint style="info" %} The Mailgun integration does not require you to complete the organization mapping process. {% endhint %}
{% hint style="success" %} Got an idea for a new Integration? Rewst is constantly adding new integrations to our integrations page. Submit your idea or upvote existing ideas here in our Canny feedback collector. {% endhint %}
| Trigger type name | Type | Description |
|---|---|---|
| mailgun_event_generated | Polling | Trigger which indicates a new mailgun event |
{% hint style="info" %} For more on how actions work in Rewst, check out our introductory actions documentation here. {% endhint %}
| Category | Action | Description |
|---|---|---|
| Generic Request | Mailgun API Request | Generic action for making authenticated requests against the Mailgun API |
| Send Email | Send Email | Send email via Mailgun HTTP API. |
| Test Action | Send Email | Send email via Mailgun HTTP API. |