Skip to content
hscli

Webhooks & workflows

Create, list, and delete webhooks so other systems can react to Help Scout events. See the command reference.

zsh — hscli
hscli webhook list
hscli webhook create --url https://example.com/hooks/hs --event convo.created --label "New convos"
hscli webhook get 88
hscli webhook delete 88 --yes

Pass --secret to webhook create to have Help Scout sign each delivery.

List workflows and trigger a manual workflow against specific conversations. See the command reference.

Terminal window
hscli workflow list --mailbox 42
hscli workflow run 1 --conv 100,200,300