https://github.com/appricos/pushinator-n8n
Send push notifications from n8n self-hosted via Pushinator
https://github.com/appricos/pushinator-n8n
mobile-notifications n8n-community-node-package n8n-node push-notifications
Last synced: 3 months ago
JSON representation
Send push notifications from n8n self-hosted via Pushinator
- Host: GitHub
- URL: https://github.com/appricos/pushinator-n8n
- Owner: appricos
- License: mit
- Created: 2025-02-03T14:26:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-14T15:34:15.000Z (6 months ago)
- Last Synced: 2025-12-17T00:11:30.492Z (6 months ago)
- Topics: mobile-notifications, n8n-community-node-package, n8n-node, push-notifications
- Language: TypeScript
- Homepage: https://pushinator.com
- Size: 91.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# n8n-nodes-pushinator
This is an n8n community node. It lets you use Pushinator in your n8n workflows.
Pushinator is a powerful push notification service that lets you send real-time updates to iPhone, iPad, and Android devices.
[n8n](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/reference/license/) workflow automation platform.
[Installation](#installation)
[Operations](#operations)
[Credentials](#credentials)
[Resources](#resources)
## Installation
Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) in the n8n community nodes documentation.
## Operations
### Send Notification
This operation lets you choose a channel from the list of your channels, add the notification text and send the notification to the selected channel.
## Credentials
Your main credential is the API token. If you already have a Pushinator account, go to your [API tokens page](https://console.pushinator.com/tokens), create a new token and note it down. Use this token when connecting your account in the Pushinator node.
If you don't have an account:
- Create an account at https://console.pushinator.com/sign-up
- Create a channel in the [channels page](https://console.pushinator.com/channels)
- Create a new token in the [API tokens page](https://console.pushinator.com/tokens), note it down and use it when connecting your account in the Pushinator node.
## Resources
* [n8n community nodes documentation](https://docs.n8n.io/integrations/community-nodes/)
* [Pushinator website](https://pushinator.com)
* [Pushinator API reference](https://pushinator.com/api)