Schedule a reply (or rendered macro) to send at a future time
Inbox
Schedule a reply (or rendered macro) to send at a future time
Wraps messagesService.sendMessage with scheduled_at so an inbox composer can author a reply now and have it dispatched at a future instant. The scheduler in apps/webhook-worker/src/scheduler-messages.ts picks up rows with status='scheduled' and scheduled_at <= NOW() once per minute. Channel defaults to the conversation’s channel. The scheduled_at must be in the future and ≤ 35 days out (platform horizon, audit-scheduled-at-horizon.ts).
POST
Schedule a reply (or rendered macro) to send at a future time