{"id":20373667,"url":"https://github.com/doublesecretagency/craft-notifier","last_synced_at":"2025-04-12T06:51:41.640Z","repository":{"id":56971510,"uuid":"382462617","full_name":"doublesecretagency/craft-notifier","owner":"doublesecretagency","description":"Notifier plugin for Craft CMS - Send custom Twig messages when Craft events are triggered.","archived":false,"fork":false,"pushed_at":"2025-02-25T15:11:28.000Z","size":3555,"stargazers_count":4,"open_issues_count":11,"forks_count":2,"subscribers_count":2,"default_branch":"v2-dev","last_synced_at":"2025-04-12T06:51:35.365Z","etag":null,"topics":["craft-cms","craft-plugin","craftcms","email","messages","notifications","sms","text-message","twilio"],"latest_commit_sha":null,"homepage":"https://plugins.craftcms.com/notifier","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/doublesecretagency.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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-07-02T20:57:08.000Z","updated_at":"2025-02-25T15:11:20.000Z","dependencies_parsed_at":"2023-01-30T17:01:12.344Z","dependency_job_id":"2c224e38-c3b5-4b7c-97d2-746d0aface42","html_url":"https://github.com/doublesecretagency/craft-notifier","commit_stats":{"total_commits":56,"total_committers":1,"mean_commits":56.0,"dds":0.0,"last_synced_commit":"27348b705626382bc16b2503f530ebabda3ea426"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doublesecretagency%2Fcraft-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doublesecretagency%2Fcraft-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doublesecretagency%2Fcraft-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doublesecretagency%2Fcraft-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doublesecretagency","download_url":"https://codeload.github.com/doublesecretagency/craft-notifier/tar.gz/refs/heads/v2-dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248530604,"owners_count":21119595,"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":["craft-cms","craft-plugin","craftcms","email","messages","notifications","sms","text-message","twilio"],"created_at":"2024-11-15T01:19:30.296Z","updated_at":"2025-04-12T06:51:41.620Z","avatar_url":"https://github.com/doublesecretagency.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg align=\"left\" width=\"63\" src=\"https://plugins.doublesecretagency.com/notifier/images/icon.svg\" alt=\"Plugin icon\"\u003e\n\n# Notifier plugin for Craft CMS\n\n---\n\n\u003ch3 align=\"center\"\u003e🎉 Now supports SMS (Text Messages)! 🎉\u003c/h3\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg width=\"414\" src=\"https://plugins.doublesecretagency.com/notifier/images/messages/sms-example.png\" alt=\"Screenshot of example text message\"\u003e\n\u003c/p\u003e\n    \n---\n\n**A super-flexible notification hub for Craft CMS!**\n\nIt can be best explained with the following formula:\n\n```\nWhen an [EVENT] occurs, send a [MESSAGE] to designated [RECIPIENTS].\n```\n\nThere are endless reasons why you may need a combination of these event/message/recipient types.\n\nFor more details, see the [complete documentation...](https://plugins.doublesecretagency.com/notifier/)\n\n## How It Works\n\n### Event Types\n\nSend notifications based on a variety of [event types](https://plugins.doublesecretagency.com/notifier/events/types/):\n\n\u003cimg width=\"433\" src=\"https://plugins.doublesecretagency.com/notifier/images/events/event-users.png\" alt=\"Screenshot of User event options\"\u003e\n\n### Message Types\n\nRegardless of which event triggered the notification, you can send a variety of [message types](https://plugins.doublesecretagency.com/notifier/messages/types/):\n\n\u003cimg width=\"650\" src=\"https://plugins.doublesecretagency.com/notifier/images/messages/message-types.png\" alt=\"Screenshot of message type options\"\u003e\n\n### Recipient Types\n\nOnce activated, messages can be sent to a variety of [recipient types](https://plugins.doublesecretagency.com/notifier/recipients/types/):\n\n\u003cimg width=\"650\" src=\"https://plugins.doublesecretagency.com/notifier/images/recipients/recipient-types.png\" alt=\"Screenshot of recipient type options\"\u003e\n\n## Write Messages in Twig\n\nAll messages can be composed using [normal Twig](https://plugins.doublesecretagency.com/notifier/messages/templating), including a set of [special variables](https://plugins.doublesecretagency.com/notifier/messages/variables) which are available at runtime.\n\n## Advanced Logging\n\nAll outgoing messages will be [logged](https://plugins.doublesecretagency.com/notifier/logging), to give you a detailed view of how each message was handled...\n\n\u003cimg width=\"1184\" src=\"https://plugins.doublesecretagency.com/notifier/images/logs/notification-log.png\" alt=\"Screenshot of Notification Log\"\u003e\n\n---\n\n## How to Install the Plugin\n\nTo get started, see the [**complete installation instructions ➡️**](https://plugins.doublesecretagency.com/notifier/getting-started/)\n\n---\n\n## Further Reading\n\nIf you haven't already, flip through the [complete plugin documentation](https://plugins.doublesecretagency.com/notifier/).\n\nAnd if you have any remaining questions, feel free to [reach out to us](https://www.doublesecretagency.com/contact) (via Discord is preferred).\n\n**On behalf of Double Secret Agency, thanks for checking out our plugin!** 🍺\n\n\u003cp align=\"center\"\u003e\n    \u003cimg width=\"130\" src=\"https://www.doublesecretagency.com/resources/images/dsa-transparent.png\" alt=\"Logo for Double Secret Agency\"\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoublesecretagency%2Fcraft-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoublesecretagency%2Fcraft-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoublesecretagency%2Fcraft-notifier/lists"}