Automate Publish and create qr code from published link

Hello everyone, so mi want to create a zap using zapier that will do the following:

automatically publish my app publicly,
after publishing, copy the link url
paste the link url into a qr code generator
send the generator to the user email.

Any ideas on how to do it?

You can’t automate publishing your Glide app using Zapier. Can you let us know why you want to do that instead of publishing in the builder?

thank you for replying @ThinhDinh ,

my main goal is actually i will give access to our clients to the glide app. i need it to publish the app to public, it should get a link as soon published, i want to copy this link and send it to the user in a qr code format and the link itself

Why not just publish the app once (which is the normal way to do it), then you can just share the url or QR code every time you want to give it to a new client. What you are asking for doesn’t make any sense, unless I’m missing something. I think you need to explain in more detail. Either you are misunderstanding how Glide works or we are misunderstanding what you are asking for.

2 Likes

Thank you @Jeff_Hager . I am as clueless as you, my boss wants to make a restaurant app for each client to have like an online menu to download via qr code. i told him why not just the client do the qr code after he gets the link. so he wants to automate everything from the publishing to the qr code creation

Well, you can’t just dynamically create multiple apps like that. It sounds like you want an automated process that duplicates a template app, somehow customizes the content for each client and then published as a brand new independent app with it without duplicate data sources. That’s just not how Glide works, so I hope you can understand why this request sounds odd to us. The normal process is to manually design and create an app, and then publish that app. There is no such thing as an automated process that does that.

My suggestion is to manually duplicate and build out each app as needed, publish as needed, and then share the url with whoever needs it. There has to be some sort of manual intervention along the way. Or, you can just use one published app, make all of the client information data driven, such as a detail screen for each client, and then create a deep link to each individual screen in that app for each client. There are several ways to approach it. Here are some useful threads.

Creating a QR code is the easy part. Quickchart has an option where you feed it a specialized url, and what it gives back is a QR image. There are several other third party services that could do the same thing. Build a url in such a way that it is recognized as an image. QR codes are nothing special. Just a coded version of text, such as a url, so as long as you have a url, you can use any service to build a QR code from it.