put
https://api.ytel.com/v4/campaign//batch/
Updatess a campaign workflow runner context. The context can be initialized using either a set of contactIds or a series of statements. The two fields are mutually exclusive. Documentation on how to use statements can be found in the Search Contacts section. Note that after the workflow has already been started, no new contacts can be added to the runner.
Request body variables:
- displayName: Display name in the UI for this runner.
- contactIds: List of contactIds that will be started in the workflow.
- statements: List of statements that identify the contacts that will be started in the workflow. All contacts that match the query will be added.
- start: If set to true, this will start the workflow. If set to false it will stop a running workflow.
- periodMs: Delay between sends. If not set it will default to 0. Changing the delay of a running workflow will do nothing.
