Description

n8n-nodes-bark
This project is about a community node for n8n, which allows notifications to be pushed to your iOS device using Finb/bark-server.
For more information about Bark, please refer to the Bark documentation.
Note: The documentation above is in Chinese.
If you encountered any issue, feel free to open an issue at IcedMango/n8n-nodes-bark
简体中文文档 👉点击这里打开
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Parameters
Resources
License
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
You can send a notification to your iOS device using the Send Notification operation.
Credentials
Before you start, you should go to the Bark app on your iOS device to get the server address and the token.
- Open the Bark app on your iOS device.
- Copy the server address and the token.
- Create a new credential in n8n (Go search for
Bark Api). - Enter the server address and the token in the credential.
- Enjoy 🙂
Compatibility
Dev & Test using n8n v1.67.0
Parameters
| Parameter | Description |
|---|---|
| title | The title of the notification. |
| body | The content of the notification. |
| level | The interruption level of the notification. |
– active: Default value, the system will immediately display the notification on the screen. |
|
– timeSensitive: Time-sensitive notification, which can display notifications even in focus mode. |
|
– passive: Only adds the notification to the notification list without waking the screen. |
|
| badge | The badge number for the notification, which can be any number. |
| autoCopy | Automatically copies the notification content on iOS 14.5 and below. On iOS 14.5 and above, long-press or pull down the notification to manually copy. |
| sound | Allows setting different ringtones for the notification. |
| icon | Sets a custom icon for the notification, which will replace the default Bark icon. The icon is automatically cached on the device, and the same icon URL is only downloaded once. |
| group | Groups messages. Notifications will be displayed in the notification center by group. You can also view different groups in the history message list. |
| isArchive | Pass 1 to save the notification, pass anything else to not save the notification. If not provided, the decision to save is based on the app's settings. |
| url | The URL to redirect to when the notification is clicked. Supports URL Scheme and Universal Link. |
Resources
License
Distribute under MIT License.
CLA Agreement
If you contribute code to this repository, you are implicitly allowing your code to be distributed under the MIT license.