https://github.com/seven-io/stackstorm
Send SMS and make text-to-speech calls via StackStorm
https://github.com/seven-io/stackstorm
sms stackstorm stackstorm-action text-to-speech tts voice
Last synced: 3 months ago
JSON representation
Send SMS and make text-to-speech calls via StackStorm
- Host: GitHub
- URL: https://github.com/seven-io/stackstorm
- Owner: seven-io
- License: mit
- Created: 2021-08-13T10:10:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T13:13:16.000Z (about 2 years ago)
- Last Synced: 2025-02-25T00:37:21.213Z (12 months ago)
- Topics: sms, stackstorm, stackstorm-action, text-to-speech, tts, voice
- Language: Python
- Homepage: https://www.seven.io/en/docs/third-party-solutions/stackstorm/
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README

# seven Integration Pack
This StackStorm pack allows integration with [seven](https://www.seven.io/) service.
## Installation
`st2 pack install https://github.com/seven-io/StackStorm`
## Configuration
Copy [seven.yaml.dist](seven.yaml.dist) to `/opt/stackstorm/configs/seven.yaml` and edit
it as required.
- ``api_key`` - Your API key - get it in
the [developer dashboard](https://app.seven.io/developer).
Dynamic values from the datastore can be used too -
see [documentation](https://docs.stackstorm.com/reference/pack_configs.html).
**Caution** : Remember to tell StackStorm to reload new values after modifying the
configuration in `/opt/stackstorm/configs/` by running `st2ctl reload --register-configs`
## Actions
- **send_sms** - Action which sends SMS. Multiple recipients can be separated by comma.
`st2 run seven.send_sms to="01716992343,491625453093" text=HI2U from=StackStorm flash=true performance_tracking=true label=CustomLabel foreign_id=ForeignID delay="2021-12-30 12:00"`
- **send_voice** - Action which makes a text-to-speech call using seven API.
`st2 run seven.send_voice to=+491716992343 text='Dear sir or madam' from=+13134378004 xml=false`
### Support
Need help? Feel free to [contact us](https://www.seven.io/en/company/contact/).
[](LICENSE)