Skip to content

Webhooks reference

Webhooks connect 2mee to your systems in both directions. They share one signing scheme and one envelope style, so once you’ve implemented one direction the other is familiar.

DirectionWhat it isYou implement
Inbound (you → 2mee)Your systems start or advance a flow.Signing a request to the ingest API.
Outbound (2mee → you)A flow reports what happened.Verifying a signed request at your endpoint.

Both use HMAC-SHA256 over the raw request body, with webhook-id, webhook-timestamp and webhook-signature headers — aligned with the Standard Webhooks conventions, so the behaviour is familiar to anyone who has integrated Stripe, Svix or Segment.

For step-by-step setup (rather than reference), see generic webhook setup and Connect Segment.

Was this page helpful? Tell us / report an issue ↗