Send QR code to user via SMS?

Is it somehow possible to send a qr code to someone in an SMS? I have an integration to send SMS working, and would like to send QR codes with the text messages. Like save the QR code as image and send the url for that image.

Hi @Eccles,

In my opinion you will need to use some 3rd party integration service for this (like Make). The scenario may look like:

  • webhook which gets the data from Adalo
  • QR code generator (e.g. HTTP call to goqr.me API)
  • Image downloard
  • Image save to some storage
  • URL shortener service (like bit.ly)
  • Sending SMS with the link.

However, I would think about the whole user flow scenario. When a user receives an SMS with a QR, what should they do with this QR code? It’s on the phone already so a user can’t scan it with the camera :slight_smile:

Best,
Victor.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.