happybara-io / WorkflowBuddy

The missing pieces of Slack Workflow Builder.
GNU Affero General Public License v3.0
27 stars 4 forks source link

Actions: QR Code generator #54

Open I-Dont-Remember opened 1 year ago

I-Dont-Remember commented 1 year ago

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