Managing Apps and App Keys#
There is no public API to create or list apps. All app management is done in the dashboard.What is an App?#
An App in WA-Sender represents an integration: it has a unique App Key (UUID) and is linked to either:One WhatsApp device (phone number), or
You use the App Key as appkey in every POST /api/create-message request so the system knows which device or Telegram account to send from.How to create an app and get the App Key#
1.
In the dashboard, go to Apps (or My Apps).
2.
Click Create App (or Add App).
3.
Enter a name (e.g. "My CRM Integration").
4.
Link to a WhatsApp device or Telegram account:For WhatsApp: select a connected device.
For Telegram: select a connected Telegram account.
6.
Copy the App Key (UUID) shown for that app and set it as the appkey variable in this collection or in your environment.
One app per channel#
To send via WhatsApp, use an app linked to a WhatsApp device.
To send via Telegram, use an app linked to a Telegram account.
You can create multiple apps (e.g. one per channel or per integration).
Modified at 2026-03-03 23:38:15