Nabd Messaging
    Nabd Messaging
    • Getting Started
    • Send Message (WhatsApp)
      • Send plain text (WhatsApp)
        POST
    • Send Message (Telegram)
      • Send plain text (Telegram, by username)
        POST
      • Send plain text (Telegram, by user ID)
        POST
    • Send with Template
      • Send with template (WhatsApp)
        POST
      • Send with template (Telegram)
        POST
    • Send with Media
      • Send image or document (WhatsApp)
        POST
      • Send image or document (Telegram)
        POST
    • Managing Apps

    Managing Apps

    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
    One Telegram account
    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.
    5.
    Save the app.
    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
    Previous
    Send image or document (Telegram)
    Built with