How it works
- You register an endpoint URL (your N8N/Make/Zapier webhook URL, or your server)
- You choose which events to receive
- When the event occurs, That’s Me sends an HTTP POST to your URL within seconds
- 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 headerX-TM-Signature.
You should verify this to confirm the request came from That’s Me.
See Verify Signatures for implementation examples.