Working with links
Links with click notification
proxy() | proxy_date() | proxy_timeout()
LEGEND:
! - Required parameters
proxy(lnk, one-shot) - generates a link with click notification. The function takes the following parameters: ! link -link one-shot -indicator that the link is one-time use. Simply pass the value 1.
proxy_date(lnk, date, time) - generates a link with click notification and a specified expiration time. The function takes the following parameters: ! link - link ! date - link expiration date ! time - link expiration time one-shot - indicator that the link is one-time use. Simply pass 1.
proxy_timeout(lnk, minutes, one-shot) - generates a link with click notification and a specified access timer. The function takes the following parameters: ! link - link ! minutes - the number of minutes the link remains active. one-shot - indicator that the link is one-time use. Simply pass 1.
Link shortening
short() | short_date() | short_timeout()
LEGEND:
! - Required parameters
short(lnk, one-shot) - generates a link without click notification. The function takes the following parameters: ! link -link one-shot -indicator that the link is one-time use. Simply pass the value 1.
short_date(lnk, date, time) - generates a link without click notification and a specified expiration time. The function takes the following parameters: ! link - link ! date - link expiration date ! time - link expiration time one-shot - indicator that the link is one-time use. Simply pass 1.
short_timeout(lnk, minutes, one-shot) - generates a link without click notification and a specified access timer. The function takes the following parameters: ! link - link ! minutes - the number of minutes the link remains active. one-shot - indicator that the link is one-time use. Simply pass 1.
Link removal
remove_links() | remove_one_time_links()| remove_timer_links()
LEGEND:
! - Required parameters
remove_links() - deactivation of all shortened links sent to the client
remove_one_time_links() - deactivation of all one-time links sent to the client
remove_timer_links() - deactivation of all time-limited links sent to the client
Telegram bot quiz link
quiz_link_timeout() | quiz_link_date() | quiz_link()
Please note!
There is a 21-day limit on the validity of the link, so it must be refreshed!
To enable quiz display in Telegram, you need to:
1. Copy a website page ID. To do this, go to the "Websites" section and select the desired website:

Further in the text, we will refer to mini_landing_page_id as the variable name.
2. In the "Calculator" field, use one of the following functions:
LEGEND:
! - Required parameters
quiz_link_timeout(mini_landing_page_id, minutes) - generates a link with a lifetime limit set in minutes
Parameters:
! mini_landing_page_id - website page ID minutes - link lifetime in minutes (type: number)
quiz_link_date(mini_landing_page_id, date, time) - generates a link with an expiration limited to a specific date and time
Parameters:
! mini_landing_page_id - website page ID date - link active date (format: dd.mm.yyyy) time - link active time (format: hh:mm)
quiz_link(mini_landing_page_id) - generates a link with no expiration time
Parameters:
! mini_landing_page_id - website page ID
Last updated







