What's the best way to stop and resume the Deliveries of each kind, whenever I want?
For example:
I want to stop all the Email deliveries of all workflows, but keep with the SMS deliveries.
Solved! Go to Solution.
Views
Replies
Total Likes
You can create a workflow as below :-
1. In Query you can query on nms:delivery schema with the below filtering condition to get all the records.
2. And in the update activity you can update the status field of nms:workflow schema to Paused/Finished.
Regards
A
Hi,
You could create a workflow based on channel and then have an update activity that sets the status field to "paused" or "in progress."
Another option is to filter a view within the Campaign explorer view and use the "mass update of selected lines" to update the status that way.
Could you go deeper on this?
Views
Replies
Total Likes
You can create a workflow as below :-
1. In Query you can query on nms:delivery schema with the below filtering condition to get all the records.
2. And in the update activity you can update the status field of nms:workflow schema to Paused/Finished.
Regards
A