OPENCLAW TELEGRAM DELIVERY ISSUE
Version:
OpenClaw 2026.4.12
OBJECTIVE:
Send output from /root/jobs_pipeline.js to Telegram group -5154421744 without triggering any agent response or transformation.
PROBLEM:
Telegram shows generated job summaries ("Current Job Market Scan...") instead of the pipeline output.
VERIFIED:
β’ node /root/jobs_pipeline.js β correct output
β’ Group ID correct
β’ Script prints correct output locally
ATTEMPTS:
β’ Removed jobs agent binding
β’ Switched agent β chat
β’ Used --to flag
β’ Tried message, file, and stdin methods
β Output still replaced by agent response
ISSUE:
Messages sent via openclaw chat appear to trigger agent processing instead of being forwarded as-is.
QUESTION:
What is the correct way to send a message to a Telegram group so that:
β’ the message is delivered exactly as produced
β’ no agent response is triggered
β’ no additional processing occurs
GOAL:
Pipeline output β Telegram group β unchanged