Skip to main content
Version: Next

Scheduling

Configure scheduling via the /v2/send endpoint.

Example:

settings:
message:
scheduling:
maxHorizon: 10d

Scheduling can be disabled by setting scheduling.enabled to false.

The maxHorizon setting is used to set a boundary for how far into the future a message can be scheduled (default: no limit).