Hi guys,
I'm new to the Marketo API and using JSON. Is there any documentation to create Interesting Moments with the REST API? I have an endpoint in my website where I capture lots of information and I need to create a couple of interesting moments for some person's activities.
Thanks!
Regards,
Raúl
Solved! Go to Solution.
... or a Request Campaign w/tokens, so you wouldn't have to add a new field.
Hi Raul,
This is not possible. The only activities you can create with the API are custom activities.
Standard activities can only be created through flow steps. So I would use the rest API to update a "Add IM" field, then a triggered campaign that creates the Interesting moment, using {{lead.add IM}} in the description of the interesting moment.
-Greg
Hi guys,
Thanks for the replies. So is there any documentation for this Request Campaigns method?
Right over in the developer docs, sure.
Awesome it works!
Thank you so much guys!
Nice one I should have thought about it.
-Greg