URL Shortener Callback
URL Shortener Callback enables you to get the list of all supported parameters for Txtly 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}
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. |
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 | Txtly 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. |
Updated about 1 year ago