Skip to main content
Fires when somebody follows a tracked link in an email sent by a workflow or a sequence. The Send email step tracks the links in the email when tracking is on, which is the default.

Payload

string
required
Custral’s tracking id for the send (snd_…), the same id its opens carry. Always present.
string
Where the link goes, as it was written in the email.
string
The record the workflow or sequence run was about. Absent when the send was not tied to a record.

Worth knowing

  • Every click fires, including repeat clicks on the same link.
  • Link scanners click too. Some email security gateways follow every link in an incoming message to check it, which can fire this before the recipient has opened the email.
  • messageId is a tracking id. It matches the send’s opens, and does not match the provider message id on email.sent.
  • Only automated sends. Links in mail sent from the inbox composer do not fire this event.

Example