Description Adds one or more parameters to a step. Required parameters SequenceStepID , One or more parameters that you want to add to the step with their values. Use the format StepParameter.<ParamName>=<Value>. Note: A Sequence.GetStatus API call can be used to quickly get the SequenceStepID. Returns A message indicating whether
Read More
Description Clear all the parameters for a step. Required parameters SequenceStepID Note: A Sequence.GetStatus API call can be used to quickly get the SequenceStepID. Returns A message indicating whether the command was successful. Example request url https://api.mozenda.com/rest?WebServiceKey=A0D9167A-2E68-42EA-BB51-9F7EBDB4EE33&Service=Mozenda10&Operation=Sequence.ClearStepParameters&SequenceStepID=1001 Example response Note:
Read More
Description Get the currently configured step parameters. Required parameters SequenceStepID Note: A Sequence.GetStatus API call can be used to quickly get the SequenceStepID. Returns A response containing the names and values of each parameter associated with the step. Example request url https://api.mozenda.com/rest?WebServiceKey=A0D9167A-2E68-42EA-BB51-9F7EBDB4EE33&Service=Mozenda10&Operation=Sequence.GetStepParameters&SequenceStepID=1001 Example response <?xml version="1.0" encoding="utf-8"?> <GetStepParametersResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Read More
Description Get a list of sequences for the account. Required parameters None Returns A response containing the ItemID, Name, Status, Config, Progress, NextRunTime, LastRunTime, and LastRunResult for each sequence. Example request url https://api.mozenda.com/rest?WebServiceKey=7BA008DF-6B13-492C-97E6-1B1042D1DC02&Service=Mozenda10&Operation=Sequence.GetList Example response <?xml version="1.0" encoding="utf-8"?> <SequenceGetListResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Result>Success</Result> <SequenceCount>2</SequenceCount> <SequencesList> <Sequences> <ItemID>1001</ItemID> <Name>Beginning Of Day</Name>
Read More
Description Gets the status of each step for a given sequence. Required parameters SequenceID Returns A response containing the ItemID, StepNumber, Step, Config, Status, Progress, StepType, StepItemID, Settings, ConcurrentJobs, ResumeErrorCount, and ResumeErrorCodes for each step in the sequence. Example request url https://api.mozenda.com/rest?WebServiceKey=7BA008DF-6B13-492C-97E6-1B1042D1DC02&Service=Mozenda10&Operation=Sequence.GetStatus&SequenceID=1001 Example response <?xml version="1.0" encoding="utf-8"?> <SequenceGetStatusResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Read More
Description Cancels a sequence in the system. Note: A sequence must be in a Paused or Error State to cancel. Required parameters SequenceID Returns A message indicating whether the command was successful. Example request url https://api.mozenda.com/rest?WebServiceKey=7BA008DF-6B13-492C-97E6-1B1042D1DC02&Service=Mozenda10&Operation=Sequence.Cancel&SequenceID=1001 Example response Note: Please
Read More
Description Resumes a sequence that is in a Paused or Error state. Required parameters SequenceID Returns A message indicating whether the command was successful. Example request url https://api.mozenda.com/rest?WebServiceKey=7BA008DF-6B13-492C-97E6-1B1042D1DC02&Service=Mozenda10&Operation=Sequence.Resume&SequenceID=1001 Example response Note: Please contact your sales representative at +1 (801) 995-4550
Read More
Description Issues the 'Pause' command for a sequence currently running in the system. Required parameters SequenceID Returns A message indicating whether the command was successful. Example request url https://api.mozenda.com/rest?WebServiceKey=7BA008DF-6B13-492C-97E6-1B1042D1DC02&Service=Mozenda10&Operation=Sequence.Pause&SequenceID=1001 Example response Note: Please contact your sales representative at +1 (801)
Read More
Description Starts a specific sequence. Required parameters SequenceID Optional parameters StepNumber (Starts the Sequence at the step number specified and skips all previous steps.) Returns The result of the operation and, if the request was successful, the JobID. Example request url https://api.mozenda.com/rest?WebServiceKey=7BA008DF-6B13-492C-97E6-1B1042D1DC02&Service=Mozenda10&Operation=Sequence.Run&SequenceID=1001&StepNumber=1002 Example response <?xml version="1.0" encoding="utf-8"?> <SequenceRunResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Read More