PushToDisplay (Preview)

Send real-time display updates to your PushToDisplay boards. Content is delivered instantly to every device linked to the board - phones, tablets, TVs, or any screen running the PushToDisplay app. Supports panel-targeted routing, multi-layout rendering, and styled text blocks.

This connector is available in the following products and regions:

Service Class Regions
Copilot Studio Premium All Power Automate regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Logic Apps Standard All Logic Apps regions except the following:
     -   Azure Government regions
     -   Azure China regions
     -   US Department of Defense (DoD)
Power Apps Premium All Power Apps regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Power Automate Premium All Power Automate regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Contact
Name PushToDisplay Support
URL https://pushtodisplay.com
Email hello@pushtodisplay.com
Connector Metadata
Publisher Goban Source, LLC
Website https://pushtodisplay.com
Privacy policy https://pushtodisplay.com/privacy
Terms of use https://pushtodisplay.com/terms
Categories Communication

PushToDisplay Connector

PushToDisplay lets you send real-time display updates to your boards. Every device linked to a board - phones, tablets, TVs, or any screen running the PushToDisplay app - updates instantly when an update is delivered.

This connector exposes a single operation, Send an update to devices, which sends a styled message to one of your boards. Content is delivered in real time to every device linked to that board.

Prerequisites

You will need the following to proceed:

  • A PushToDisplay account with at least one board.See PushToDisplay for details.
  • PushToDisplay app installed on your devices.

How to get started

  1. Create a new connection to the PushToDisplay connector via PushToDisplay account (OAuth2) and sign in.
  2. Add the Send an update to devices action to your flow or app.
  3. Enter the Blocks message text, and optionally the Board ID (or leave it empty to use your default board), panel, alignment, and styling fields.
  4. Run it. Every device linked to the board updates instantly.

See the HTTP API - Send update reference for all request fields and response formats.

Supported Operations

The connector supports the following operations:

  • Send an update to devices: Send a styled message to a board. Supports panel-targeted routing (panelId), full-panel mode, alignment, content spacing, and per-block text styling (size, weight, color, background). Returns messageId, enqueuedAtUtc, and userId.

Request fields

Field Required Description
Board ID No The board to update. If omitted, your default board is used. Find the Board ID in the PushToDisplay app or web portal.
Blocks Yes One or more content blocks. Each block contains a message with optional text size, font weight, text color, and text background color.
Target Panel No Which panel to update (1-4). Only needed for multi-panel layouts such as Side by Side or 2x2 Grid. Defaults to panel 1.
Full Panel Mode No When enabled, the message fills the entire panel area. Intended for bold, full-screen style messages.
Content Spacing No Spacing between lines of text: compact, standard, or spacious. Defaults to standard.
Horizontal Alignment No Horizontal alignment of the message text: start, center, or end. Defaults to center.
Vertical Alignment No Vertical alignment of the message text: start, center, or end. Defaults to center.
Background Color No Background color for the update area in hex format (for example, #0F172A). Covers the message row, or the entire panel when Full Panel Mode is enabled.

How to get help

Known Issues and Limitations

  • Board selection is by ID. The connector does not provide a dynamic board picker; you must enter the Board ID as free text. Find the ID in the PushToDisplay app or web portal.
  • Colors are hex strings. Background and text colors are entered as hex values (for example, #FFFFFF); there is no native color picker.

Actions

Send an update to devices

Send a message to a PushToDisplay board. The message is delivered in real time to every device linked to that board.

Send an update to devices

Send a message to a PushToDisplay board. The message is delivered in real time to every device linked to that board.

Parameters

Name Key Required Type Description
Board ID
boardId string

The board to update. If omitted, your default board is used. Find the Board ID in the PushToDisplay app or web portal.

Message
text True string

The text content to display.

Text Size
size string

Size of the message text.

Font Weight
weight string

Weight (boldness) of the message text.

Text Color
color string

Text color in hex format (e.g. #FFFFFF for white).

Text Background Color
background string

Background color applied directly behind the text, like a highlight (e.g. #0A4A36). Independent of the top-level background.

Target Panel
panelId integer

Which panel to update (1-4). Only needed if your board uses a multi-panel layout such as Side by Side or 2x2 Grid. Defaults to panel 1.

Full Panel Mode
fullPanel boolean

When true, the message fills the entire panel area. Intended for bold, full-screen style messages.

Content Spacing
density string

Controls the spacing between lines of text: compact, standard, or spacious.

Horizontal Alignment
alignX string

Horizontal alignment of the message text.

Vertical Alignment
alignY string

Vertical alignment of the message text.

Background Color
background string

Background color for the update area in hex format (e.g. #0F172A). Covers the message row, or the entire panel when Full Panel Mode is enabled.

Returns

Definitions

UpdateResponse

Name Path Type Description
Message Id
messageId string

Unique identifier for this update.

Sent At
enqueuedAtUtc date-time

UTC timestamp when the message was queued.

User Id
userId string

The authenticated user who sent the update.