I’m trying to create a “Receipt” email in SendGrid that will summarise what a User has bought and will show the total they paid.
My issue is that the items bought are recorded as a list and I don’t know how to display that as there isn’t a “Repeating Group” as such in SendGrid. This means that my data in a receipt will display like this:
Whereas I really want them to look like this (with or without the borders):
I’m assuming this isn’t an unusual thing to need to do but I’m a bit stumped. Can anyone help dig me out of this?
Not sure they do. They do provide webhooks for payment confirmations which you could in turn use to send bubble-made receipts to your users.
Explore the following sections of their documentation and if you find something additional (should you choose to do this of course), please do share it
Thank you. I’ve had a quick scout around Stripe and have this link…it’s basically a setting that will automatically send an email to a buyer. I’m going to see what it contains in reality.