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
  • How To Create a List
  • How to Automate Lists
  • Visual interface
  • Text interface
  • How to manually work with lists
  • Loading Clients to the List
  • Removing Clients from the List
  • How to move clients from other platforms
  1. Mailings

Mailing list

Mailing lists allow you to group clients

PreviousManual mailingsNextStop mailing

Last updated 3 years ago

How To Create a List

Lists are created in the same section

How to Automate Lists

Visual interface

You can automatically add, remove, and move clients to the lists while the chat bot is running.

To do this, there are fields in the advanced settings of the block:

Below you can select the list with which you want to perform the action.

Text interface

The convenience of the text interface lies in the flexibility of the features. For example, adding a client to multiple lists at the same time.

The list number is shown to the left of the list, in the screenshot - 60267

Checking the presence of a person on the list

The first condition will work if the client is listed, the second if not listed

inlist(list number) == True или inlist(list number) == False

Further commands are entered in the "Calculator" field

Add to the list

add_to_list(list number)

Remove from the list

remove_from_list(list number)

Move to the list

move_to_list(list number)

When moving, the person will be removed from all lists and added to the selected one.

List size check

list_size(list number)

Returns the number of people on the list

How to manually work with lists

Loading Clients to the List

You can manually download clients by filtering them in the form, from a file or from another list.

Removing Clients from the List

By the same principle, you can remove clients from the list. For example, you can exclude those on another list.

How to move clients from other platforms

When downloading clients from other platforms, you can choose one or more lists where clients will be downloaded.

How To Create a List
How to Automate Lists
How to work with lists manually
How to move clients from other platforms