Skip to content

Commit

Permalink
📝 Add "Chatbot script examples" blog post (#1707)
Browse files Browse the repository at this point in the history
  • Loading branch information
younesbenallal authored Aug 16, 2024
1 parent 17684ee commit c2c2ef7
Show file tree
Hide file tree
Showing 9 changed files with 461 additions and 0 deletions.
436 changes: 436 additions & 0 deletions ee/apps/landing-page/content/chatbot-script-examples.mdx

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions ee/apps/landing-page/content/create-whatsapp-chatbot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ Engage your audience with:
- Images and videos to enhance the experience.
- Buttons to guide users through the conversation flow.

<Callout status="info" title="Info">
If you need inspiration, we gathered some [chatbot script
exampes](https://typebot.io/blog/chatbot-script-examples) to help you get
started. There are best practices, tips, and prompts to help you create a
successful chatbot.
</Callout>

#### Incorporating Input Fields and Conditional Logic

Gather valuable information from your users by including input fields for text, email, phone numbers, and more. Typebot also allows you to implement conditional logic, ensuring that your chatbot responds intelligently based on user input.
Expand Down
6 changes: 6 additions & 0 deletions ee/apps/landing-page/content/lead-generation-chatbot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ A chatbot is an upfront investment with ongoing returns without the constant cos
- **Offer Value Immediately**: Draw users in by providing value right away. This could be answering questions or highlighting benefits.
- **Utilize Visuals**: Add visuals to the conversation when it helps. They can make interactions more lively and explain complex ideas.

<Callout status="info" title="Info">
If you need inspiration to get started, we gathered some [chatbot script
exampes](https://typebot.io/blog/chatbot-script-examples). There are best
practices, tips, and prompts to help you create a successful chatbot.
</Callout>

### Optimization Tips to Enhance Performance

- **Monitor and Analyze Conversations**: Check conversations regularly to see where you can improve. Look for patterns that indicate where users get confused or disengage.
Expand Down
6 changes: 6 additions & 0 deletions ee/apps/landing-page/content/react-chatbot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@ Typebot is an open-source platform that makes it easy to create chatbots for Rea
4. Connect blocks to create conversation logic.
5. Use conditional statements to branch conversations.

<Callout status="info" title="Info">
Looking for inspiration to create your first chatbot? We gathered some
[chatbot script exampes](https://typebot.io/blog/chatbot-script-examples) to
help you get started.
</Callout>

### Exporting and Integrating Typebot Code in React

1. In Typebot, go to "Share" > "Web".
Expand Down
6 changes: 6 additions & 0 deletions ee/apps/landing-page/content/upsell-using-ai-chatbot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,12 @@ Typebot's drag-and-drop interface is like Lego for chatbots - fun, intuitive, an
2. Add a button group with options like "I have a question", "Looking for recommendations", and "Just browsing".
3. For each option, create a separate flow that leads to the OpenAI assistant.

<Callout status="info" title="Info">
If you need inspiration to get started, we gathered some [chatbot script
exampes](https://typebot.io/blog/chatbot-script-examples). There are best
practices, tips, and prompts to help you create a successful chatbot.
</Callout>

In our case we will keep the initial flow simple. The real magic happens when we connect to OpenAI!

### Best Practices for User-Friendly Design
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c2c2ef7

Please sign in to comment.