SOLVED

Create smart campaign and flow steps using REST API

Go to solution
Anonymous
Not applicable

Create smart campaign and flow steps using REST API

Hello,

Our integration currently creates a program on Marketo and add members with specific statuses.

We need to create using the REST API a smart campaign and add some flow steps for this smart campaign, and at a scheduled time, trigger the campaign to run.

Requests:

  1. Create a program (ok)
  2. Create a smart campaign
  3. Add flow steps

Here is a screenshot demonstrating the flow steps:

Screen Shot 2018-10-03 at 15.09.01.png

Thanks!

Tags (2)
1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Create smart campaign and flow steps using REST API

Yes, cloning a program via the API is a common exercise.

View solution in original post

3 REPLIES 3
SanfordWhiteman
Level 10 - Community Moderator

Re: Create smart campaign and flow steps using REST API

You can't create Smart Campaigns. There's no such endpoint.

Anonymous
Not applicable

Re: Create smart campaign and flow steps using REST API

Is it possible to create all this by hand as a "template program" and when creating a program from the API, use this template? Like copy & paste?

SanfordWhiteman
Level 10 - Community Moderator

Re: Create smart campaign and flow steps using REST API

Yes, cloning a program via the API is a common exercise.