Skip to content

Instantly share code, notes, and snippets.

@zuzannamj
Last active April 15, 2024 23:28
Show Gist options
  • Save zuzannamj/cbe2831fb733e21e2851b93a3e68c783 to your computer and use it in GitHub Desktop.
Save zuzannamj/cbe2831fb733e21e2851b93a3e68c783 to your computer and use it in GitHub Desktop.
%%[
set @data = 'https://sfmarketing.cloud/'
set @qrcode = concat('https://api.qrserver.com/v1/create-qr-code/?size=300x300&data=', @data)
]%%
<img src="%%=v(@qrcode)=%%">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment