run_scheduled_messages
Process and send scheduled messages that are currently due, delivering them immediately without waiting for the background service. Returns count and status for each due job.
Instructions
Process and send any scheduled messages that are currently due. The background service calls this automatically, but you can also call it manually to deliver messages immediately without waiting for the next service run. Safe to call anytime, including when nothing is due (returns processed=0). Returns {processed: count, results: [{id, status: 'sent'|'failed', timestamp or error}, ...]} — one entry per job that was due, from list_scheduled_messages' job IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||