postsale automation
List, create, update, and delete automation workflows and webhooks. Needs a signed-in session.
Automation workflows and webhooks.
Groups
workflows
| Command | Notes |
|---|---|
list / get <id> | read |
create / update <id> | write - --input / --json |
delete <id> | destructive - --yes |
configure | Prompt-driven configure path |
webhooks
| Command | Notes |
|---|---|
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 listVerify 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
On this page
Related