Skip to content

Commit

Permalink
fix(bot): 🐛 Enable variable parsing on replyTo field
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Jun 24, 2022
1 parent 554365d commit a4aa293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bot-engine/src/services/integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ const sendEmail = async (
body: parseVariables(variables)(options.body ?? ''),
cc: (options.cc ?? []).map(parseVariables(variables)),
bcc: (options.bcc ?? []).map(parseVariables(variables)),
replyTo: replyTo !== '' ? replyTo : undefined,
replyTo: replyTo !== '' ? parseVariables(variables)(replyTo) : undefined,
fileUrls: variables.find(byId(options.attachmentsVariableId))?.value,
isCustomBody: options.isCustomBody,
isBodyCode: options.isBodyCode,
Expand Down

5 comments on commit a4aa293

@vercel
Copy link

@vercel vercel bot commented on a4aa293 Jun 24, 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

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

@vercel
Copy link

@vercel vercel bot commented on a4aa293 Jun 24, 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.typebot.io
docs-git-main-typebot-io.vercel.app

@vercel
Copy link

@vercel vercel bot commented on a4aa293 Jun 24, 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 a4aa293 Jun 24, 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
app.typebot.io
builder-v2-typebot-io.vercel.app

@vercel
Copy link

@vercel vercel bot commented on a4aa293 Jun 24, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.