An open API service indexing awesome lists of open source software.

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

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)