Skip to content

Create a Chatbot

This guide walks you through creating your first WhatsApp chatbot in Wylto — from opening the Bot Builder to connecting your first blocks.

  • A Wylto account with an active app and connected WhatsApp Business number
  • Access to the Bot Builder section (under Whatsapp in the left sidebar)

From the left sidebar, go to Whatsapp → Bot Builder. This is where all of your chatbot flows live.

Chatbot Flows list showing existing bots and a Create New button

Each row is a separate flow. You can open an existing flow to edit it, or click Create New in the top right to start a new one.

Click Create New. A dialog opens with two things to decide:

  1. A name for your flow (e.g. “Lead Qualification”, “Appointment Booking”)
  2. A template to start from
Create New Flow dialog with template options

Wylto ships with ready-made templates for common use cases:

TemplateGood for
EmptyStarting from a blank canvas
BasicA minimal flow to get started quickly
Real Estate with Site VisitSharing property info and booking site visits
Hospital/Clinic with appointment flowExplaining services and scheduling appointments
Education InstitutionSharing program info for schools and institutes

Enter a name, select a template, and click Create. You’ll be taken straight into the visual editor.

The editor is a visual canvas where you connect blocks to define the conversation. Every flow starts at the Flow Starts here marker and runs left to right along the connections you draw.

Visual flow editor with Send a Message and Update Contact blocks connected
  • Canvas — the main area where blocks live. Drag blocks to rearrange them; drag from a block’s right-side dot to another block’s left-side dot to connect them.
  • Add New Block (top right) — opens the block picker.
  • Zoom and fit controls (bottom left) — zoom in, zoom out, fit to screen, and lock/unlock the canvas.
  • Minimap (bottom right) — a thumbnail of the whole flow; useful for large bots.
  • Saved indicator (top right) — Wylto auto-saves as you edit.
  • Back arrow (top left) — returns to the Bot Builder list.

Click Add New Block to open the picker. The available blocks are:

  • Send a Message — plain text, media, or interactive messages with buttons
  • Ask a Question — collect a response from the customer and store it
  • Update Contact — write collected details back to the contact record
  • Connect to Flow — jump into another flow (useful for reusable sub-flows)
  • WhatsApp Flow — trigger a native WhatsApp Flow form
  • Send Catalog — share products from your connected Meta catalog
  • Condition — branch the path based on a variable or customer response
  • Delay — wait a fixed amount of time before the next block
  • HTTP Request — call an external API (e.g. your CRM)
  • Start Live Chat — hand the conversation to a human agent
  • Add to Segment / Remove from Segment — tag the contact for later targeting
  • Remove Tag — remove a previously applied tag
  • Conversion API — send a conversion event (e.g. to Meta Ads)

Each block has a green dot on the left (input) and a black dot on the right (output). Click and drag from an output to an input to draw a connection. The Flow Starts here label points to whichever block is your entry point.

The editor auto-saves — look for the Saved badge in the top right.

To test the bot end-to-end, send a message to your connected WhatsApp number that matches your trigger. You can also configure a test keyword in your flow settings so only you receive the in-progress version while you iterate.

  • Configure triggers — decide which keywords or events start this flow. See WhatsApp Bot Builder for the full list of settings.
  • Use variables — personalize messages with {{contact.name}} and custom variables collected via Ask a Question blocks.
  • Combine with Workflows — trigger a flow from an automated workflow (e.g. after a lead is captured via Facebook Lead Ads). See Workflows.