WorkflowBuddy icon indicating copy to clipboard operation
WorkflowBuddy copied to clipboard

Actions: QR Code generator

Open I-Dont-Remember opened this issue 3 years ago • 0 comments

Generate a QR code from the data passed as input to the step - could be a link, could be text, whatever. This opens up the possibility of easily copying information to mobile devices from a Slack Workflow - though many people would just have the Slack app.

Simple version that doesn't require storing the QR Code files anywhere is to link to https://duckduckgo.com/?q=qrcode+https%3A%2F%2Fgoogle.com&t=h_&ia=answer, which automatically generates a QR Code based on your ?q=<data> parameter. ⚠️This solution comes with data privacy concerns, though.

image

I-Dont-Remember avatar Dec 11 '22 23:12 I-Dont-Remember