Who this is for: builders on Lovable or Base44 who already have (or will create) a Web2Application mobile app and want to send push notifications from their AI-built web app.

This page documents a limited connector surface only — enough for Lovable/Base44 to integrate, without publishing internal APIs, Firebase keys, or server details.

Security rules (read first)

  • Use only a connector API key from your Web2Application dashboard (starts with w2a_live_).
  • Never put the key in frontend code, Git, or VITE_ variables. In Lovable: store it under Cloud → Secrets.
  • Never paste Firebase keys, WordPress Application Passwords, or database credentials into Lovable/Base44.
  • The key is bound to one app you own. It cannot control other customers’ apps.
  • Only the endpoints listed below are supported for this integration.

Before you start

  1. Create your mobile app in Web2Application from your Lovable/Base44 website URL (free APK test available).
  2. Confirm a test push works from the Web2Application dashboard.
  3. Create a connector key: open your app → Integration / API keys (integration-keys) → create key → copy it once.
  4. For personal push: capture the user email inside the app (Listeners) so the email is linked to a device.

Limited API surface

Base URL: https://web2application.com/w2a/integrations/v1

Auth header: X-Api-Key: w2a_live_…

Method Path Purpose
GET /me.php Verify connection / connected app
POST /push/user.php Personal push to one email
POST /push/broadcast.php Broadcast to all devices
POST /push/emails.php Personal push to up to 50 emails

OpenAPI (for Base44 import): https://web2application.com/w2a/integrations/openapi/push-v1.json

Lovable — copy this prompt

  1. Enable Cloud in your Lovable project.
  2. Cloud → Secrets → add WEB2APP_API_KEY = your connector key.
  3. Paste the prompt below into Lovable chat.
Integrate Web2Application push securely via Cloud Edge Function (never expose the API key to the browser).

OpenAPI (limited public surface): https://web2application.com/w2a/integrations/openapi/push-v1.json
Base URL: https://web2application.com/w2a/integrations/v1
Auth: HTTP header X-Api-Key from Cloud secret WEB2APP_API_KEY.

Allowed endpoints only:
1) GET /me.php — verify connected app
2) POST /push/user.php — JSON { email, title, body, link?, image_url? }
3) POST /push/broadcast.php — JSON { title, body, link?, image_url? }
4) POST /push/emails.php — JSON { emails: string[], title, body, link?, image_url? } (max 50)

Create an Edge Function proxy that reads WEB2APP_API_KEY server-side and a simple UI to:
- Test connection (me.php)
- Send personal push
- Send broadcast push

Do not request Firebase keys, WordPress keys, or any other endpoints. Do not log or display the API key.

Base44 — Custom Integration (OpenAPI)

  1. Workspace admin → Settings → Integrations → New Integration.
  2. Import OpenAPI from URL: https://web2application.com/w2a/integrations/openapi/push-v1.json
  3. Select the four operations (me + three push endpoints).
  4. Add header X-Api-Key with your connector key (stored as a workspace secret).
  5. In your app, call via base44.integrations.custom.call(...) as documented by Base44.

Example request bodies

Personal push

{{
  "email": "[email protected]",
  "title": "Hello",
  "body": "Your order is ready"
}

Broadcast

{{
  "title": "Update",
  "body": "New content is available"
}

FAQ

Will Lovable/Base44 users find us automatically?

Not until an official catalog connector exists. Share this guide / prompt. Official marketplace listings (Make, Zapier, and partner programs) increase discovery.

Why is the API documentation limited?

On purpose. Builders only need push + connection check. Broader internal APIs are not published here.

Personal push returned success but no phone alert

The email must be linked to a device in the app. Re-open the app, capture the email again, then retry.

Lovable / Base44 → native app overview · Make.com push guide · Free course

Ready to turn your website into an app?

Create your Android and iOS app without coding. Start free, generate a test APK, and explore Premium features with a 14-day trial.

Create Your App Free See How It Works

Connect Lovable or Base44 to Web2Application Push (API Guide)
By Aug 3, 2026
Copy-paste prompt and limited OpenAPI for Lovable and Base44: send app push notifications safely with your connector API key....
Send Push Notifications with Make.com (Web2Application)
By Aug 1, 2026
Connect Make.com to Web2Application and send broadcast or personal push notifications without writing code....
Android Keyboard Setting: Lift the App Screen or Keep It in Place
By Jul 9, 2026
Choose how the Android keyboard behaves when users enter text in website forms inside your app....
How the Guided Firebase Setup Prepares Push Notifications
By Jul 9, 2026
Understand the guided Firebase setup, required Google permissions, generated configuration, and final push notification test....
How to Generate and Test Your Android APK Automatically
By Jul 9, 2026
Learn how to request, download, install, and test your Android APK before submitting your app to Google Play....
Free Course: Turn Your Website Into an App Step by Step
By Jul 9, 2026
Create, configure, test, and prepare your website-based Android and iOS app with this free step-by-step course....
Enable Push Notifications with google firebase Copy
By Jan 16, 2024
One of the important things about apps is the push notifications ! With push notifications you can engade your users with news, special offers, coupon...
Free Ajax Products Search for WooCommerce
By Nov 19, 2023
Introduction In the dynamic world of e-commerce, efficiency and user experience play pivotal roles in the success of an online store. WooCommerce, a p...
Member Club Settings
By Sep 16, 2023
text Form settings The setting tab is the heart of the Members system.You can set the labels on the form and buttons, set the colors, Define the field...
Member Club Automations
By Sep 16, 2023
After we have members and groups we can start creating automation and engage our members.Birthday automation – send your members happy birthday ...
Skip to content