Thanks for the help. I want to reproduce the default Webflow order email but include SKUs, which would require customer name, address, order number, items ordered (with variant info), quantities for each, image URL for each (nice to have for the people filling the order), cost for each, totals, and shipping info. All of this is accessible via the webflow editor, but not everybody filling the orders is interfacing with webflow, so we wants the email to contain all the info to fill the order.
I’m working on an Integromat webhook that will read in the order info and write it to a google sheet. Because integromat can’t send an email through gmail, I would then use zapier to read the info in from the sheet and generate an html email (through gmail) with all the fomatting needed to replicate the standard webflow email.
This is a pretty fragile workflow. If someone so much as changes the gmail password it will fall apart, so hoping better email formatting from Webflow is in the works. For now, I’m going down this road, unless you have a better suggestion (keeping in mind that anything that requires more than simple coding or html is outside of my wheelhouse!)