{"id":19404572,"url":"https://github.com/seven-io/civicrm","last_synced_at":"2026-05-15T17:07:34.061Z","repository":{"id":106112423,"uuid":"409535262","full_name":"seven-io/CiviCRM","owner":"seven-io","description":"Send and receive SMS within CiviCRM","archived":false,"fork":false,"pushed_at":"2026-04-28T12:11:20.000Z","size":352,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-28T14:22:46.197Z","etag":null,"topics":["civicrm","civicrm-extension","seven-plugin","sms"],"latest_commit_sha":null,"homepage":"https://www.seven.io/en/docs/third-party-solutions/civicrm/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","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.txt","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-23T09:51:46.000Z","updated_at":"2026-04-28T12:11:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"81b44597-689d-4d99-8604-2fd708c60dba","html_url":"https://github.com/seven-io/CiviCRM","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/seven-io/CiviCRM","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seven-io%2FCiviCRM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seven-io%2FCiviCRM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seven-io%2FCiviCRM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seven-io%2FCiviCRM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seven-io","download_url":"https://codeload.github.com/seven-io/CiviCRM/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seven-io%2FCiviCRM/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33072994,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"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":["civicrm","civicrm-extension","seven-plugin","sms"],"created_at":"2024-11-10T11:35:31.016Z","updated_at":"2026-05-15T17:07:34.049Z","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 CiviCRM\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  Two-way SMS provider for \u003ca href=\"https://civicrm.org/\"\u003eCiviCRM\u003c/a\u003e - send Outbound SMS activities and receive inbound messages via webhook.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"LICENSE.txt\"\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/CiviCRM-5.x-blue\" alt=\"CiviCRM 5.x\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/PHP-7.4%2B-purple\" alt=\"PHP 7.4+\" /\u003e\n\u003c/p\u003e\n\n---\n\n## Features\n\n- **Outbound SMS Provider** - Available in **Contact \u003e Outbound SMS** activities\n- **Inbound SMS via Webhook** - `SmsProvider.receive` API endpoint creates activities for incoming messages\n- **Activity Log Integration** - Sent SMS land in the regular CiviCRM activity log\n- **Custom Sender ID** - Set per-provider via the *API Parameters* field\n\n## Prerequisites\n\n- [CiviCRM](https://civicrm.org/) 5.x\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\ncd /path/to/civicrm/ext\ngit clone https://github.com/seven-io/CiviCRM io.seven.sms\n```\n\nIn the CiviCRM admin go to **Administer \u003e System Settings \u003e Extensions**, find *seven SMS provider* and click **Install**.\n\n## Configuration\n\nAdd the seven SMS provider:\n\n1. Go to **Administer \u003e System Settings \u003e SMS Providers**.\n2. Click **Add SMS Provider**.\n\n| Field | Value |\n|-------|-------|\n| Name | `seven` (defaults will load) |\n| Title | Any label you like |\n| Username | Any non-empty placeholder (field is unused but required) |\n| Password | Your seven API key |\n| API Type | `http` |\n| API Url | `https://gateway.seven.io` |\n| API Parameters | `from=CiviCRM` (or `from=` to omit) |\n\n## Inbound SMS\n\nRegister a webhook in your seven [dashboard](https://app.seven.io/) (under *Developer \u003e Webhooks*) pointing at the CiviCRM endpoint:\n\n```\nhttps://\u003cyour-civi\u003e/civicrm/ajax/api3/SmsProvider/receive\n```\n\n\u003e **Important:** The webhook event type must be set to **SMS_MO** in the seven dashboard.\n\nYou can also call the API manually:\n\n```bash\ncv api SmsProvider.receive sequential=1 from_number=\"01234\" content=\"hello world\"\n```\n\n## Usage\n\nSend SMS via the standard CiviCRM workflow: **Contact \u003e Outbound SMS** activity, or programmatically via the CiviCRM API.\n\nSent messages are recorded as regular activities in the contact's activity log.\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/CiviCRM/issues).\n\n## License\n\n[MIT](LICENSE.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseven-io%2Fcivicrm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseven-io%2Fcivicrm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseven-io%2Fcivicrm/lists"}