Subscribe to Meym events and push real-time data to any endpoint — your CRM, data warehouse, Slack, or custom backend. No polling, no delays.
link.clickedFires on every click with full metadata: URL, geo, device, referrer, timestamp.
link.createdFires when a new link is created — includes slug, destination, and creator info.
link.updatedFires when a link's destination, title, or settings are changed.
link.deletedFires when a link is permanently deleted from a workspace.
campaign.createdFires when a new campaign is created with its initial configuration.
domain.verifiedFires when a custom domain passes DNS verification and goes live.
// 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"
}
}
}Webhooks are available on all paid plans. REST API available on all plans.
Get started free