Quick Actions
Quick Actions
What Are Quick Actions?
A Quick Action is a universal link defined by a schema that triggers a specific flow in your app natively. It facilitates direct integrations between mini apps, enabling one app (App A) to use a feature or action of another app (App B) seamlessly.
If a user clicks on your link and has World App installed, it will automatically open the mini app inside of World App to the specified path. Otherwise, it will direct them to the app store and prompt them to install World App.
Benefits of Quick Actions
- Leverage Expertise: Use other mini apps already working specific features.
- Resource & Time Optimization: Focus on your apps core functionalities while outsourcing supplementary features.
- Community Growth: Integrating another apps functionality opens opportunities for co-marketing.
How to Make a Quick Action
- Create a Universal Link Schema: Define a schema with a custom path that aligns with the functionality you want to provide.
- Add Documentation: Create a shareable Notion link, share it by email to mateo.sauton@toolsforhumanity.com and our team will add it to this page.
Urls will follow the schema below.
https://worldcoin.org/mini-app?app_id={app_id}&path={path}
Parameters
- Name
app_id
- Type
- string
- Required
- REQUIRED
- Description
The
app_id
corresponding to your mini app.
- Name
path
- Type
- string
- Description
Should be the url encoded path where you want to link to inside of your mini app