Webhooks & workflows
Webhooks
Section titled “Webhooks”Create, list, and delete webhooks so other systems can react to Help Scout events. See the command reference.
hscli webhook listhscli webhook create --url https://example.com/hooks/hs --event convo.created --label "New convos"hscli webhook get 88hscli webhook delete 88 --yesPass --secret to webhook create to have Help Scout sign each delivery.
Workflows
Section titled “Workflows”List workflows and trigger a manual workflow against specific conversations. See the command reference.
hscli workflow list --mailbox 42hscli workflow run 1 --conv 100,200,300