Clicker

To receive the information about a clicker, you have to create a CLICKER Webhook. We'll then push the data through a POST HTTP request with a JSON string in the body (raw) as follows:

CLICKER


{
    "campaign_id": "15948909",
    "gsmsid": "my gsmsmsid",
    "date": "2024-07-27 08:45:21",
    "long_url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
    "short_url": "37MM",
    "brand": "Apple",
    "model": "iPhone",
    "os": "iOS",
    "info1": "",
    "info2": "",
    "info3": "",
    "info4": "",
    "clicks_on_link": "2",
}
	      
	  
campaign_id The associated campaign id
gsmsid The associated message id if the gsmsmsid param was set
date The delivery date
long_url Your url
short_url Your short url
brand The brand of the device used to click on the link
model The model of the device used to click on the link
os The OS of the device used to click on the link
info [1;4] Associated contact information
clicks_on_link The number of clicks on this link