Campaign SchedulePlan
What I’m doing:
Using your API to schedule calls between a set of times with campaign API.
I want the call window to start on one day between 4 PM - 8 PM
I assumed I could define a range spanning certain time and wait until completion.
What happens:
I receive the following error:
It seems to enforce that latestAt must be within one hour of earliestAt, which contradicts my use case.
Is this 1-hour rule documented somewhere? I couldn’t find it in the API reference.
Is it intended to prevent scheduling across multiple hours?
Using your API to schedule calls between a set of times with campaign API.
I want the call window to start on one day between 4 PM - 8 PM
I assumed I could define a range spanning certain time and wait until completion.
What happens:
I receive the following error:
latestAt cannot be more than 1 hour after earliestAtIt seems to enforce that latestAt must be within one hour of earliestAt, which contradicts my use case.
Is this 1-hour rule documented somewhere? I couldn’t find it in the API reference.
Is it intended to prevent scheduling across multiple hours?