SOLVED

REST Schedule Campaign ERROR 1003 Trigger campaign not allowed

Go to solution
Anonymous
Not applicable

REST Schedule Campaign ERROR 1003 Trigger campaign not allowed

Hi all

My issue
1. I make a campaign for REST API.
    Source is Web Service API, Campaign Status is Active and Smart List Mode is triggered
2. I make a call "Schedule Campaign"
    This API ONLY user account work fine at "Request Campaign" and other read/write API's.
3. But in this case, response is
{"requestId":"9999999999999999","success":false,"errors":[{"code":"1003","message":"Trigger campaign not allowed"}]}
I tyied to make a call "Request campaign", the campaign work fine.
I can not fix this issue. Teach me please.

Takehiro
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Kenny_Elkington
Marketo Employee

Re: REST Schedule Campaign ERROR 1003 Trigger campaign not allowed

Hi Takehiro,

It sounds like you're trying to call Schedule Campaign on a Triggered Campaign.  If a campaign has a trigger in the smart list, it is a trigger camapign and can't be scheduled.  You can only call schedule campaign against batch campaigns.

View solution in original post

2 REPLIES 2
Kenny_Elkington
Marketo Employee

Re: REST Schedule Campaign ERROR 1003 Trigger campaign not allowed

Hi Takehiro,

It sounds like you're trying to call Schedule Campaign on a Triggered Campaign.  If a campaign has a trigger in the smart list, it is a trigger camapign and can't be scheduled.  You can only call schedule campaign against batch campaigns.
Anonymous
Not applicable

Re: REST Schedule Campaign ERROR 1003 Trigger campaign not allowed

Thank you Kenny
I confused smart campaign types.
I understood and done!