Salebot.ai
  • About
  • The basics: How to use Salebot.ai
    • The basics of using the editing software
    • Creating blocks and the types of them
    • Arrows (connections)
    • Quick actions
    • Buttons
    • Condition and Matching selection
    • Links to messengers
    • Blocks "not State"
    • The first message
    • Description of the fields in the Editor
    • How to make the bot not interrupt the dialogue with the client
    • Sending attachments. Tracking links.
    • Getting files from the user
    • Editing text message
    • Random answers in a bot
    • Built-in variables
    • Reservation and recovery
    • Free Videos to master Salebot
  • Administration
    • Custom Roles
    • Reservation and recovery
  • Messengers and chats
    • WhatsApp
    • Whatsapp Business API
    • Telegram
    • Viber
    • Facebook Messenger
    • Official Instagram
    • Online-chat on a site
    • Merging contacts from different messengers
  • Variables
    • Variables
    • Calculator
    • API in Calculator
    • Variable comparison
    • Working with Dates and Time
    • Working with Arrays and Dictionaries
    • List of Useful Regular Expressions
    • How to use variables
  • CRM
    • AmoCRM
    • Bitrix24
  • Working with API
    • The editing software's API
    • Integration with third-party APIs
  • Integrations
    • Payment systems
      • Capusta.space
      • Coinpayments
      • INXY Payments
      • Paypal
      • Payeer.trade
      • Paynow
      • Stripe
      • Telegram
      • Fondy
      • Wayforpay
      • WalletOne
    • InfoBusiness
      • MyOwnConference
      • WebinarGeek
    • Analytics
      • Roistat
      • Facebook Pixel
      • Google Analytics
    • Google Sheets
    • Google Tables
    • Google Calendar
    • Apix-Drive
    • SMS services
    • Sendpulse
    • QuizGO
    • Tilda
    • Linkrr
    • Vakas-Tools
  • Mailings
    • Pipelines
    • Manual mailings
    • Mailing list
    • Stop mailing
    • How to filter clients for mailing
    • Transferring the client base. Uploading Whatsapp numbers
  • To partners
    • How to transfer the project to the customer
  • How to...
    • FAQ
    • ...Create a simple chatbot
    • ...Transfer UTM-labels
    • ...Create a referral program
    • ...Create temporarily available content
    • ...Connect analytics counters and configuring conversions through GTM
    • ...Move clients to another block
    • ...Create personalized images
    • ...Create a menu in Telegram
    • ...Connect Telegram-pay
  • Payment Services
    • Page 1
  • Mini-landing
  • Special capabilities
    • Python programming
    • Generating a QR-code
    • Generating a barcode
    • Barcode recognition on an image
    • Using Google Sheets for mailings
    • Sending requests to messengers and email
    • Working with promo codes
  • Our services
    • Pricing
    • Training courses
  • Group 1
Powered by GitBook
On this page
  • One-off links
  • Links with timers
  • Time-limited links
  • Short links without notifications about the click
  • Removing links
  1. How to...

...Create temporarily available content

There is often an objective to limit the access to the content with a set time. This article will tell you just how to do that.

Previous...Create a referral programNext...Connect analytics counters and configuring conversions through GTM

Last updated 3 years ago

This can be done using our proxy-link that can be added to the button.

Links are created in the calculator

The link is unique to each dialogue and cannot be shared or resent

Variables work inside the links

One-off links

If you add to the functions "proxy", "proxy_date", "proxy_timeout" an additional parameter that is not equal to 0, then the link becomes a single-use one.

When the user tries to click on the link for the second time, they’ll see a message telling them it was available only once.

Links with timers

"proxy_date": the link is transferred to this function, then it returns the link with the notification about the click. The second and the third parameters are date and time, when the link stops working. If you put after minutes another parameter not equal to 0, then the link will be one-off as well.

Again, if the person tries to access the link at a later time or for the second time, they will be notified that the link expired.

Time-limited links

"proxy_timeout": the link gets transferred to this function, then the function returns it with the notification about the click. The additional parameter is the amount of minutes the link works for. If you put after minutes another parameter that is not equal to 0, then the link will be one-off as well.

The user will get notified if they try to access the link once it expires as well.

Short links without notifications about the click

All short links can be created without a callback, i.e. by classic short links.

There are functions for that with the same parameters but without callbacks.

proxy with the callback - short without the callback proxy_timeout with the callback - short_timeout without the callback proxy_date with the callback - short_date without the callback

Removing links

remove_links() - deactivation of all short links sent to the client remove_one_time_links() - deactivation of all one-off links sent to the client remove_timer_links() - deactivation of all temporarily available links sent to the client

Example of use: