🚀 Meym is now AI-first — every link learns, every click informs.See how it works →
WEBHOOKS

Real-time events.
Infinite possibilities.

Subscribe to Meym events and push real-time data to any endpoint — your CRM, data warehouse, Slack, or custom backend. No polling, no delays.

Set up webhooksView API docs

6 events to subscribe to

link.clicked

Fires on every click with full metadata: URL, geo, device, referrer, timestamp.

link.created

Fires when a new link is created — includes slug, destination, and creator info.

link.updated

Fires when a link's destination, title, or settings are changed.

link.deleted

Fires when a link is permanently deleted from a workspace.

campaign.created

Fires when a new campaign is created with its initial configuration.

domain.verified

Fires when a custom domain passes DNS verification and goes live.

Enterprise-grade reliability

Real-time delivery
Webhook events are delivered within 500ms of the triggering action — no polling needed.
HMAC signature verification
Every webhook payload is signed with your secret key so you can verify authenticity.
Automatic retries
If your endpoint is down, Meym retries delivery up to 5 times with exponential backoff.
Structured JSON payloads
Every event follows a consistent JSON schema — easy to parse and integrate.
Event filtering
Subscribe to only the events you care about. Reduce noise in your systems.
Delivery logs
See every webhook delivery attempt, response code, and payload in your dashboard.

Example payload

// Example: link.clicked webhook payload
{
  "event": "link.clicked",
  "timestamp": "2026-03-19T10:23:45Z",
  "data": {
    "link_id": "lnk_abc123",
    "slug": "summer-sale",
    "destination": "https://shop.example.com/sale",
    "click": {
      "ip": "203.0.113.42",
      "country": "GB",
      "city": "London",
      "device": "mobile",
      "browser": "Safari",
      "referrer": "instagram.com",
      "timestamp": "2026-03-19T10:23:45Z"
    }
  }
}

Build on top of Meym

Webhooks are available on all paid plans. REST API available on all plans.

Get started free