How to resolve 'Trigger campaign needs to have a 'Campaign Requested' trigger' when calling the 'Request Campaign' API | Community
Skip to main content
May 7, 2018
Solved

How to resolve 'Trigger campaign needs to have a 'Campaign Requested' trigger' when calling the 'Request Campaign' API

  • May 7, 2018
  • 1 reply
  • 2657 views

Hi,

I'm trying to run the Request Campaign API passing a campaign ID and it keeps on giving me the below error.

{

:   "requestId":"11aa6#16338e95b2f",

:   "success":false,

:   "errors":

:   [

:   :   {

:   :   :   "code":"1003",

:   :   :   "message":"Trigger campaign needs to have a 'Campaign Requested' trigger"

:   :   }

:   ]

}

Note that I have added a 'Campaign is Requested' trigger as explained in [1] but still it's giving me the same error. Can you please help me to figure out what I'm doing wrong?

[1] - http://developers.marketo.com/soap-api/campaigns/requestcampaign/

Regards,

Evanthika

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

Make sure your Campaign is Requested trigger specifies the Web Service API as the source.

(And of course that the Campaign is active.)

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
May 7, 2018

Make sure your Campaign is Requested trigger specifies the Web Service API as the source.

(And of course that the Campaign is active.)

May 7, 2018

Of course! That was the issue! The campaign was not active. Thanks for this information!