{"$id":"https://events-schemas.twilio.com/DapTbt.LinkClicked/3","$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false,"description":"Link clicked events from tbt-event-processor role","examples":[{"account_sid":"AC0000000000000000000000000000001","click_time":"2025-01-01T00:10:00.000Z","from":"+12345678901","link":"https://mycompany.com/my-very-long-endpoint?withSomeQuery=values","link_create_time":"2025-01-01T00:00:00.000Z","message_sid":"SM0000000000000000000000000000001","messaging_service_sid":"MG0000000000000000000000000000001","shortened_link":"https://mycompany.com/0000000001","to":"+11234567890","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/)"}],"properties":{"account_sid":{"description":"Id of the account that sends the message","type":"string"},"click_time":{"description":"Time at which the short link is clicked","type":"string"},"customer_tags":{"additionalProperties":{"type":"string"},"description":"Customer-defined tags associated with the message","type":"object"},"from":{"description":"Source number from which the message is sent","type":"string"},"link":{"description":"The long url that is part of the message body","type":"string"},"link_create_time":{"description":"CreatedAt time of the link","type":"string"},"message_sid":{"description":"Id of the message that contains the short link","type":"string"},"messaging_service_sid":{"description":"Id of the messaging service used to send the message","type":"string"},"shortened_link":{"description":"The short url generated by the tbt-url-shortener service","type":"string"},"to":{"description":"Destination number to which the message with short url is sent","type":"string"},"user_agent":{"description":"User agent from which the link is clicked","type":"string"}},"required":[],"title":"DapTbt.LinkClicked","type":"object"}