Command-line tool for automating ManyChat tasks with JSON output, supporting subscriber management, tagging, custom fields, content sends, and multi-step pla...
Use this skill when you need to automate ManyChat operations from OpenClaw or other AI agents.
/Users/danielfoch/manychat-cli/manychat_cli.pyMANYCHAT_API_KEY environment variable must be set.MANYCHAT_BASE_URL to override API host.Validate token:
cd /Users/danielfoch/manychat-cli
./manychat_cli.py ping --pretty
Find by email:
./manychat_cli.py find-system --field-name email --field-value 'lead@example.com' --pretty
Run a multi-step playbook:
./manychat_cli.py playbook-run \
--file /Users/danielfoch/manychat-cli/sample_playbook.json \
--vars-json '{"email":"lead@example.com"}' \
--pretty
/Users/danielfoch/manychat-cli/manychat_cli.py/Users/danielfoch/manychat-cli/sample_playbook.json/Users/danielfoch/manychat-cli/example_automation.sh/Users/danielfoch/manychat-cli/README.mdZIP package — ready to use