https://github.com/nextcloud/flow_notifications
↪️🔔 Send notification action for Nextcloud Flow
https://github.com/nextcloud/flow_notifications
nextcloud nextcloud-app nextcloud-flow notifications open-source php
Last synced: 2 months ago
JSON representation
↪️🔔 Send notification action for Nextcloud Flow
- Host: GitHub
- URL: https://github.com/nextcloud/flow_notifications
- Owner: nextcloud
- License: agpl-3.0
- Created: 2020-06-23T12:43:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-26T03:54:04.000Z (3 months ago)
- Last Synced: 2025-01-26T04:24:07.658Z (3 months ago)
- Topics: nextcloud, nextcloud-app, nextcloud-flow, notifications, open-source, php
- Language: PHP
- Homepage: https://apps.nextcloud.com/apps/flow_notifications
- Size: 2.02 MB
- Stars: 16
- Watchers: 4
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Codeowners: .github/CODEOWNERS
- Authors: AUTHORS.md
Awesome Lists containing this project
- project-awesome - nextcloud/flow_notifications - ↪️🔔 Send notification action for Nextcloud Flow (PHP)
README
# Nextcloud Flow Notifications
[](https://api.reuse.software/info/github.com/nextcloud/flow_notifications)
**📝 Notification action for Nextcloud Flow**
### 🔩 Configure your flow
### 🔔 Receive notifications
💡 To use the `Flow Notifications` app, ensure that the [Notifications](https://github.com/nextcloud/notifications) app is installed and enabled. The `Notifications` app provides the necessary APIs for the `Flow Notifications` app to work correctly.
## 🏗 Development setup
1. ☁ Clone this app into the `apps` folder of your Nextcloud: `git clone https://github.com/nextcloud/flow_notifications.git`
2. 👩💻 In the folder of the app, run the command `npm ci && npm run dev` to install dependencies and build the Javascript.
3. ✅ Enable the app through the app management of your Nextcloud
4. 🎉 Partytime! Help fix [some issues](https://github.com/nextcloud/flow_notifications/issues) and [review pull requests](https://github.com/nextcloud/flow_notifications/pulls) 👍### 🧙 Advanced development stuff
To build the Javascript whenever you make changes, you can also use `npm run build`. Or `npm run watch` to automatically rebuild on every file save.
## ♥ How to create a pull request
This guide will help you get started:
- 💃 [Opening a pull request](https://opensource.guide/how-to-contribute/#opening-a-pull-request)## ✌ Code of conduct
The Nextcloud community has core values that are shared between all members during conferences, hackweeks and on all interactions in online platforms including [Github](https://github.com/nextcloud) and [forums](https://help.nextcloud.com). If you contribute, participate or interact with this community, please respect [our shared values](https://nextcloud.com/code-of-conduct/). 😌