Hello,
Each day I want to make sure the Sequence is off, clear out the contact list, upload new contacts, then start the sequence again. What is the best way to achieve this?
PUT: /api/v2/outbound/sequences/{sequenceId} seems like it may work but it's doing a full update, requiring the list of campaigns to run each time the call is made. Is there a workaround? I may be able to just do a GET first and then feed it the information but it seems unnecessary.