Integrations Overview
WhatsMine connects to many third-party services — messaging channels, AI providers, SMS gateways, payment processors, social networks, Google services, e-commerce platforms and storage. This section is your step-by-step setup guide for each.
Where credentials live
WhatsMine uses a two-tier credential system:
System level (you, the admin) Workspace level (your customers)
Admin → Integrations / Settings → AI providers, SMS gateways, email server
│ │
└──────── used as the default; workspace overrides win ───────┘
- System level — credentials you set as the platform owner in the admin panel. These are the defaults everyone uses.
- Workspace level — some services let each customer bring their own keys (AI, SMS, email). When present, a workspace's own credentials take priority; otherwise it falls back to your system defaults.
This means you can offer a working product out of the box and let advanced customers use their own accounts.
All credentials are encrypted
Every secret is encrypted at rest using the application key, masked in the interface, and most can be tested with a Test button before you rely on them.
Setup guides
| Integration | What it powers | Configured by |
|---|---|---|
| Meta / WhatsApp | WhatsApp Business messaging | Admin + customer connects |
| Messenger & Instagram | FB Messenger & IG DMs | Admin + customer connects |
| SMS Providers | SMS campaigns | Customer (per workspace) |
| AI Providers | Chatbots & AI features | Admin (and/or customer) |
| Payments | Subscription billing | Admin |
| Social Networks | Social posting | Admin + customer connects |
| Calendar/Sheets/Docs + Lead scraping | Admin | |
| E-commerce | Shopify/Woo/BigCommerce | Admin + customer connects |
| Email / SMTP | Transactional & campaign email | Admin + customer |
| Real-time & Push | Live updates & notifications | Admin |
| Storage | File storage (S3, Spaces, Wasabi) | Admin |
A note on APP_URL and HTTPS
Many integrations deliver webhooks back to your application. For these to work:
APP_URLmust be your public HTTPS domain.- Your site must be reachable from the internet over HTTPS.
Webhook URLs throughout this section assume https://your-domain.com.
Webhook URL quick reference
| Service | Webhook URL |
|---|---|
| WhatsApp (embedded signup) | https://your-domain.com/webhooks/whatsapp/global |
| WhatsApp (manual) | https://your-domain.com/webhooks/whatsapp/{token} |
| Messenger / Instagram | https://your-domain.com/webhooks/meta/{token} |
| Stripe | https://your-domain.com/webhooks/stripe |
| PayPal | https://your-domain.com/webhooks/paypal |
| Paddle | https://your-domain.com/webhooks/paddle |
➡️ Start with the most popular channel: Meta / WhatsApp.