Replies: 9 comments 6 replies
-
Hi,
This extension documentation covers all scenarios... If you want manual guidance for that there is paid support :) |
Beta Was this translation helpful? Give feedback.
-
Thanks for the explanation! However, I'm still not entirely clear about one specific scenario. Let me explain my use case more directly: I'm running a single LHC instance on my server. I plan to have multiple companies using it — for example: Company A with WhatsApp number +555555 Company B with WhatsApp number +666666 Each company would only access its own chats, departments, and WhatsApp integration. ❓Is it possible to have both companies using their own WhatsApp number independently on the same LHC instance? Or would each company require a separate installation of LHC to use their WhatsApp numbers? This is the key part I’m trying to confirm. Thanks again, and congrats on your amazing work with this extension! |
Beta Was this translation helpful? Give feedback.
-
I'll take a look at the video you mentioned, but just to confirm: |
Beta Was this translation helpful? Give feedback.
-
Hi Remdex, Thanks again for your previous answers! I was able to successfully integrate Facebook Messenger with my Live Helper Chatt (LHC) server. Now I’m setting up the WhatsApp integration and just want to make sure I’m following the right flow. In the site_admin/fbwhatsapp/newaccount section, I see fields like: New Business Account 🔹 Do I also need to set up the WhatsApp channel directly from the Facebook Developer portal (like we do for Messenger integration), or is it enough to configure these fields inside LHC? Also, I noticed that Instagram has a similar integration option — should I follow the same approach for Instagram as well? Just want to make sure everything is correctly linked across accounts and platforms. Because my goal is to allow multiple businesses to connect their own WhatsApp numbers to the same LHC instance — and I understand this would be possible with these separate account configurations, right? Thanks a lot, and congrats again for the amazing flexibility in LHC! ![]() |
Beta Was this translation helpful? Give feedback.
-
Hi Remdex, I’ve successfully configured Facebook Messenger on my LHC instance and it’s working great. Now I’d like to set up WhatsApp integration, but I’m not entirely sure what the correct flow is. Do I need to create a Facebook App specifically for WhatsApp (like I did for Messenger), or can I just configure the fields under Could you please confirm the exact steps I should follow to have WhatsApp connected and working properly? Thanks a lot in advance! |
Beta Was this translation helpful? Give feedback.
-
Hi Remdex, Thanks again for your reply and for confirming that I can use the same Facebook App for WhatsApp. However, I'm still a bit confused about where exactly I need to configure WhatsApp in LHC to get it working. I see two different pages in the admin panel:
Could you please clarify:
I’ve successfully set up Facebook Messenger, but I’m struggling to understand the right process for WhatsApp. Thanks again for your help — and sorry if I’m missing something obvious! |
Beta Was this translation helpful? Give feedback.
-
Hi Remdex, Thanks again for all your support and explanations. I just want to be 100% sure about the WhatsApp integration flow to avoid mistakes:
My questions are:
Also, could you please explain:
I would really appreciate understanding the intended design behind it, so I can set up the system properly for a multi-business environment. Thanks again for your amazing work and for your patience with all my questions! :) |
Beta Was this translation helpful? Give feedback.
-
Hi Remdex, Thanks once again for your help. Just to confirm: Or is there a way to generate the WhatsApp access token without having a full Business Manager account? I’m asking because when trying to set up WhatsApp in the Facebook Developer Portal, it asks me to select a Business Manager, but I want to integrate a WhatsApp number for a company that doesn’t have a Business Manager yet. Thanks again for your time and support! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello remdex, I have a question regarding the fimessenger extension when using it with Live Helper Chat.
I'm wondering if it's possible to configure more than one WhatsApp number, or if it is limited to just a single number?
If it’s only possible to use one number, is there any plan or roadmap to support multiple WhatsApp numbers in the future?
If this feature is planned but not currently a priority for you, I’d be happy to support the development – how many coffees would I need to buy you for some extra hours? 😄 (what would be the estimated cost?)
If the feature already exists, I’m a bit confused about some of the parameters in the config. Here's the section I'm referring to:
// WhatsApp 'whatsapp_business_management', 'whatsapp_business_messaging', 'business_management' ), 'standalone' => array ( 'disable_manual_whatsapp' => false, # Should we hide WhatsApp manual numbers section 'enabled' => false, # Is standalone mode enabled 'secret_hash' => '', # Put any random string we use for communication and verifying request 'address' => 'https://demo.livehelperchat.com' # Master instance where all login happens ), 'app_settings' => array ( 'app_id' => getenv('FBM_APPID') ?: '374251901986375', # Facebook Messenger App ID 'app_secret' => getenv('FBM_APPSECRET') ?: '30f43001bb5f057e80ad8b3f8defe65f', # Facebook Messenger App Secret 'verify_token' => getenv('FBM_VERIFYTOKEN') ?: 'EAAKdbiBfR2ABO4PIG53k1f2lALyIh2pHpMf1CpMqfYKEYwvnjEbxedzOLQRmdXhcK2nKotmtJHLa2bqxdSoiWkHd7XLvZBgCeVHRgb0u6fdXqoZAs8jmN9D2bD9gI82FsM1gjsQ3UN0z9oKfCYyFZA7e6F0Gxr8S0JsVh3e9wZCmSFC6EJrd40Xyf78AhwsP2AZDZD', # Facebook Messenger Verify Token 'whatsapp_verify_token' => getenv('WHATSAPP_VERIFYTOKEN') ?: '', # WhatsApp Verify Token 'instagram_verify_token' => getenv('INSTAGRAM_VERIFYTOKEN') ?: '', # Instagram verify Token )
Lastly, is LHC designed to be a multi-tenant application? Meaning, could we use a single LHC instance for multiple companies, each separated by departments (e.g., per company), or is it more suitable to run a separate installation per company?
Thanks a lot in advance for your time and support!
Beta Was this translation helpful? Give feedback.
All reactions