Share feedback, ideas and get community help

Updated 5 months ago

Email + QRCode + Attached Files

At a glance

The community member has a flow that automatically generates a QR-Code and wants to send it as an email attachment. They would like to give the recipient a choice of 3 image options, with the QR-Code already embedded within the selected image. While they were able to achieve this using GPT, they couldn't integrate it with Typebot to automate the process.

The community member has now inserted an option for the recipient to select one of the 3 images, and they want to send this image along with the QR-Code attachment in the same email. However, they are unable to select multiple variables to include the files as attachments in the Email integration.

In the comments, community members suggest that the attachments can be specified either as a list of URLs or as a comma-separated string of URLs. They also recommend using a "Set variable" block with the "Append values" option to achieve this.

There is no explicitly marked answer in the provided information.

Useful resources
Hello Everyone, I hope everyone is doing well!

I have a flow that will automatically generate a QR-Code based on some information that I need to send by email (attachment). So far, everything is working. In the perfect world, I wanted the person to be able to choose between 3 image options, and the QR-Code was already being generated within this image in a specific position, I even managed to do this with GPT, but I couldn't integrate it with Typebot and automate it that.

For now, I have inserted an option for the person to select one of the 3 images they will use, and I would like to send it together in the same email as the QRCode. In the Email integration, there is an option to Attach files (I understand that it can be more than 1), but I was unable to select the variables (more than one) to include the files.

Has anyone done this? Is there a way to include more than one attachment file to send via email?
Attachments
Screenshot_2024-07-22_110243.png
Screenshot_2024-07-22_105752.png
B
2 comments
It expects either a variable as a list ["url1", "url2"]
Or as a string with urls separated by a comma
You could use a Set variable block with the Append values option: https://docs.typebot.io/editor/blocks/logic/set-variable#append-values
Add a reply
Sign up and join the conversation on Discord