REST API "Schedule Campaign" example need '' | Community
Skip to main content
January 27, 2015
Solved

REST API "Schedule Campaign" example need ''

  • January 27, 2015
  • 1 reply
  • 903 views
Hi all
I found REST API "Schedule Campaign" document error.
http://developers.marketo.com/documentation/rest/schedule-campaign/
Example need ']'

Example Request

  1. {
  2. "input":
  3. {
  4. "runAt": "2014-03-26T18:04:10+0000",
  5. "tokens" : [ <==========NEED ']' after line 13
  6. {
  7. "name": "{{my.message}}",
  8. "value": "Updated message"
  9. },
  10. {
  11. "name": "{{my.other token}}",
  12. "value": "Value for other token"
  13. }
  14. }
  15. }
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
Thanks for catching this! I fixed the error.

1 reply

Accepted solution
January 27, 2015
Thanks for catching this! I fixed the error.