Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 868 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 868 Bytes

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