Appmixer – Integration with seven
Appmixer is a visual automation platform that allows you to create workflows between different services without programming. The integration of seven enables seamless integration of SMS, RCS, and voice calls into existing workflows.
Prerequisites
Before the integration can be used, an environment variable with your API key must be set:
export SEVEN_API_KEY="YOUR_API_KEY"
Installation
- 1
Clone repository
git clone https://github.com/seven-io/appmixer
- 2
Navigate to the plugin directory
cd appmixer/appmixer.seven/appmixer/seven
- 3
Publish integration in Appmixer
appmixer publish
After successful publication, the seven integration can be used in Appmixer.
Supported Actions
The seven integration offers the following functions:
- Send SMS – Sending SMS messages via the seven API
- Send RCS – Sending Rich Communication Services (RCS) messages
- Voice Call (Text-to-Speech) – Automated voice calls with text-to-speech functionality
Each of these actions can be used within Appmixer workflows to automate communication processes.