Hi,
I’ve been tasked with looking into migrating away from MailChimp/Mandrill (MC/MD) to ActiveCampaign for a system that I work on.
For our system, we heavily utilize the transactional email system in MC/MD. We have users who enter in information into a desktop application that sends that data to a backend (BE) service which processes the data and sends it to a MD endpoint: https://mandrillapp.com/api/1.0/messages/send-template.json
From here, it’s a matter of sending an API key, the email template ID, From/To info, and a set of merge variables to substitute in for placeholders in the email template, for example:
<font style="font-size:20px;font-weight:bold;">Thank you for visiting *|LOCATION|*</font>'
I tried doing a search on the forum, and skimmed through the API documents, and was hoping I’m just missing something, because I couldn’t find any API calls that similar. I found the following: Overview, but the API doesn’t really make clear what a “Message” is as far as emails go. I’d rather not guess.
I was hoping someone here could point me in the right direction, or explain what I might be missing.
I did find this particular thread:
but thought since a few years have since passed, perhaps everything has updated since then.
Thanks for any help you may be able to provide! It is appreciated.