How to get the list of all the TRIGGER campaigns in a marketo instance using REST/SOAP API | Community
Skip to main content
Darshil_Shah1
Community Manager
August 4, 2020
Solved

How to get the list of all the TRIGGER campaigns in a marketo instance using REST/SOAP API

  • August 4, 2020
  • 1 reply
  • 4784 views

Hi,

I have been working on an assignment where I need to export all the trigger campaigns programmatically using Marketo API, as I have read the marketo docs and API docs throughly I did not seem to find an API call for the same. It would be great if someone can guide me in achieving the same if it is possible/not possible, if its possible then request you to provide an approach for the same. Thanks 🙂

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

I tried this already but seems like filterValues and filterType works only for lead API, for asset API it is simply as good as nothing.

My API Endpoint for your ref:

 

 

https://XXX-YYY-ZZZ.mktorest.com/rest/asset/v1/smartCampaigns.json?access_token=xx&token_type=bearer&maxReturn=200&filterType=type&filterValues=trigger

 

 

 


I mean filter on the client.

1 reply

Balkar_Singh
Community Manager
August 4, 2020

One way is to use Campaign Inspector

Darshil_Shah1
Community Manager
August 4, 2020

Yes thanks for suggestion but I guess I could not retrieve the trigger campaign list programmatically using Campaign Inspector..

 

SanfordWhiteman
New Participant
August 4, 2020

Browse Smart Campaigns endpoint, filter by type field.