Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
You can if you have web personalization ad-on.
Do you use UTM parameters? If yes, put the utm_camapign name same as the email program name when you add the link in the email. Capture this UTM_camapign parameter value in a hidden field.Now you have two choices:add a conditional flow step in Default program A and add the member to appropriate prog...
Second Sanford here. And in addition, the other reason could be that this person already have user in other Marketo instance. If this is the case, either you have to use a different email or enable the Universal ID on the Marketo instance. With Universal ID, you can access multiple Marketo instance ...
Its due to the automatic sycn from Marketo to SFDC.What make you say thatI don't see anywhere near enough of these activity types to think it was that.
I got it now. Sorry I just started learning the API stuff. So I'm using this now:Endpoint URL with POST method:https://app-sxxx.marketo.com/index.php/leadCapture/save2?formVid=36496&munchkinId=xxx-xxx-xxxBody:{ "FirstName ":"First Name", "LastName ":"Last Name", "Email ":"Email Address", "Du...
Hi Sanford Whiteman, please let me know when you will be available to take a look on this? I'll be online the same time.Regards,Amit
I'm not sure how can I encode the URL here from the UI (see above screenshot). If you have any thoughts on that, please let me know. I'm just trying to see if it's possible to integrate ManyChat with marketo directly but if you think this is not going to work like this, I have Zapier subscription an...
Sorry for delayed response Sanford Whiteman.Please see below screenshot from ManyChat. If you can turn on the server again, that would be really helpful.
Thank you Sanford Whiteman! But it's working fine now at my end. I'm using following URL:https://xxx.marketo.com/index.php/leadCapture/save2?formid=36496&formVid=36496&munchkinId=xxx-xxx-xxx&FirstName=Amit&LastName=Jain&Email=amitjain@ntest.com
I understand that but there is no code involved here. I have an option on UI in ManyChat like we do in Postman to just select "GET" OR "POST" method and put the endpoint URL. Pretty similar to Marketo's webhook UI.