-
-
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.
♻️ (api) Auto start bot if starting with input
- Loading branch information
1 parent
2bc9dfb
commit 9e6a1f7
Showing
11 changed files
with
180 additions
and
39 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
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 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 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 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
102 changes: 102 additions & 0 deletions
102
apps/viewer/src/test/assets/typebots/chat/startingWithInput.json
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,102 @@ | ||
{ | ||
"version": "5", | ||
"id": "clnbugp6a00011ackz0k3zfkp", | ||
"name": "My typebot", | ||
"groups": [ | ||
{ | ||
"id": "k2nokn9v0zyhae0wqcxsbqa7", | ||
"title": "Start", | ||
"graphCoordinates": { "x": 0, "y": 0 }, | ||
"blocks": [ | ||
{ | ||
"id": "sx4xmdbosubnxkhcg6x521p1", | ||
"groupId": "k2nokn9v0zyhae0wqcxsbqa7", | ||
"outgoingEdgeId": "fj2ga89lctnuwcdsshwtxmhp", | ||
"type": "start", | ||
"label": "Start" | ||
} | ||
] | ||
}, | ||
{ | ||
"id": "g8kdars2ahr3cyz2qf1f7w4i", | ||
"title": "Group #1", | ||
"graphCoordinates": { "x": 235, "y": 170 }, | ||
"blocks": [ | ||
{ | ||
"id": "prh6snup7cbmoxtf5vox8kjw", | ||
"groupId": "g8kdars2ahr3cyz2qf1f7w4i", | ||
"type": "text input", | ||
"options": { | ||
"labels": { | ||
"placeholder": "Type your answer...", | ||
"button": "Send" | ||
}, | ||
"isLong": false | ||
} | ||
}, | ||
{ | ||
"id": "dpyyb38amnwwl4q461el2uf6", | ||
"groupId": "g8kdars2ahr3cyz2qf1f7w4i", | ||
"type": "text", | ||
"content": { | ||
"richText": [ | ||
{ "type": "p", "children": [{ "text": "That's nice!" }] } | ||
] | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"edges": [ | ||
{ | ||
"id": "fj2ga89lctnuwcdsshwtxmhp", | ||
"from": { | ||
"groupId": "k2nokn9v0zyhae0wqcxsbqa7", | ||
"blockId": "sx4xmdbosubnxkhcg6x521p1" | ||
}, | ||
"to": { "groupId": "g8kdars2ahr3cyz2qf1f7w4i" } | ||
} | ||
], | ||
"variables": [], | ||
"theme": { | ||
"general": { | ||
"font": "Open Sans", | ||
"background": { "type": "Color", "content": "#ffffff" } | ||
}, | ||
"chat": { | ||
"hostAvatar": { "isEnabled": true }, | ||
"hostBubbles": { "backgroundColor": "#F7F8FF", "color": "#303235" }, | ||
"guestBubbles": { "backgroundColor": "#FF8E21", "color": "#FFFFFF" }, | ||
"buttons": { "backgroundColor": "#0042DA", "color": "#FFFFFF" }, | ||
"inputs": { | ||
"backgroundColor": "#FFFFFF", | ||
"color": "#303235", | ||
"placeholderColor": "#9095A0" | ||
} | ||
} | ||
}, | ||
"selectedThemeTemplateId": null, | ||
"settings": { | ||
"general": { | ||
"isBrandingEnabled": false, | ||
"isInputPrefillEnabled": true, | ||
"isHideQueryParamsEnabled": true, | ||
"rememberUser": { "isEnabled": false } | ||
}, | ||
"typingEmulation": { "enabled": true, "speed": 300, "maxDelay": 1.5 }, | ||
"metadata": { | ||
"description": "Build beautiful conversational forms and embed them directly in your applications without a line of code. Triple your response rate and collect answers that has more value compared to a traditional form." | ||
} | ||
}, | ||
"createdAt": "2023-10-04T14:28:55.282Z", | ||
"updatedAt": "2023-10-04T14:29:11.949Z", | ||
"icon": null, | ||
"folderId": null, | ||
"publicId": null, | ||
"customDomain": null, | ||
"workspaceId": "proWorkspace", | ||
"resultsTablePreferences": null, | ||
"isArchived": false, | ||
"isClosed": false, | ||
"whatsAppCredentialsId": null | ||
} |
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 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 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 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 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
9e6a1f7
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
builder-v2-typebot-io.vercel.app
app.typebot.io
9e6a1f7
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
landing-page-v2-typebot-io.vercel.app
get-typebot.com
landing-page-v2-git-main-typebot-io.vercel.app
home.typebot.io
www.typebot.io
www.get-typebot.com
9e6a1f7
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
localove.online
projektelco.com
proscale.com.br
sellmycarbr.com
share.bot.gives
appmillion.online
averdadehoje.site
bot.cerograsa.com
bot.chatbotcv.com
bot.hostnation.de
bot.ketoolife.com
bot.phuonghub.com
bot.reviewamp.com
bot.reviewzer.com
bot.uluhub.com.br
cares.urlabout.me
chat.ezbooking.ai
chat.gaswadern.de
chat.gniorder.com
chat.leadmagic.io
chat.onrentme.com
chat.rojie.online
chatdocidadao.com
chatwebonline.com
ds-leadmagnet.com
encode.share5.net
fmm.wpwakanda.com
footballmeetup.ie
gentleman-shop.fr
island.wakanda.is
k1.kandabrand.com
kp.pedroknoll.com
kylebot.goafk.com
lb.ticketfute.com
mariwelash.com.br
metodoelev.com.br
nutriandreia.shop
order.chatjer.com
ov1.wpwakanda.com
ov2.wpwakanda.com
ov3.wpwakanda.com
pcb.drapamela.com
seribusebulan.com
softwarelucra.com
support.triplo.ai
survey.collab.day
test.eqfeqfeq.com
viewer.typebot.io
welcome.triplo.ai
www.thegymgame.it
zeropendencia.com
1988.bouclidom.com
a.onewebcenter.com
amancarseat.online
amostra-safe.click
viewer-v2-typebot-io.vercel.app
mdb.assessoria.aloisio.progenbr.com
mdb.assessoria.girotto.progenbr.com
mdb.assessoria.marinho.progenbr.com
mdb.assessoria.rodrigo.progenbr.com
register.thailandmicespecialist.com
mdb.assessoria.desideri.progenbr.com
mdb.assessoria.fernanda.progenbr.com
mdb.assessoria.jbatista.progenbr.com
mdb.assessoria.mauricio.progenbr.com
mdb.evento.autocadastro.progenbr.com
form.shopmercedesbenzsouthorlando.com
mdb.evento.equipeinterna.progenbr.com
bot.studiotecnicoimmobiliaremerelli.it
mdb.assessoria.boaventura.progenbr.com
mdb.assessoria.jtrebesqui.progenbr.com
pesquisa.escolamodacomproposito.com.br
anamnese.clinicaramosodontologia.com.br
gabinete.baleia.formulario.progenbr.com
mdb.assessoria.carreirinha.progenbr.com
chrome-os-inquiry-system.itschromeos.com
mdb.assessoria.paulomarques.progenbr.com
viewer-v2-git-main-typebot-io.vercel.app
main-menu-for-itschromeos.itschromeos.com
mdb.assessoria.qrcode.ademir.progenbr.com
mdb.assessoria.qrcode.arthur.progenbr.com
mdb.assessoria.qrcode.danilo.progenbr.com
mdb.assessoria.qrcode.marcao.progenbr.com
mdb.assessoria.qrcode.marcio.progenbr.com
mdb.assessoria.qrcode.aloisio.progenbr.com
mdb.assessoria.qrcode.girotto.progenbr.com
mdb.assessoria.qrcode.marinho.progenbr.com
mdb.assessoria.qrcode.rodrigo.progenbr.com
mdb.assessoria.carlosalexandre.progenbr.com
mdb.assessoria.qrcode.desideri.progenbr.com
mdb.assessoria.qrcode.fernanda.progenbr.com
mdb.assessoria.qrcode.jbatista.progenbr.com
mdb.assessoria.qrcode.mauricio.progenbr.com
mdb.assessoria.fernanda.regional.progenbr.com
mdb.assessoria.qrcode.boaventura.progenbr.com
mdb.assessoria.qrcode.jtrebesqui.progenbr.com
mdb.assessoria.qrcode.carreirinha.progenbr.com
mdb.assessoria.qrcode.paulomarques.progenbr.com
mdb.assessoria.qrcode.carlosalexandre.progenbr.com
mdb.assessoria.qrcode.fernanda.regional.progenbr.com