https://github.com/livehelperchat/messagebird
MessageBird whatsapp template sending functionality
https://github.com/livehelperchat/messagebird
Last synced: 9 months ago
JSON representation
MessageBird whatsapp template sending functionality
- Host: GitHub
- URL: https://github.com/livehelperchat/messagebird
- Owner: LiveHelperChat
- License: mit
- Created: 2022-03-03T11:25:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-14T11:50:51.000Z (over 2 years ago)
- Last Synced: 2025-08-18T06:38:51.641Z (10 months ago)
- Language: PHP
- Size: 173 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
