Skip to main content
Webhooks let That’s Me notify your system when something happens — no polling required.

How it works

  1. You register an endpoint URL (your N8N/Make/Zapier webhook URL, or your server)
  2. You choose which events to receive
  3. When the event occurs, That’s Me sends an HTTP POST to your URL within seconds
  4. If delivery fails, That’s Me retries automatically (3 attempts: 1min, 5min, 30min)

Supported events

Payload structure

Every webhook delivery has the same envelope:

Verifying signatures

Every request includes the header X-TM-Signature. You should verify this to confirm the request came from That’s Me. See Verify Signatures for implementation examples.

Delivery headers