I am building an online marketplace using Bubble, which allows users to post Listings.
In terms of how the app is set up, I have a data type ‘Listing’ which has various fields on it including title, images (list), location, seller name and price.
I would like the ability for an admin to select existing Listings (including the Listing image, title, location, seller name, price and link to the Listing on the website) to be send out to our users via email.
I have built the page for to allow the admin to select the Listings, using a repeating group, check box and custom state ‘selected’:
The two bits I’m am now stuck on are:
-
How do I export the selecting Listings to an email tool? I am assuming it will be a workflow that says ‘when [Send Email] is clicked, send Listings where
selected
is yes’ -
How do I create the email which includes the selected Listings as a repeating group in the email body? The list/repeating group in the email would need to be dynamic i.e. one email might contain 6 Listings, and another might contain 22, depending on what the admin has selected. See design below:
Is there a no code solution to this? Maybe using Zapier and Sendgrid or MailChimp?
Many thanks in advance