TDV Adapter for Marketo

Build 22.0.8462

ScheduleCampaign

Remotely schedules a batch campaign to run at a given time.

EXECUTE Example:

INSERT into TokenAggregate#Temp (TokenName, TokenValue) VALUES ('test', 'testvalue_cdata')
INSERT into TokenAggregate#Temp (TokenName, TokenValue) VALUES ('test1', 'testvalue1')

EXECUTE ScheduleCampaign TokenAggregate = 'TokenAggregate#Temp', CampaignId = 1019, CloneToProgramName = 'Program 1'

Input

Name Type Required Description
CampaignId String True Id of the batch campaign to schedule.
CloneToProgramName String False Name of the resulting program.
RunAt String False Datetime to run the campaign at. If unset, the campaign will be run five minutes after the call is made.
TokenName String False Name of the token. Should be formatted as '{{my.name}}'
TokenValue String False Value of the token
TokenAggregate String False List of my tokens to replace during the run of the target campaign. The tokens must be available in a parent program or folder to be replaced during the run

Result Set Columns

Name Type Description
Success String Whether the request succeeded ,

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462