Documentation

How to build, publish and run your app on Fabapp.

Getting started

Building

Your app’s users

Publishing

Payments

Integrations

Activating integrations
Where to switch on the outside services your app uses (payments, maps, SMS, WhatsApp, notifications), what each state of the card means, and which guide to follow for each provider.
Payments: Stripe, Mercado Pago, Pagar.me and Hotmart
How to connect the gateway that receives the money from your app's sales and subscriptions, with test keys first and production keys after.
Google Maps
How to connect a Google Maps key so the app suggests addresses while the person types and stores the location (latitude and longitude) of each address.
WhatsApp
How to connect your Meta WhatsApp Cloud API account so the app sends WhatsApp messages: confirmations, reminders and notifications.
Email with your own domain
How to make your app's emails go out from an address on your domain, such as contact@yourcompany.com, instead of the platform's sender.
SMS with Twilio
How to connect your Twilio account so the app sends SMS (alerts, reminders, confirmations) and to unlock login by phone.
Connections by authorization: Shopify, Meta and Google Workspace
How to link to the app an account of yours where you authorize access in the browser, instead of just pasting a key: your Shopify store, your Facebook pages and your Google account.
Notion, Airtable and Mailchimp
How to connect the three tools that work with a single token: the app creates pages in a Notion database, reads and writes records in Airtable and subscribes contacts to a Mailchimp list.
Webhooks and notifications: Webhook (outgoing), Slack, Discord and Telegram
How to make the app notify you or your team outside of it (a Slack channel, a Discord server, a Telegram group) and how to send data to an automation of yours, in Zapier, in Make or at an address of your own.
Backend functions
What the functions that run on the server are, when your app needs one, and what to do when your plan does not include this feature.

Code

Account

Troubleshooting