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 ValueDescription
callback_url_endpointEndpoint to get the URL shortener callback details.
key_valueShort URL recipient mobile number or email address.
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_idURL shortener 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.
channelWhen 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_idWhen the short URL is sent using a channel, this field will contain the unique ID to track the message.