iachat/app/javascript/dashboard
Muhsin Keloth b18341ea6e
feat: Add QR codes for WhatsApp, Messenger, and Telegram on inbox finish page (#12257)
Added QR code generation for multiple messaging platforms on the inbox
finish setup page. So users can scan QR codes to instantly test their
newly created channels.

**Supported Platforms**

  - **WhatsApp**: QR code for `https://wa.me/{phone_number}`
    - Supports both WhatsApp Cloud and Twilio WhatsApp inboxes
  - **Facebook Messenger**: QR code for `https://m.me/{page_id}`
    - All Facebook page inboxes
  - **Telegram**: QR code for `https://t.me/{bot_name}`
    - All Telegram bot inboxes

**How to test the changes**
You can test these changes by navigating to this URL
`{BASE_URL}/app/accounts/{account_id}/settings/inboxes/new/{inbox_id}/finish`
and simply replacing the inbox ID with one you've already created.

**Preview**

<img width="2432" height="1474" alt="CleanShot 2025-08-21 at 15 40
59@2x"
src="https://github.com/user-attachments/assets/4226133b-9793-48ca-bf79-903b7e003ef3"
/>

---------

Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Co-authored-by: iamsivin <iamsivin@gmail.com>
2025-08-27 11:53:03 +05:30
..
api feat: add reauth flow for wa embedded signup (#11940) 2025-08-08 01:48:45 +05:30
assets chore: Improve layout styles (#12025) 2025-07-30 13:49:27 -07:00
components feat: Add channel-specific file upload rules and size limits (#12237) 2025-08-26 22:23:39 +05:30
components-next refactor: Consolidate WhatsApp template components and improve naming (#12299) 2025-08-26 15:20:53 +05:30
composables feat: Add QR codes for WhatsApp, Messenger, and Telegram on inbox finish page (#12257) 2025-08-27 11:53:03 +05:30
constants feat: Add automation rule event conversation resolved (#9669) 2025-08-13 12:57:14 +05:30
helper feat: Setup posthog analytics (#12291) 2025-08-27 09:10:06 +05:30
i18n feat: Add QR codes for WhatsApp, Messenger, and Telegram on inbox finish page (#12257) 2025-08-27 11:53:03 +05:30
mixins feat: Add channel-specific file upload rules and size limits (#12237) 2025-08-26 22:23:39 +05:30
modules chore: Replace Thumbnail with Avatar (#12119) 2025-08-11 15:47:17 +05:30
routes feat: Add QR codes for WhatsApp, Messenger, and Telegram on inbox finish page (#12257) 2025-08-27 11:53:03 +05:30
store feat: WhatsApp enhanced templates front end changes (#12117) 2025-08-12 18:53:19 +05:30
App.vue fix: RTL issues in new conversation form (#12163) 2025-08-11 14:16:48 -07:00
featureFlags.js feat: WhatsApp campaigns (#11910) 2025-07-16 09:04:02 +05:30