Change workflow mailing list
Change a workflow’s mailing list.
dryRun: true.
If queued contacts would be removed from the workflow due to the change of mailing list, Loops returns with "status": "queuedContactsFound" instead of applying the change. Retry with queuedContactPolicy: "discard" to apply the change and discard those contacts.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the workflow.
Body
The workflow revision token returned by the latest workflow read or mutation. Mutations reject stale values.
The mailing list to use for the workflow. When assigning a mailing list, queued contacts excluded by the new list can return queuedContactsFound; retry with queuedContactPolicy: "discard" to apply the change and discard those contacts. Use null to clear the workflow mailing list; clearing does not discard queued contacts.
If true, the request will be validated but the workflow will not be modified.
fail returns queued-contact impact instead of mutating. discard confirms that matching queued contacts should be discarded. Defaults to fail when omitted.
fail, discard Response
Mailing-list dry run, queued-contact warning, or update result.
- Option 1
- Option 2
dryRun, queuedContactsFound The number of queued contacts that would be removed from the workflow due to the mailing list changing.
Whether the queued contact limit would be reached if the mailing list was changed.

