Hi,
I am quite new on Bubble.io. I would like to send a simple order confirmation with the list of products purchased in this order. To do this, here is what I have done:
- I am using the sendgrid plugin and JSONator by copilot
- in the workflow, when clicked on a button, I convert the order in json object.
this step seems ok
- then in the next step I send an email with sendgrid (custom) and send the json object
- But in the preview, when I click on the button, I have this pluggin error, and I am not sure what it means.
- I don’t know if the error is related to the subject of the email but everything is already set properly i think
in bubble:
in sendgrid:
I am blocked, I hope someone can help me. Maybe there is other solutions to achieve this goal, I am open to any suggestions. I guess many people already send an order confirmation with multiple products
Thank you everyone.