An open API service indexing awesome lists of open source software.

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

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.

![image](https://user-images.githubusercontent.com/1146085/204245074-2aa7759f-2fc4-4141-8438-e12892f0030e.png)