Is there a way to collect email addressess through a Squiz Matrix custom form and forward them over to an ECM provider like Campaign Monitor so that the process is automated?
We want to have a subscription form setup in our Squiz Matrix website that will collect email addresses and then automatically add them to a Campaign Monitor user database for sending out 'campaign' email newsletters.
Thanks Aleks. I am unfamiliar with the submission actions but just to confirm, I go to the 'Submission Actions' of the custom form and I would need to "Add New Action".
I'd imagine it would be to make SOAP call or call REST resource then? Those are the only options that seem to make sense to me.
They do talk about specific wrappers for PHP, but from my quick read it sounds like all you really need is Oauth authentication and then a REST call which Matrix can handle without any custom PHP.
just like to know if possible to have matrix trigger via api to CM and generate a email. kind of like an ad-hoc RSS feed.
so each time an asset is moved to Live status it will send an email to a subscriber list in CM, like an ad-hoc RSS feed. due to constraints / limitations we are not making the page an RSS feed.
i am still quite green at this so excuse my ignorance.
i have read the squiz manual web page and CM API pages end to end so many times i have a headache.