Create Interesting Moments with REST | Community
Skip to main content
May 16, 2017
Solved

Create Interesting Moments with REST

  • May 16, 2017
  • 1 reply
  • 3601 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

... or a ​Request Campaign ​w/tokens, so you wouldn't have to add a new field.

1 reply

Grégoire_Miche2
Level 10
May 16, 2017

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

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
May 16, 2017

... or a ​Request Campaign ​w/tokens, so you wouldn't have to add a new field.

May 16, 2017

Hi guys,

Thanks for the replies. So is there any documentation for this Request Campaigns method?