{"id":19404561,"url":"https://github.com/seven-io/grav-form-notification","last_synced_at":"2026-05-16T10:32:42.962Z","repository":{"id":106113357,"uuid":"409169118","full_name":"seven-io/grav-form-notification","owner":"seven-io","description":"Grav CMS plugin for sending SMS or making text-to-speech call after form submission","archived":false,"fork":false,"pushed_at":"2023-12-15T13:22:16.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-25T00:37:20.899Z","etag":null,"topics":["grav","grav-plugin","sms","text-to-speech"],"latest_commit_sha":null,"homepage":"https://www.seven.io","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":"CHANGELOG.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}},"created_at":"2021-09-22T11:02:00.000Z","updated_at":"2023-02-11T23:45:53.000Z","dependencies_parsed_at":"2023-12-15T14:43:05.997Z","dependency_job_id":null,"html_url":"https://github.com/seven-io/grav-form-notification","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/seven-io/grav-form-notification","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seven-io%2Fgrav-form-notification","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seven-io%2Fgrav-form-notification/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seven-io%2Fgrav-form-notification/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seven-io%2Fgrav-form-notification/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seven-io","download_url":"https://codeload.github.com/seven-io/grav-form-notification/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seven-io%2Fgrav-form-notification/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33098797,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["grav","grav-plugin","sms","text-to-speech"],"created_at":"2024-11-10T11:35:29.284Z","updated_at":"2026-05-16T10:32:42.957Z","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 Form Notification for Grav\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  Send SMS or text-to-speech calls every time a \u003ca href=\"https://learn.getgrav.org/forms\"\u003eGrav form\u003c/a\u003e is submitted.\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/Grav-CMS-orange\" alt=\"Grav CMS\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/PHP-7.2%2B-purple\" alt=\"PHP 7.2+\" /\u003e\n\u003c/p\u003e\n\n---\n\n## Features\n\n- **Form-Triggered SMS / Voice** - Notify the form owner and/or the submitting user on every submission\n- **Field Placeholders** - Use `{{FORM_NAME}}` and any submitted form field in the message body\n- **Per-Form Override** - Configure recipient, sender and message globally, then override per Grav form\n\n## Prerequisites\n\n- [Grav CMS](https://getgrav.org/)\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### Via Grav Package Manager (recommended)\n\n```bash\nbin/gpm install sms77-form-notification\n```\n\nThe plugin lands in `/user/plugins/sms77-form-notification`.\n\n### Manually\n\n1. Download the [latest release](https://github.com/seven-io/grav-form-notification/releases/latest) ZIP.\n2. Unpack it into `/path/to/grav/user/plugins`.\n3. Rename the resulting folder to `sms77-form-notification`.\n\n## Configuration\n\nCopy the default config so it survives plugin updates:\n\n```bash\ncp user/plugins/sms77-form-notification/sms77-form-notification.yaml \\\n   user/config/plugins/sms77-form-notification.yaml\n```\n\nEdit the file:\n\n```yaml\napi_key: your-seven-api-key             # seven.io API key\nenable_notification_user: true          # message the user-supplied phone field\nenable_notification: true               # message the static \"to\" recipient\nenabled: true                           # plugin master switch\nfrom: Grav                              # custom sender name/number\nmessage: 'You just received a new submission for your form named {{FORM_NAME}}.'\nmsg_type: sms                           # sms or voice\nphone_field: mobile_phone               # form field that holds the user's phone number\nto: +491771783130                       # operator's phone number\nuser_response_msg: 'Thanks for your form submission.'\n```\n\n## Usage\n\nCreate or edit any [Grav form](https://learn.getgrav.org/forms). On every submission the plugin sends notifications according to your configuration. Form fields can be referenced in the message via `{{FIELD_NAME}}`.\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/grav-form-notification/issues).\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseven-io%2Fgrav-form-notification","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseven-io%2Fgrav-form-notification","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseven-io%2Fgrav-form-notification/lists"}