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

https://github.com/seven-io/akaunting

Send SMS and make text-to-speech calls
https://github.com/seven-io/akaunting

accounting akaunting seven-plugin sms text-to-speech tts voice

Last synced: 20 days ago
JSON representation

Send SMS and make text-to-speech calls

Awesome Lists containing this project

README

          


seven logo

seven SMS for Akaunting


Send bulk SMS, place text-to-speech calls and trigger invoice notifications from Akaunting via the seven gateway.


MIT License
Akaunting 3.x
PHP 8.0+

---

## Features

- **Bulk SMS** - Reach all contacts in one go
- **Bulk Voice Calls** - Place text-to-speech calls to contacts
- **Invoice-Triggered SMS** - Auto-notify the associated contact when a new invoice is created

## Prerequisites

- An [Akaunting](https://akaunting.com/) installation
- PHP 8.0+, Composer, Node.js
- A [seven account](https://www.seven.io/) with API key ([How to get your API key](https://help.seven.io/en/developer/where-do-i-find-my-api-key))

## Installation

```bash
cd /path/to/akaunting/modules
git clone https://github.com/seven-io/akaunting.git Seven
cd Seven
composer install
npm install
npm run build
cd ../..
php artisan module:install seven
```

## Configuration

In the Akaunting admin go to **Apps > Seven** and paste your seven API key.

## Support

Need help? Feel free to [contact us](https://www.seven.io/en/company/contact/) or [open an issue](https://github.com/seven-io/akaunting/issues).

## License

[MIT](LICENSE)