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 🙂
Solved! Go to Solution.
I mean filter on the client.
One way is to use Campaign Inspector
Yes thanks for suggestion but I guess I could not retrieve the trigger campaign list programmatically using Campaign Inspector..
Browse Smart Campaigns endpoint, filter by type field.
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
Ohh okay..Apart from that I guess we don't have any other option right?
Thanks 😊