Hi Krill,
Following your earlier advice β for cron jobs that need to fan out to multiple WhatsApp recipients from a single Python script, you recommended calling openclaw message send directly from the script rather than using isolated + announce.
Could you sketch the exact wrapper pattern for that? Specifically:
Does openclaw message send work correctly when called from inside a Python script running within the OpenClaw Docker container?
For same message to multiple recipients β do you call it once with repeated --target flags, or once per recipient?
For different message per recipient β one call per recipient, each with its own --target and --message?
Any gotchas with env/PATH inside the container when calling the CLI from Python (e.g. subprocess.run)?
Running OpenClaw v2026.4.15.