https://github.com/seven-io/appmixer
A collection of Appmixer actions for seven
https://github.com/seven-io/appmixer
appmixer seven-plugin sms text-to-speech tts voice
Last synced: 9 days ago
JSON representation
A collection of Appmixer actions for seven
- Host: GitHub
- URL: https://github.com/seven-io/appmixer
- Owner: seven-io
- License: mit
- Created: 2021-10-05T13:54:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2026-04-28T12:10:15.000Z (about 2 months ago)
- Last Synced: 2026-04-28T14:21:48.756Z (about 2 months ago)
- Topics: appmixer, seven-plugin, sms, text-to-speech, tts, voice
- Language: JavaScript
- Homepage: https://www.seven.io/en/solutions/integrations/appmixer/
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
seven Components for Appmixer
Collection of Appmixer components for sending SMS, placing voice calls and running phone-number lookups via the seven gateway.
---
## Prerequisites
- An [Appmixer](https://www.appmixer.com/) account and the [`appmixer` CLI](https://docs.appmixer.com/appmixer/developing-bundles)
- 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
git clone https://github.com/seven-io/appmixer.git
cd appmixer/appmixer.seven/appmixer/seven
appmixer publish
```
## Configuration
Provide your seven API key as an environment variable to the Appmixer worker:
```bash
export SEVEN_API_KEY=
```
Alternatively configure it per Appmixer flow connection.
## Support
Need help? Feel free to [contact us](https://www.seven.io/en/company/contact/) or [open an issue](https://github.com/seven-io/appmixer/issues).
## License
[MIT](LICENSE)