Skip to contentSkip to navigationSkip to topbar
Page toolsOn this page

Link



Clicked

clicked page anchor

com.twilio.daptbt.link-shortening.link-clicked

Link Clicked events are compatible with Webhook and Kinesis sinks. To learn more, you can get started with the Webhook or Kinesis quickstarts and refer to the product documentation.

Examples

1
{
2
"specversion" : "1.0",
3
"type" : "com.twilio.daptbt.link-shortening.link-clicked",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/DapTbt.LinkClicked/3",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"message_sid" : "SM0000000000000000000000000000001",
10
"account_sid" : "AC0000000000000000000000000000001",
11
"messaging_service_sid" : "MG0000000000000000000000000000001",
12
"to" : "+11234567890",
13
"from" : "+12345678901",
14
"link" : "https://mycompany.com/my-very-long-endpoint?withSomeQuery=values",
15
"shortened_link" : "https://mycompany.com/0000000001",
16
"link_create_time" : "2025-01-01T00:00:00.000Z",
17
"click_time" : "2025-01-01T00:10:00.000Z",
18
"user_agent" : "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 Google-PageRenderer Google (+https://developers.google.com/+/web/snippet/)"
19
}
20
}

Versions


com.twilio.daptbt.link-shortening.link-shortened

Link Shortened events are compatible with Webhook and Kinesis sinks. To learn more, you can get started with the Webhook or Kinesis quickstarts and refer to the product documentation.

Versions