-
-
Notifications
You must be signed in to change notification settings - Fork 52.8k
Closed
Labels
bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requested
Description
Description
Cron jobs with deliver: true and channel: whatsapp run successfully in isolated sessions but the final message is not delivered to WhatsApp.
Reproduction
- Create a cron job with:
{
"payload": {
"kind": "agentTurn",
"message": "...",
"deliver": true,
"channel": "whatsapp"
}
}- Wait for it to run
- Check WhatsApp — no message received
- Check cron runs — shows status: ok with summary content
Expected
The agent's final response should be delivered to WhatsApp.
Actual
The cron job runs, generates content, but nothing is sent to WhatsApp. The message only exists in the isolated session logs.
Environment
- clawdbot version: 2026.1.5-3
- WhatsApp gateway: connected
- macOS
Workaround
Possibly use explicit clawdbot send --provider whatsapp in the prompt instead of relying on deliver flag.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requested