Hi there,
Relatively new to Zapier and very limited coding knowledge so go easy on me.
The Goal:
To create an email with barcodes generated from ean codes from a variable list (line items) of items depending on the information passed via webhook in json format.
So, I have created the webhook and I am receiving the JSON when the zap it triggered. That was fairly straight forward.
My issue now is parsing the ean code out of the json with some other information like product name, price, department. The ean code has a prefix and suffix of *. When I parse this out I would then like to generate a barcode, code 39, which can then be embedded in the email on each line.
The final email that is to be sent should be essentially like a shopping list with a barcode attached that can then be scanned by a handheld scanner.
Now this may seem like a crazy idea but I am dealing with some pretty old legacy systems that have no API capability (and wont be getting it) so this is very much a workaround to speed up a checkout process.
Any thoughts or suggestions would be greatly appreciated!
Thanks