Automation Recipes (Zapier, Make, n8n, IFTTT, Pipedream)

Pipe LemWatch alerts into any of 5,000+ apps via your favourite automation tool.

Automation Recipes

Any tool that accepts an inbound JSON webhook can subscribe to LemWatch alerts. Paste the catch-hook URL into the Mattermost / Automation webhook field — LemWatch posts a Slack-compatible JSON payload that every major automation tool ingests natively.

Sample payload (what LemWatch POSTs)

Zapier

  1. New Zap → trigger Webhooks by Zapier → Catch Hook → copy the custom URL.
  2. Paste it into LemWatch (Mattermost / Automation webhook field).
  3. Trigger a test from LemWatch — Zapier auto-detects the JSON.

Make (Integromat)

  1. New scenario → Webhooks → Custom webhook → Add → copy the address.
  2. Paste into LemWatch.
  3. Click Determine data structure in Make and trigger a test.

n8n

  1. Add a Webhook node, POST, copy the Production URL.
  2. Paste into LemWatch and activate the workflow.

Pipedream

  1. New workflow → HTTP / Webhook trigger → copy the endpoint.
  2. Paste into LemWatch.

IFTTT (Webhooks service)

  1. Connect the Webhooks service and grab your maker key.
  2. Endpoint: https://maker.ifttt.com/trigger/{event}/with/key/{your_key}.
  3. Paste into LemWatch.

Need raw HTTP instead?

If your destination wants a flat schema ({ site_id, event_type, severity, ... }) instead of the Slack-style payload, use the Generic Webhook channel.