SOLVED

REST API "Schedule Campaign" example need ''

Go to solution
Anonymous
Not applicable

REST API "Schedule Campaign" example need ''

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. }
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: REST API "Schedule Campaign" example need ''

Thanks for catching this! I fixed the error.

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Re: REST API "Schedule Campaign" example need ''

Thanks for catching this! I fixed the error.