URL Shortener Callback
URL Shortener Callback enables you to get the list of all supported parameters for URL shortener Callback, which you can receive for extracting customer details.
Sample callback URL
<callback_url_endpoint>?mobile={key_value}&platform={platform}&ip={ip}&browser={browser}&is_phone={is_phone}&is_desktop={is_desktop}&created={created}&shortcode={shorty_id}&key={key}&device={device}&platformVersion={p_version}&browserVersion={b_version}&language={language}&channel={channel}&message_id={message_id}
Note:
Ensure to replace the parameter values with the proper inputs in the URL shortener callback.
Field Value and Description
Field Value | Description |
---|---|
callback_url_endpoint | Endpoint to get the URL shortener callback details. |
key_value | Short URL recipient mobile number or email address. |
platform | The operating system of the device from which the URL has been accessed. |
ip | IP from which the URL has been accessed. |
is_phone | Device type. |
browser | The browser in which the URL has been accessed. |
is_desktop | Device type. |
created | Requested time. |
shorty_id | URL shortener short code. |
key | Short URL recipient mobile number encrypted value. |
device | Browser engine in which the URL has been accessed. |
p_version | The version of the operating system of the device in which the URL has been accessed. |
b_version | The version of the browser in which the URL has been accessed. |
language | Language of the operating system in which the URL has been accessed. |
channel | When you send a shortened URL using any of the channels (SMS, WA, or EMAIL), then in the URL Shortener Callback, you will get the channel details. |
message_id | When the short URL is sent using a channel, this field will contain the unique ID to track the message. |
Updated 12 months ago