Contact list reschedule

Does anyone know how to reschedule a call that is within an outbound campaign contact list?

We are thinking on /api/v2/outbound/contactlists/{contactListId}/contacts/{contactId} but we are not sure how to set new date and time for calling.

Many thanks for your help
Regards
JR

Hi Javier,

I may be wrong on this but you could firstly use DELETE /api/v2/outbound/contactlists/{contactListId}/contacts/{contactId} to remove the contact list and then use POST /api/v2/outbound/contactlists/{contactListId}/contacts setting priority to true which will cause the contact to be dialled next.
I'm not sure of a specific method of setting the date and time for calling.

Thanks Ronan, it could be useful but we are looking for setting the date and time for the next call.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.