🛄
Recrubo Documentation
  • Introduction
  • 🔠Terminology
    • 🔠General Terminology
    • 🔠Botstudio Terminology
  • 🤖Botstudio
    • 💬Adding flows
      • Generate flow
        • Step 1: Locate the right vacancy
        • Step 2: Start the process
        • Step 3: Adjust the general settings
        • Step 4: Adjust the tone of voice
        • Step 5: Determine the questions
        • Step 6: Open the botstudio
      • Import flow
      • Use template
      • Blank flow
    • 👨‍🔬How to test your flow
      • Bot Studio preview
      • WhatsApp
    • 🔢Steps
      • Add steps
      • Edit steps
    • ⁉️Actions
      • Add actions
      • Edit actions
    • 🆎Action types
      • Basic action types
        • Text (say)
        • Text (ask)
        • Appointment
        • Contact
        • List
      • Extra action types
        • Location
        • Document
        • Image
        • Audio
    • 🔀Links
      • No condition
      • Exact
      • AI
    • 🔚Endings
    • ↔️Deploy dialog
      • Chat widget (website)
      • Lead form (website)
      • Facebook (Meta)
      • LinkedIn
    • ⚙️Flow Settings
    • 📢Publication
    • 📄AI context
    • 🛠️Adding, Duplicating, Translating & Deleting flows
  • ↗️Distributing flows
    • 📣Integrate with Facebook & Instagram ads
      • Creating lead campaigns
      • Connect your campaign to the botflow
      • Finding IDs
    • GTM
      • Chat widget
      • Lead form
    • Integrate with your website
      • Web widget
      • Lead form
      • Custom implementations
  • 🫅Candidates
    • Filtering the candidate list
    • Export candidates
    • Broadcast
    • Detail page
  • Organization settings
    • Users
    • Leads
    • Locations
    • Message templates
  • Integrations
    • WhatsApp
      • Set up WhatsApp
      • Set up payment method
      • Customize WhatsApp profile
    • Facebook Messenger
    • Meta lead integration
    • LinkedIn lead integration
  • 🗓️Schedule
    • Setting up your calender
    • Creating a broadcast event
    • Creating a blocking event
  • 💪Best practices
  • ⚠️Common issues
    • Error in a chat message
    • Variable not found
    • The candidate got sent to the wrong path
    • The candidate got declined/accepted while this is not intended
  • ❓FAQ
    • ⚙️Settings
      • How do I reset my password?
      • How do I create an account?
      • How can I invite a colleague in Recrubo?
      • How can I integrate my ATS?
    • 🔀Distribution and Integration
      • What triggers the WhatsApp message, when do candidates get a message?
      • Can I automatically follow up candidates from Indeed via WhatsApp?
      • Does Recrubo also connect with other messaging channels?
      • Can I integrate with Zapier?
      • Can I connect the chatbot to Meta or LinkedIn campaigns?
      • Is it possible to place a chat widget on the website?
      • How do I place a "Apply via WhatsApp" button on the website
      • Can candidates start from a QR code?
      • What ATS integrations does Recrubo have?
    • 🧍‍♂️Leads and Candidates
      • What happens to candidates who do not respond?
      • What happens to candidates who are rejected?
      • Can a candidate who is rejected reapply?
      • What if a candidate applies twice?
      • Why don't my leads in meta match my leads in Recrubo?
      • My leads get an error, what's going on?
      • How can I easily see which leads have left their phone number via the lead form on the website?
    • 📲WhatsApp
      • Does the WhatsApp chat happen through my phone?
      • Are you using our existing Whatsapp Business Account?
    • 💬Chat functionalities
      • Can we enrich candidates' profiles through WhatsApp?
      • Is it possible to request a CV via WhatsApp?
      • Is it possible to automatically schedule appointments with candidates via WhatsApp?
      • Is it possible to send bulk messages via WhatsApp to a specific group?
      • Does Recrubo send a reminder if a candidate does not respond?
      • Does Recrubo send appointment reminders?
      • Can the chatbot switch to another language during the conversation?
      • Can I attach a chat flow to multiple vacancie
      • Can I add images or videos in the chat flow?
      • Can I use Recrubo as a calendar tooling/calendar software?
    • 📩Recrubo inbox
      • Can I manually chat back with the candidate ?
      • The chat is disabled, how can I send a message in the inbox?
      • Does Recrubo have WhatsApp templates in the inbox?
    • 🔡Building a flow
    • 🚀Testing
    • 🤖AI
      • Can the AI recruiter talk in different languages?
      • Can the candidate ask questions to the chatbot?
      • Where does the chatbot get the information to answer candidates' questions?
Powered by GitBook
On this page
  • Adding a step
  • Adding a split
  1. Botstudio

Steps

Steps are containers for actions in Botstudio. Steps are connected with Links.

PreviousWhatsAppNextAdd steps

Last updated 8 months ago

In this chapter we will explain what the function of a step is, how to add one and how to edit one. A step consists of a Title, Actions and Links. Below you see an example of a simple step with 1 action and 1 link.

Adding a step

To add a step you can drag a step card from the right menu on to the Botstudio canvas. There are two options of adding a step.

  1. Adding a split

  2. Adding a step between two steps

Adding a split

To add a split you drag the step card on to the step that makes the decision for the split. When you drop the step card a wizard to create a new step will appear and guide you to the creation of the split.


Imagine you're setting up a bot for a job application process, and you need to decline candidates who do not have a valid driver's license. Here's how you can achieve this using BotStudio:

Scenario: You want to add a step that declines any candidate who does not possess a valid driver's license. To do this, you'll add a text step on the driver's license question, write a decline message, configure the condition and set this step as an end step.

  1. Adding the Text Step:

    • Open BotStudio and find the text step in the toolbar on the right.

    • Drag the text step onto the canvas and drop it on the step that asks, "Do you have a valid driver's license?".

  2. Configuring the Step:

    • When you drop the step the configuration wizard opens.

    • First, you are prompted to add a text for the decline message.

    • Second, you can configure the condition by selecting the question about the driver's licence and setting the condition to 'Should be negative'.

    • Click 'Confirm' to add the step to the flow.

  3. Validating the original condition:

    • After adding the step the condition for the original path should be checked.

    • The condition should also look at the driver's licence question but should check for 'Should be positive'.

  4. Setting as End Step:

    • Open the step settings by clicking on the step.

    • Configure this card step as an "End Step" so that once this message is shown, the conversation will end automatically.

Outcome:

With these configurations, when a candidate indicates that they do not have a valid driver's license, the bot will display the decline message and end the interaction. This ensures that only candidates meeting the criteria are processed further, while others receive a polite and clear decline message.

🤖
🔢