{
  "version": "3.7",
  "client": "693a3055-fc3e-40b8-ac60-2dbd8f827a11",
  "chatbotId": "basic-landing-chatbot-telco-eu",
  "launchNode": "customer_message",
  "nodes": {
    "customer_message": {
      "type": "message_button",
      "text": "Are you and existing customer?",
      "options": [
        {
          "buttonText": "Yes",
          "action": "need_message"
        },
        {
          "buttonText": "No",
          "action": "product_message"
        }
      ]
    },
    "need_message": {
      "type": "message_button",
      "text": "Do you need customer support or information about a product?",
      "options": [
        {
          "buttonText": "Customer support",
          "action": "support_byPhone_message"
        },
        {
          "buttonText": "Product Information",
          "action": "product_message"
        }
      ]
    },
    "product_message": {
      "type": "message_simple",
      "text": "An expert can show you products live!",
      "action": "otoSession"
    },
    "otoSession": {
      "type": "message_simple",
      "text": "Please enter your phone number to be instantly called back for free",
      "action": "otoSession_form"
    },
    "otoSession_form": {
      "type": "message_session_data",
      "fields": [
        {
          "type": "input_phone",
          "mandatory": true
        }
      ],
      "submit": {
        "buttonText": "Connect now",
        "displayLegal": true,
        "action": "start"
      },
      "alternateOptions": [
        {
          "buttonText": "Make a call",
          "displayLegal": true,
          "action": "Inbound_msg"
        }
      ]
    },
    "Inbound_msg": {
      "type": "message_inbound",
      "alternateOptions": [
        {
          "buttonText": "Receive a call",
          "action": "otoSession"
        }
      ]
    },
    "support_byPhone_message": {
      "type": "message_simple",
      "text": "To help you in the best way possible, call us on {{phoneNumber}}",
      "action": "support_byWeb_message"
    },
    "support_byWeb_message": {
      "type": "message_link",
      "text": "or go to our Support page",
      "links": [
        {
          "linkText": "Support Page",
          "linkUrl": "https://www.whisbi.com/"
        }
      ]
    }
  }
}