HookActions
Home
About
Integrations
Login
Register
Salesforce Webhook CLI
Download CLI
The HookActions CLI allows easy access to test Salesforce webhooks by sending events to your local server
hkat login --email
[email protected]
Successfully logged in
hkat salesforce trigger Account AFTER_UPDATE --forward-to http://localhost:8080/handler
Event sent
hkat salesforce trigger Account AFTER_INSERT --forward-to http://localhost:8080/handler
Event sent
Create an account
Download CLI
Get started with Salesforce webhooks
Sign up