Swiftsell Help Center
  • 😀Welcome to Swiftsell
    • Swiftsell Basics
  • 🏁GETTING STARTED
    • Building a Chatbot
    • Testing a Chatbot
    • Installation
      • Installation on Website
        • Installation using HTML
        • Installation using Google Tag Manager
      • Installing on SquareSpace
      • Installation on WhatsApp
      • Installation on Facebook
    • Deploying a Chatbot
    • Utility Tools
  • ⚒️BOT BUILDER
    • Action Block
      • Trigger
      • Send Message
      • Collect Input
      • Buttons
      • Reply Buttons
      • Carousel
      • Answer AI
      • Set AI
      • Send an Email
      • List
      • Human Handover
      • Dynamic Data
      • Javascript
      • Form
      • Flow
      • Options
      • Calendar
      • Slider
      • Image Carousel
      • WhatsApp Flow
    • Branch
    • File Upload
  • ✨AI STUDIO
    • Building a GPT chatbot
    • Knowledge base
    • Custom Answers
    • Function call
    • Prompts
    • Tokens
    • Setting up retrain
  • 🔗Integrations
    • Overview
    • Events
    • Service Call
    • Google Sheets
    • Google Calendar
    • Calendly
  • 💬WHATSAPP BUSINESS API
    • Overview
    • WhatsApp Business API from Meta
  • 💬Live Chat
    • Overview
    • Live Chat Screen
    • Live Chat Settings
  • 📣OUTBOUND BOTS
    • Overview
    • Building One Off Campaign
    • Building Ongoing Campaign
    • Creating a WhatsApp Template
Powered by GitBook
On this page
  • Configurations on the action block:
  • Message
  • List of options
  • Error message
  • Variable
  • Hot keywords
  • Track links
  1. BOT BUILDER
  2. Action Block

Options

Options allow the conversation flow to be branched into various paths based on user input

Last updated 1 year ago

Most commonly used on SMS and WhatsApp channels.

Option block is used when a selection from a list of items is to be made. The action block would render the list of options as follows:

View of how options will be visible

As the list of options is displayed with numbers i.e. 1, 2, 3, etc. it is best suited for channels like WhatsApp and SMS.

Configurations on the action block:

Message

This is the question the bot would ask while presenting the list of options.

List of options

The list of options that are to be shown will be defined here.

You can have up to 10 options in one action block. In case you need more you can nest 'Option' blocks together.

Users can select from options by typing the following,

  • The numeric digit i.e. 1, 2, 3...

  • Alphabetic name i.e. one, two, three...

  • Value of the option itself i.e. Blue, Green, etc.

Error message

When submitting a selection from the list of options, if any input does not match the list, this error message will be shown along with the list of options.

The user will have to retry by entering a valid number.

Variable

Users can store the value of the selected option in a variable for future reference.

For example, if I choose 2 from the above image, 'Yellow' would be stored on the variable.

Hot keywords

You can define hot keywords that bring the user to this action block, wherever they are in the conversation flow.

You can define more than 1 hot keywords

Track links

Enabling this option will create short URLs for all the URLs mentioned in this action block.

(Refer to this article)

This will only work if Link tracking is enabled in your account settings.

⚒️