run_scheduled_messages
Process and send due scheduled messages now. Trigger immediate delivery without waiting for the background service, and get status for each message.
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 | |||