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 ValueDescription
callback_url_endpointEndpoint to get the URL shortener callback details.
key_valueShort URL recipient mobile number.
platformThe operating system of the device from which the URL has been accessed.
ipIP from which the URL has been accessed.
is_phoneDevice type.
browserThe browser in which the URL has been accessed.
is_desktopDevice type.
createdRequested time.
shorty_idTxtly short code.
keyShort URL recipient mobile number encrypted value.
deviceBrowser engine in which the URL has been accessed.
p_versionThe version of the operating system of the device in which the URL has been accessed.
b_versionThe version of the browser in which the URL has been accessed.
languageLanguage of the operating system in which the URL has been accessed.