Forum Discussion

raygee's avatar
raygee
Active Member
9 days ago

Dyanmic barcodes and/or QR codes

I've been looking into the Braze documentation looking for a native solution for showing dynamic barcodes/QR codes in email templates, but haven't found anything.

Is anyone aware of this function in Braze/Liquid Logic, or a viable alternative that can be leveraged via API's or other supported methods, that doesn't break the bank?

Thanks

  • Hello raygee  Either you can use Bitly which can generate QR code via APIs but it will be expensive.

    Alternate solution is to create your own QR code generator which is very easy and cheap.

    Here is an example of a Cloudflare worker which will create a an endpoint and can be used to make a connected content call.
    https://developers.cloudflare.com/workers/tutorials/build-a-qr-code-generator/