-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c5ffd8c
commit b1d30fc
Showing
9 changed files
with
69 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
import { YoutubeEmbed } from '../../../src/js/YoutubeEmbed.jsx' | ||
|
||
# Condition | ||
|
||
The Condition block allows you to split your flow in two based on a condition. | ||
|
||
<img src="/img/blocks/condition.png" width="500" alt="Set variable" /> | ||
|
||
☝️ This can be translated to: "If 'Score' is greater than 20 then go to this path. Otherwise, go to the other path.". | ||
|
||
A condition can contain different comparisons that are evaluated in order and linked with a logical operator: 'AND' or 'OR'. | ||
|
||
## 3 minutes video overview | ||
|
||
<YoutubeEmbed videoId="47KyLHzdpnY" /> | ||
|
||
## Advanced | ||
|
||
For more complex use cases you can stack conditions on top of each other: | ||
|
||
<img src="/img/blocks/condition-2.png" width="500" alt="Set variable" /> | ||
|
||
☝️ This can be translated to: "If 'Age' is greater than 50 then go to this path. Else, if 'Age' is greater than 20 then go to this path. Otherwise, got to the other path". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
sidebar_position: 2 | ||
--- | ||
|
||
import { YoutubeEmbed } from '../../src/js/YoutubeEmbed.jsx' | ||
|
||
# Overview | ||
|
||
The best way to understand the basic principles of Typebot is by watching the "Get started" video series: | ||
|
||
<YoutubeEmbed videoId="https://www.youtube.com/embed/videoseries?list=PLHpyDlgo4x7NUjF-L5VaYfBPQ03uzf5l3" /> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import { YoutubeEmbed } from '../../src/js/YoutubeEmbed.jsx' | ||
|
||
# Google Sheets | ||
|
||
With the Google Sheets integration step, you can inject, update or get data from Google Spreadsheets. For an overview of how it works check out this video | ||
|
||
<YoutubeEmbed videoId="UjlZvlqg6mA" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
import React from 'react' | ||
|
||
export const YoutubeEmbed = ({ videoId }) => ( | ||
<iframe | ||
width="100%" | ||
height="500" | ||
src={ | ||
videoId.startsWith('https') | ||
? videoId | ||
: `https://www.youtube.com/embed/${videoId}` | ||
} | ||
frameborder="0" | ||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" | ||
allowfullscreen | ||
style={{ borderRadius: '0.5rem' }} | ||
/> | ||
) |
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.
b1d30fc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
viewer-v2 – ./apps/viewer
viewer-v2-typebot-io.vercel.app
bot.studiotecnicoimmobiliaremerelli.it
viewer-v2-git-main-typebot-io.vercel.app
forms.escoladeautomacao.com.br
bot.seidibergamoseanchetu.it
bot.tvbeat.it
yoda.riku.ai
bergamo.store
bot.joof.it
fitness.riku.ai
bots.bridge.ai
talk.gocare.io
bot.contakit.com
bot.danyservice.it
bot.dsignagency.com
viewer.typebot.io
zap.fundviser.in
bot.rihabilita.it
chatbot.matthesv.de
app.yvon.earth
bot.jesopizz.it
demo.wemakebots.xyz
88584434.therpm.club
chat.hayuri.id
gollum.riku.ai
92109660.therpm.club
bot.coachayongzul.com
bot.outstandbrand.com
bot.robertohairlab.it
criar.somaperuzzo.com
bot.barrettamario.it
hello.advergreen.com
michaeljackson.riku.ai
form.bridesquadapp.com
bot.ilmuseoaiborghi.it
bot.digitalpointer.id
bot.eikju.photography
87656003.actualizar.xyz
invite.bridesquadapp.com
bot.pratikmandalia.com
88152257.actualizar.xyz
91375310.actualizar.xyz
bot.hotelplayarimini.it
link.venturasuceder.com
typebot-viewer.vercel.app
bot.amicidisanfaustino.it
arrivalx2.wpwakanda.com
herbalife.barrettamario.it
forms.hiabhaykulkarni.com
homepageonly.wpwakanda.com
mainmenu1one.wpwakanda.com
casestudyemb.wpwakanda.com
liveconvert.kandalearn.com
bot.adventureconsulting.hu
chat.thehomebuyersusa.com
bot.pinpointinteractive.com
bot.polychromes-project.com
bot.seidinembroseanchetu.it
tarian.theiofoundation.org
liveconvert2.kandalearn.com
chat.atlasoutfittersk9.com
b1d30fc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
docs – ./apps/docs
docs-typebot-io.vercel.app
docs-git-main-typebot-io.vercel.app
docs.typebot.io
b1d30fc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
builder-v2 – ./apps/builder
builder-v2-git-main-typebot-io.vercel.app
app.typebot.io
builder-v2-typebot-io.vercel.app
b1d30fc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
landing-page-v2 – ./apps/landing-page
get-typebot.com
www.get-typebot.com
typebot.io
landing-page-v2-typebot-io.vercel.app
landing-page-v2-git-main-typebot-io.vercel.app
www.typebot.io
b1d30fc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
viewer-v2-alpha – ./apps/viewer
sakuranembro.it
bot.upfunnel.art
stan.vselise.com
forms.webisharp.com
chat.hayurihijab.com
zap.techadviser.in
gcase.barrettamario.it
aibot.angrybranding.co.uk
piazzatorre.barrettamario.it
boyfriend-breakup.riku.ai
viewer-v2-alpha-typebot-io.vercel.app
onboarding.libertydreamcare.ie
personal-trainer.barrettamario.it
viewer-v2-alpha-git-main-typebot-io.vercel.app