Integration pack for StackStorm that sends SMS and places text-to-speech calls via the seven gateway.
| Action | Description |
|---|---|
seven.send_sms |
Send an SMS. Multiple recipients can be comma-separated. |
seven.send_voice |
Place a text-to-speech voice call. |
- A StackStorm installation
- A seven account with API key (How to get your API key)
st2 pack install https://github.com/seven-io/StackStormCopy the sample config and edit it:
cp seven.yaml.dist /opt/stackstorm/configs/seven.yaml| Field | Description |
|---|---|
api_key |
Your seven API key |
Dynamic datastore values can be referenced as well.
After editing, reload the config:
st2ctl reload --register-configsst2 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"st2 run seven.send_voice \
to=+491716992343 \
text='Dear sir or madam' \
from=+13134378004 \
xml=falseNeed help? Feel free to contact us or open an issue.