Skip to content

postsale automation

List, create, update, and delete automation workflows and webhooks. Needs a signed-in session.

Updated September 2, 20261 min readPostsale CLI

Automation workflows and webhooks.

Groups

workflows

CommandNotes
list / get <id>read
create / update <id>write - --input / --json
delete <id>destructive - --yes
configurePrompt-driven configure path

webhooks

CommandNotes
list / get <id>read
create / update <id>write
delete <id>destructive - --yes
rotate-secret <id>sensitive - --yes required
bash
postsale automation workflows list
postsale automation workflows configure \
  --prompt "auto-assign fedex ground for orders over 1lb"
postsale automation webhooks list

Verify flags with --help on each subcommand.

Schema slugs

automation.workflows.*, automation.webhooks.* (see schema-slugs)

Agent tools

list_automations, get_automation, configure_automation, update_automation, delete_automation