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

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

Awesome Lists containing this project

README

          


seven logo

seven Components for Appmixer


Collection of Appmixer components for sending SMS, placing voice calls and running phone-number lookups via the seven gateway.


MIT License
Appmixer component
Node.js 14+

---

## 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)