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 stop mailing completely
  • How to unsubscribe manually
  • How to partially unsubscribe from mailing lists
  • How to adjust response to unsubscribe
  1. Mailings

Stop mailing

How to stop mailing completely or partially

PreviousMailing listNextHow to filter clients for mailing

Last updated 3 years ago

How to stop mailing completely

For example, in Whatsapp there is no option to deny messages and to prevent the user from pressing the "SPAM" button, you need to stop the mailing at his request.

All other messengers have a system capability

If the user clicks this button, he has unsubscribed from all messages and you will not be able to send messages to him. To understand the unsubscribed user or not, you need to click the "More" button in the Clients section

!!!

The notSubscribed variable value set to 1 means that messages will not reach the user.

!!!

How to unsubscribe manually

This variable can also be set manually, from the constructor, for example, if the person in Whatsapp writes the word unsubscribe.

In the field, you must write the variable assignment when you navigate

!!!!

the.notSubscribed client = 1 or client.notSubscribed = 1 is no difference. In the reply field you can specify anything, this message will not come. If you need to send the user that it has been successfully unsubscribed, you can use the following scheme

!!!

Important! The client will subscribe to the messages again, if he sends any message to the bot, no message will be sent to him until then.

How to partially unsubscribe from mailing lists

To partially respond, you must assign variables and check their value before sending them. For example, if the user is assigned a variable #{to send in the morning} with no value, then you can add a comparison variable #{to send in the morning} to the block(or mailing arrow) settings!= 'There is no need for this person to receive this message. Conditions can be combined in different ways.

How to adjust response to unsubscribe

It is often necessary to perform some actions in the bot, after the client has unsubscribed. For example, to transfer the information to the analyst. To do this, a client_unsubscribed message is generated after the client has unsubscribed and you can run the bot by specifying the splice type of the full match.

!!!

!!!

If you want to run the query to the server. Use the advanced block settings.

Although the bot will start, it will not be able to send a message to the client because the client has already unsubscribed.

This callback works only in Viber. In Telegram Callback does not come!

How to stop mailing completely
How to stop mailing partially
How to adjust response to stop mailing