Setup
1. Create a Zap
In Zapier, create a new Zap. For the trigger, choose Webhooks by Zapier and select Catch Hook. Click Continue — no filtering needed. Copy the webhook URL Zapier gives you (starts withhttps://hooks.zapier.com/).
2. Create a webhook alert channel in Larm
In Larm, go to Alert channels and click New alert channel. Select Webhook as the type and paste the Zapier URL.3. Set a custom payload template
The default payload puts everything in a singletext field, which is hard to work with in Zapier. Set a custom payload template so each field is available separately:
4. Send a test alert
Click Send test on the alert channel in Larm. Then go back to Zapier and click Test trigger — it should pick up the test event and show the fields.5. Add an action
Configure your Zap’s action step. You can map the individual fields (e.g.monitor_name, status) to your action’s inputs.
Example: Send alerts to a Slack channel
- Follow the setup above to create the Zapier trigger
- Add an action: Slack → Send Channel Message
- Map the fields:
- Channel: pick your alerts channel
- Message Text:
{{monitor_name}} is {{status}} — {{monitor_url}}
- Turn on the Zap