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
- Host: GitHub
- URL: https://github.com/seven-io/akaunting
- Owner: seven-io
- License: mit
- Created: 2021-09-10T09:21:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2026-05-25T10:08:28.000Z (about 2 months ago)
- Last Synced: 2026-05-25T12:12:14.094Z (about 2 months ago)
- Topics: accounting, akaunting, seven-plugin, sms, text-to-speech, tts, voice
- Language: PHP
- Homepage: https://www.seven.io/en/docs/third-party-solutions/akaunting/
- Size: 1.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
seven SMS for Akaunting
Send bulk SMS, place text-to-speech calls and trigger invoice notifications from Akaunting via the seven gateway.
---
## 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)