email.clicked
Webhook event triggered when a recipient clicks a link in an email.
{
"id": "whev_01h…",
"type": "email.clicked",
"created_at": "2026-07-22T12:00:00.000Z",
"data": {
"email_id": "em_123456789",
"from": "sender@example.com",
"to": ["recipient@example.com"],
"subject": "Hello World",
"status": "delivered",
"url": "https://example.com/pricing"
}
}The email.clicked event is triggered when click tracking records a link click.
Event Details
All webhook payloads follow a consistent top-level structure with event-specific data nested within the data object.
type string
The event type that triggered the webhook (email.clicked).
created_at string
ISO 8601 timestamp when the webhook event was created.
data object
Standard outbound email fields plus url for the clicked destination.
Handling this event
When your endpoint receives an email.clicked event, you might want to:
- Track link engagement.
- Personalize follow-up based on which URL was clicked.
Learn More
Was this page helpful?
- Need help? Contact Support.
- Chat with Reloop developers on Discord.
- Check out our changelog.
- Questions? Contact Sales.
- LLM? Read llms.txt.