WhatsApp Business API - Official

WhatsApp is the number one messenger in coverage in the world but only a limited number of businesses have access to official API. But for the UseResponse team, it's not an issue, so we have made the integration of WhatsApp along with other messengers.

WhatsApp integration is turned on manually for specific businesses, as billing is separate for this integration.

Make sure you have a WhatsApp Business account. If not, you need to create it first thing.

Instructions

  • Install official wabiz docker container on your server via this instruction. You can also find the example of docker-compose.yml in attachments. 
  • Generate your own password and insert in the "nodes" group of chat service config with key "waBizPassword". (You don't need to delete other params in this section). For example:

 

  • Also in this section, you need to check param "webHookUrl". It should be with value
https://chat.useresponse.com/callback?service=%s&serviceId=%d&key=%s

You should replace only the address of your chat service.

  • In the database of chat service find table `ch_whatsapp_servers` and insert a row with params: accound_id - 0, url - address of your docker container, by default container is running on port 9090, you can check port with commands "ps".
  • In your Useresponse config you need to add a section:
'features' => [
    'whatsapp_official' => true,
],
  • In Administration -> Support channels add WhatsApp account. 
Is this article helpful?
0 0 1