Adobe Integration / Using their Forms - Help!
We're leaving Wordpress and going to Adobe for website hosting. The web team and our consultants are adamant that Marketo forms do not meet our needs, purely from a look/feel standpoint. I've told them they can write code to make the fields look however they want, but they want to be able to create forms themselves that connect to Marketo rather than using embedded forms.
Aside from losing progressive profiling, is there anything else I should be aware of? There's no existing API with Adobe right now, so the consultant sent an email talking about what we'd need to do. I'm nervous that they obviously haven't done this before (neither have I!) and it sounds like it's creating our own API. Has anyone done this successfully?
I did some analysis on integrating Marketo with AEM. It appears that Marketo does provide some API for the Leads submission. There are instructions on Developers.marketo.com
I think this would be the appropriate one for something like a Contact Us form where email/first name/ last name are captured.
But to access those API, we need to establish a “handshake” with Marketo using OAuth, so a Oauth provider needs to be created at the Marketo side and at AEM side a OAuth consumer needs to be created. Once the “handshake” between AEM and Marketo is establish we use their API.