Short URL Click Notification

This document will go over receiving Short URL click messages notifications via our API.

When a recipient clicks on a URL thas has been shortened by the system, a notification will be POSTed to the specified webhook URL.

Headers

Arguments

Examples

{
   "mobile":"4400001234",
   "messageId":"9AEC3BB90A000A9D2FBD467178FF6827",
   "batchId":"9AEC3B590A000A9D2FBD4671C4D151BF",
   "clientRef":"ref-001",
   "browser":"Safari",
   "country":"United Kingdom",
   "ipAddress":"1.1.1.1",
   "iso2l":"UK",
   "os":"Mac OS X",
   "url":"http://vimeo.com/751393851?autoplay=1"
}

Last updated