Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seven-io/webthings
WebThings addon for sending SMS via seven
https://github.com/seven-io/webthings
iot sms webthings webthings-adapter
Last synced: 5 days ago
JSON representation
WebThings addon for sending SMS via seven
- Host: GitHub
- URL: https://github.com/seven-io/webthings
- Owner: seven-io
- License: mit
- Created: 2022-01-27T10:51:38.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T13:27:38.000Z (11 months ago)
- Last Synced: 2023-12-15T14:35:28.560Z (11 months ago)
- Topics: iot, sms, webthings, webthings-adapter
- Language: TypeScript
- Homepage: https://www.seven.io
- Size: 132 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Official plugin for [WebThings](https://webthings.io/)
Send SMS via [seven](https://www.seven.io).
## Prerequisites
- [seven](https://www.seven.io) API Key - can be created in
your [developer dashboard](https://app.seven.io/developer)
- [WebThings](https://webthings.io/)## Installation
1. Download the [release](https://github.com/seven-io/webthings/releases/latest/download/seven-webthings-latest.tgz)
2. Extract the archive contents to `~/.webthings/addons/seven-adapter`## Configuration
**apiKey:** Your seven API key. Falls back to *process.env.SEVEN_API_KEY* if not set.**from:** An optional sender identifier used as the message sender.
May not exceed 11 alphanumeric or 16 numeric characters.
Country specific limitations may apply.**recipients:** An array of recipient numbers.
## Support
Need help? Feel free to [contact us](https://www.seven.io/en/company/contact).
[![MIT](https://img.shields.io/badge/License-MIT-teal.svg)](LICENSE)