Skip to content

LiveHelperChat/messagebird

Repository files navigation

messagebird

MessageBird whatsapp template sending functionality.

Requirements

Min 4.26 Live Helper Chat version.

Install

Install database

php cron.php -s site_admin -e messagebird -c cron/update_structure

or doc/install.sql

Setup cronjob to run every minute. It will do mass sending.

php cron.php -s site_admin -e messagebird -c cron/masssending

More information

https://doc.livehelperchat.com/docs/integrating/messagebird-whatsapp

SMS Support

Set

Developers -> API Settings -> STATUS REPORTS URL`

As incoming webhook. URL itself you will find in Home -> System configuration -> Incoming webhooks in MessageBirdSMS edit window.

In MessageBird you will also need to setup flow to receive SMS callback.

image