Transactionals
Send email With Zapier
A tutorial on how to send Minimo emails templates with Zapier
This feature at the moment requires a premium Zapier plan.
Step by step guide
1
Add "Webhooks" action by Zapier
In the modal that allows to add actions in Zapier’s automations. Select Webhooks by Zapier
.
2
Select Custom Request action
In the first setting of Zapier webhook, select the Custom Request
option, and go next.
3
Select Custom Request action
Now fill the following fields:
- Method: POST
- URL:
https://app.minimo.it/api/transactionals
- Data Pass-Through: False
4
Add Email Variables and Body
In this input, add a json format text, with recipient, uid and customFields. Follow the image below for the right format.
The UID is located in your Minimo account, in the table of the “Transactionals”.
5
Insert the credentials and auth
You need to insert two headers pais.
- Pair: Containing
Content-Type
andapplication/json
- Pair: Containing
Authorization
andbearer YOURAPIKEY
Replace YOURAPIKEY with the one you can generate in your Minimo account in the API KEY settings (Click here to visit).