---
title: email.clicked
description: A tracked link was clicked — a much stronger signal than an open.
sidebar:
  label: email.clicked
  icon: mouse-pointer-click
---

A tracked link was clicked. A much stronger signal than an open.

## Payload

| Prop | Type | Default | Description |
| - | - | - | - |
| `email_id` | `string` | - | eml_… |
| `thread_id` | `string` | - | The conversation. |
| `domain_id` | `string \| null` | - | The domain it was sent from, or null when sent through a mailbox. |
| `mailbox_id` | `string \| null` | - | The mailbox it was sent through, or null when sent from a domain. |
| `suppression_key` | `string \| null` | - | The list the send named, when it named one. |
| `url` | `string` | - | The destination that was clicked. |

## Handling it

A click is a real human action in a way an open is not, so this is the event to attribute against. Security scanners do visit links before the recipient does, though — if the click arrives within a second or two of delivery, treat it with suspicion.
