Skip to content

Commit

Permalink
fix: remove json escape for single variable body
Browse files Browse the repository at this point in the history
Closes #110
  • Loading branch information
baptisteArno committed Jul 9, 2022
1 parent 9839f5c commit d6aa6e7
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ const prepareWebhookAttributes = (
return webhook
}

const bodyIsSingleVariable = (body: string) => /{{.+}}/.test(body)

export const executeWebhook =
(typebot: Typebot) =>
async (
Expand Down Expand Up @@ -143,13 +145,17 @@ export const executeWebhook =
json:
contentType !== 'x-www-form-urlencoded' && body
? safeJsonParse(
parseVariables(variables, { escapeForJson: true })(body)
parseVariables(variables, {
escapeForJson: !bodyIsSingleVariable(body),
})(body)
)
: undefined,
form:
contentType === 'x-www-form-urlencoded' && body
? safeJsonParse(
parseVariables(variables, { escapeForJson: true })(body)
parseVariables(variables, {
escapeForJson: !bodyIsSingleVariable(body),
})(body)
)
: undefined,
}
Expand Down

4 comments on commit d6aa6e7

@vercel
Copy link

@vercel vercel bot commented on d6aa6e7 Jul 9, 2022

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

@vercel
Copy link

@vercel vercel bot commented on d6aa6e7 Jul 9, 2022

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

@vercel
Copy link

@vercel vercel bot commented on d6aa6e7 Jul 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on d6aa6e7 Jul 9, 2022

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

bot.lalmon.com
ar.nigerias.io
vhpage.cr8.ai
am.nigerias.io
bt.id8rs.com
bot.aipr.kr
8jours.top
bot.aws.bj
sat.cr8.ai
an.nigerias.io
apo.nigerias.io
aso.nigerias.io
games.klujo.com
eventhub.com.au
sakuranembro.it
apr.nigerias.io
chat.sureb4.com
bot.upfunnel.art
bot.piccinato.co
clo.closeer.work
faqs.nigerias.io
stan.vselise.com
bot.agfunnel.tech
voicehelp.cr8.ai
feedback.ofx.one
bot.maitempah.com
gentleman-shop.fr
app.chatforms.net
ov1.wpwakanda.com
k1.kandabrand.com
ov2.wpwakanda.com
carsalesenquiry.com
ov3.wpwakanda.com
zap.techadviser.in
goalsettingbot.com
bot.eventhub.com.au
this-is-a-test.com
typebot.stillio.com
forms.webisharp.com
order.maitempah.com
bot.ansuraniphone.my
bot.cotemeuplano.com
chat.hayurihijab.com
get.freebotoffer.xyz
aidigitalmarketing.kr
abutton.wpwakanda.com
bbutton.wpwakanda.com
bot.incusservices.com
bot.meuesocial.com.br
cdd.searchcube.com.sg
chat.missarkansas.org
sbutton.wpwakanda.com
bbutton.wpwwakanda.com
apply.ansuraniphone.my
c23111azqw.nigerias.io
felipewelington.com.br
gcase.barrettamario.it
form.searchcube.com.sg
info.clickasuransi.com
report.gratirabbit.com
kodawariab736.skeep.it
resume.gratirabbit.com
view.onlinebotdemo.xyz
bot.upgradesolutions.eu
mainmenu.diddancing.com
83242573.actualizar.xyz
subfooter.wpwakanda.com
form.sergiolimajr.com.br
91181264.your-access.one
hunterbot.saleshunter.ai
type.opaulovieira.com.br
aibot.angrybranding.co.uk
bot.aidigitalmarketing.kr
boyfriend-breakup.riku.ai
type.dericsoncalari.com.br
bot.cabinrentalagency.com
presente.empresarias.com.mx
sellmyharleylouisiana.com
designguide.techyscouts.com
piazzatorre.barrettamario.it
onboarding.libertydreamcare.ie
type.talitasouzamarques.com.br
agendamento.sergiolimajr.com.br
bookings.littlepartymonkeys.com
viewer-v2-alpha-typebot-io.vercel.app
personal-trainer.barrettamario.it
studiotecnicoimmobiliaremerelli.it
preagendamento.sergiolimajr.com.br
bot.comercializadoraomicron.com
viewer-v2-alpha-git-main-typebot-io.vercel.app

Please sign in to comment.