n8n-nodes-pushtodisplay
v1.0.3
Published
n8n community node for PushToDisplay — send real-time updates to your display boards
Maintainers
Readme
n8n-nodes-pushtodisplay
This is an n8n community node for PushToDisplay. It lets you send real-time updates to your display boards from any n8n workflow — dashboards, signage, and panels update instantly across all linked devices.
n8n is a fair-code licensed workflow automation platform.
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
- Send Update — send a message (with optional styling: text size, weight, colors, alignment, content spacing, full-panel mode, target panel) to a PushToDisplay board. The message appears on all devices linked to that board.
Credentials
The node supports two authentication methods:
- API Key — the simplest option. Generate a push token / API key in the PushToDisplay app or web portal and paste it into the credential.
- OAuth2 — connect with your PushToDisplay account. Requires an OAuth client (client ID and secret) registered with PushToDisplay.
Your free Sandbox tier includes 1 board and 1,000 messages per month. Manage boards, API keys, and devices from the app or the web at https://pushtodisplay.com. Full API documentation is available at https://pushtodisplay.com/docs.
Compatibility
Requires n8n 1.0 or later.
Usage
- Add the PushToDisplay node to your workflow.
- Choose Authentication (API Key or OAuth2) and connect a credential.
- Enter the Board ID of the board you want to update (find it in the PushToDisplay app or web portal).
- Enter the Message text to display.
- Optionally configure styling and layout (target panel, text color/size/weight, alignment, full-panel mode, content spacing, backgrounds).
- Run the workflow. The update is queued and pushed to every device linked to the board.
Resources
- n8n community nodes documentation
- PushToDisplay
- PushToDisplay API documentation
- Terms of Use · Privacy Policy
Version history
0.1.0
- Initial release: Send Update operation with API Key and OAuth2 authentication.
