← All guides

Guide · No-code

Monitor any app (webhook)

No shell, no code? If your tool has a webhook, an HTTP action, or a "call a URL" step, that's all you need. Make it the last step so it only fires when the run finished.

1. Create a check

Create a check in Mortemain and copy its unique ping URL:

 your ping URL
https://ping.mortemain.com/your-check-uuid

2. Add it as the final step

Wherever your automation ends, add a request to that URL. A plain GET is enough (POST works too):

  • Zapier — add Webhooks by Zapier → GET as the last action, URL = your ping URL.
  • Make (Integromat) — an HTTP → Make a request module, method GET.
  • Power Automate — an HTTP action, method GET.
  • n8n — an HTTP Request node at the end of the workflow.
  • NAS / backup software / appliances — paste the URL into any "notification URL", "webhook on success", or "call URL when done" field.

Only want an alert when it fails? Point the failure/error branch at …/your-check-uuid/fail instead.

3. Can it only send email?

Plenty of older kit can email but not call a URL. Mortemain accepts an email as a check-in too: send it to your check's address and an arriving email counts, which also proves the whole mail path works.

 email check-in
To: your-token@in.mortemain.com

Test it

Run the automation once (or open the ping URL in a browser). The check flips to up in a second or two; miss its window and you'll get the down alert.