Schedule a Setell quote send
setell_schedule_sendSchedule automatic send of a job's latest quote at a chosen future time. Confirm pricing signal first to ensure accuracy.
Instructions
Schedule the latest quote on a job to be sent automatically at a future time. The send fires via the canonical pipeline at the next 5-minute cron tick at-or-after scheduledSendAt. Bounds: 1 minute to 30 days in the future. IMPORTANT: the scheduled send is NOT re-checked by the pricing-analyst (the operator has already approved). If pricing certainty matters, call setell_get_pricing_signal first and surface the verdict before scheduling. Use setell_cancel_scheduled_send to cancel a pending schedule before it fires.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | The job id whose latest quote should be scheduled. The cron operates on the latest quote version, matching the in-app schedule_send behavior. | |
| scheduledSendAt | Yes | ISO 8601 datetime (e.g. "2026-05-23T13:00:00Z") in the future. Must be 1 minute to 30 days from now. Confirm the exact time with the operator before calling — once scheduled, the cron will dispatch unattended. |