{"id":19404507,"url":"https://github.com/seven-io/bolt","last_synced_at":"2026-05-16T06:04:19.657Z","repository":{"id":57054075,"uuid":"372487043","full_name":"seven-io/bolt","owner":"seven-io","description":"Send SMS from within BoltCMS","archived":false,"fork":false,"pushed_at":"2023-12-15T13:16:57.000Z","size":791,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-07T12:49:18.711Z","etag":null,"topics":["bolt","bolt-cms","boltcms","cms","sms"],"latest_commit_sha":null,"homepage":"https://www.seven.io/en/docs/third-party-solutions/bolt-cms/","language":"PHP","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":null,"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}},"created_at":"2021-05-31T11:44:40.000Z","updated_at":"2023-02-11T23:51:39.000Z","dependencies_parsed_at":"2023-11-21T11:46:17.588Z","dependency_job_id":"de4da59c-ab20-49c1-98c0-a67f6f69fe09","html_url":"https://github.com/seven-io/bolt","commit_stats":{"total_commits":5,"total_committers":2,"mean_commits":2.5,"dds":"0.19999999999999996","last_synced_commit":"28c2865e2164e4f4b55ef8db209c5a6ab35254f4"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seven-io%2Fbolt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seven-io%2Fbolt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seven-io%2Fbolt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seven-io%2Fbolt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seven-io","download_url":"https://codeload.github.com/seven-io/bolt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240581566,"owners_count":19824139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bolt","bolt-cms","boltcms","cms","sms"],"created_at":"2024-11-10T11:35:17.320Z","updated_at":"2026-05-16T06:04:19.652Z","avatar_url":"https://github.com/seven-io.png","language":"PHP","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 for BoltCMS\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  Send SMS and text-to-speech calls to your \u003ca href=\"https://bolt.cm\"\u003eBoltCMS\u003c/a\u003e content types 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/Bolt-4%20|%205-blue\" alt=\"Bolt 4 | 5\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/PHP-7.2%2B-purple\" alt=\"PHP 7.2+\" /\u003e\n  \u003ca href=\"https://packagist.org/packages/seven.io/bolt\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/seven.io/bolt\" alt=\"Packagist\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## Features\n\n- **Admin Widget** - Send messages from the Bolt dashboard with a single click\n- **SMS \u0026 Voice** - Switch between text messages and text-to-speech voice calls\n- **Field Placeholders** - Reference any content-type field with `{{fieldname}}` in the message body\n- **Configurable Mappings** - Map each content type to its mobile-number field via YAML\n\n## Prerequisites\n\n- BoltCMS 4 or 5\n- PHP 7.2+\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### 1. Install via Composer\n\n```bash\ncomposer require seven.io/bolt\n```\n\n### 2. Add a mobile-phone field to your content types\n\n```yaml\npeople:\n  # ...\n  mobile:\n    type: text\n    variant: inline\n  # ...\n```\n\n### 3. Configure the extension\n\nOpen `/bolt/file-edit/config?file=/extensions/seven-bolt.yaml` (or **Maintenance \u003e Extensions \u003e Configuration** in the admin) and fill in:\n\n| Field | Description |\n|-------|-------------|\n| `apiKey` | Your seven API key |\n| `mappings` | Map each content type to its mobile-number field, e.g. `people: mobile` |\n\n## Usage\n\n### Send SMS\n\nPick a content type in the seven dashboard widget. Every record with a mobile-number field will receive the message.\n\n### Make text-to-speech calls\n\nUse the same widget but switch the message type to *Voice*. The recipient will receive an automated call reading out the text.\n\n### Message placeholders\n\nAny content-type field can be referenced inside the message body via `{{fieldname}}`:\n\n```\nHi {{name}}, your order is on its way!\n```\n\nMake sure the value has a `__toString()` representation - there is no type-coercion magic.\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/bolt/issues).\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseven-io%2Fbolt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseven-io%2Fbolt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseven-io%2Fbolt/lists"}