Plug HowlOps into the tools your team already uses.
Notification channels, alert sources, data sync, and automation glue. Built-in HMAC-signed webhooks let anything that can POST become a HowlOps integration.
Wake the right people.
Push state into HowlOps.
Pull state out of HowlOps.
CLI (hwl)
Go binary to pause/resume monitors + ack/resolve/snooze incidents, shipping alongside the Terraform provider.
Terraform
Planned provider for monitors, status pages, schedules, alert routing.
Close the loop automatically.
Zapier
Trigger any Zap when an incident opens, escalates, or resolves.
Anything that can POST is an integration.
Generate an inbound webhook in Settings → Inbound webhooks, configure the actions you allow (ack / resolve / snooze), and POST signed JSON to ack incidents from anywhere, including the systems we don’t list above.
# Inbound webhook: POST to acknowledge an incident
curl -X POST https://app.howlops.com/api/v1/webhooks/inbound/<slug> \
-H "X-HowlOps-Signature: v1,t=$(date +%s),sha256=<hmac>" \
-H "Content-Type: application/json" \
-d '{"action":"ack","incident_id":"<uuid>"}'Ready to wire it up?
All integrations available on every tier. SAML SSO, audit logs, and SLA-backed responsibilities on paid plans (talk to us).