Custom Action - Send Email via Mailchimp

Hi @Tommen,

Out of curiosity - tried to integrate with Mailchimp, that’s not very complex. Actually the name is “Mandrill”.
API method for sending an email is described here:
https://mailchimp.com/developer/api/transactional/messages/send-new-message/

URL used for API call: https://mandrillapp.com/api/1.0/messages/send

Example request JSON is here:

Of course you need to obtain API key. Before that, you need to verify the domain - that’s done easily, there are instructions for that.

Reg. setting it up in Adalo - as I understand, there is no need to add anything to “Headers & Queries” section, you need to add API key to the body itself to the appropriate section.

However, I’ve stumbled upon a problem - everything works fine in a test request, but doesn’t work when I connect the action to the button. Don’t know how to debug such problems :-/