SOLVED

Re: Create Interesting Moments with REST

Go to solution
Anonymous
Not applicable

Create Interesting Moments with REST

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

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Create Interesting Moments with REST

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

View solution in original post

7 REPLIES 7
Grégoire_Miche2
Level 10

Re: Create Interesting Moments with REST

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
Level 10 - Community Moderator

Re: Create Interesting Moments with REST

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

Anonymous
Not applicable

Re: Create Interesting Moments with REST

Hi guys,

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

SanfordWhiteman
Level 10 - Community Moderator

Re: Create Interesting Moments with REST

Right over in the developer docs, sure.

Anonymous
Not applicable

Re: Create Interesting Moments with REST

Awesome it works!

Thank you so much guys!

Grégoire_Miche2
Level 10
Grégoire_Miche2
Level 10

Re: Create Interesting Moments with REST

Nice one I should have thought about it.

-Greg