{"id":19404584,"url":"https://github.com/seven-io/stackstorm","last_synced_at":"2026-06-12T06:05:42.749Z","repository":{"id":106115001,"uuid":"395606932","full_name":"seven-io/StackStorm","owner":"seven-io","description":"Send SMS and make text-to-speech calls via StackStorm","archived":false,"fork":false,"pushed_at":"2026-05-25T10:10:00.000Z","size":30,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-25T12:13:37.807Z","etag":null,"topics":["seven-plugin","sms","stackstorm","stackstorm-action","text-to-speech","tts","voice"],"latest_commit_sha":null,"homepage":"https://www.seven.io/en/docs/third-party-solutions/stackstorm/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seven-io.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-08-13T10:10:47.000Z","updated_at":"2026-04-28T12:17:44.000Z","dependencies_parsed_at":"2023-12-15T14:29:28.992Z","dependency_job_id":"cb907aa2-88d0-4fe8-84c2-66d70d4e982a","html_url":"https://github.com/seven-io/StackStorm","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/seven-io/StackStorm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seven-io%2FStackStorm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seven-io%2FStackStorm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seven-io%2FStackStorm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seven-io%2FStackStorm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seven-io","download_url":"https://codeload.github.com/seven-io/StackStorm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seven-io%2FStackStorm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34231240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["seven-plugin","sms","stackstorm","stackstorm-action","text-to-speech","tts","voice"],"created_at":"2024-11-10T11:35:34.936Z","updated_at":"2026-06-12T06:05:42.738Z","avatar_url":"https://github.com/seven-io.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://www.seven.io/wp-content/uploads/Logo.svg\" width=\"250\" alt=\"seven logo\" /\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eseven SMS \u0026amp; Voice for StackStorm\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  Integration pack for \u003ca href=\"https://stackstorm.com/\"\u003eStackStorm\u003c/a\u003e that sends SMS and places text-to-speech calls via the seven gateway.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-teal.svg\" alt=\"MIT License\" /\u003e\u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/badge/StackStorm-pack-blue\" alt=\"StackStorm pack\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Python-3-yellow\" alt=\"Python 3\" /\u003e\n\u003c/p\u003e\n\n---\n\n## Actions\n\n| Action | Description |\n|--------|-------------|\n| `seven.send_sms` | Send an SMS. Multiple recipients can be comma-separated. |\n| `seven.send_voice` | Place a text-to-speech voice call. |\n\n## Prerequisites\n\n- A [StackStorm](https://stackstorm.com/) installation\n- 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))\n\n## Installation\n\n```bash\nst2 pack install https://github.com/seven-io/StackStorm\n```\n\n## Configuration\n\nCopy the sample config and edit it:\n\n```bash\ncp seven.yaml.dist /opt/stackstorm/configs/seven.yaml\n```\n\n| Field | Description |\n|-------|-------------|\n| `api_key` | Your seven API key |\n\nDynamic [datastore values](https://docs.stackstorm.com/reference/pack_configs.html) can be referenced as well.\n\nAfter editing, reload the config:\n\n```bash\nst2ctl reload --register-configs\n```\n\n## Usage\n\n### Send SMS\n\n```bash\nst2 run seven.send_sms \\\n    to=\"01716992343,491625453093\" \\\n    text=HI2U \\\n    from=StackStorm \\\n    flash=true \\\n    performance_tracking=true \\\n    label=CustomLabel \\\n    foreign_id=ForeignID \\\n    delay=\"2021-12-30 12:00\"\n```\n\n### Send Voice\n\n```bash\nst2 run seven.send_voice \\\n    to=+491716992343 \\\n    text='Dear sir or madam' \\\n    from=+13134378004 \\\n    xml=false\n```\n\n## Support\n\nNeed help? Feel free to [contact us](https://www.seven.io/en/company/contact/) or [open an issue](https://github.com/seven-io/StackStorm/issues).\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseven-io%2Fstackstorm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseven-io%2Fstackstorm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseven-io%2Fstackstorm/lists"}