Trigger Google Chat Alert

Send a Google Chat alert when a specific condition is met.

Overview

This node triggers an Message in Google Chat based on specified trigger conditions.

Inputs & Outputs

  • Inputs : 1, Media Format : Raw Video
  • Outputs : 1, Media Format: Raw Video
  • Output Metadata : None

Properties

PropertyDescriptionTypeDefaultRequired
triggerPublish when this condition evaluates to true.trigger-conditionnullYes
gchat_webhook_urlGoogle Chat webhook URLstringnullYes
message_titleAlert message titlestringLumeo AlertYes
message_subtitleAlert message subtitlestringnullNo
message_actionIf enabled, includes an action button on the message that opens a URL.boolfalseNo
message_action_titleAction button title. Conditional on message_action being true.stringnullYes
message_action_urlAction button URL. Conditional on message_action being true.stringnullYes
livestream_nodeIf specified, includes a link to the live stream. Accepted node type: stream_webrtc_out.stringnullNo
attach_snapshot_nodeIf specified, includes a snapshot uploaded by this Snapshot node to Lumeo Cloud. Accepted node type: snapshot.stringnullNo
attach_gif_nodeIf specified, includes a GIF uploaded by this GIF node to Lumeo cloud. Accepted node type: save_gif.stringnullNo
attach_clip_nodeIf specified, includes a clip uploaded by this Clip node to Lumeo cloud. Accepted node type: clip.stringnullNo
timezoneTimezone. Options: US/Pacific (us/pacific); US/Central (us/central); US/Mountain (us/mountain); US/Eastern (us/eastern); Other (other).enumus/pacificYes
timezone_offsetTimezone offset from GMT. Conditional on timezone being other. Unit: h.floatnullYes
intervalMin. time between consecutive notifications. Unit: seconds.number0Yes
max_media_wait_timeMax. time to wait until a clip or snapshot is available. Unit: seconds.float5No
send_media_delayedSend message without waiting for additional media to be available.boolfalseNo
serve_local_mediaEnable to serve media from gateway instead of Lumeo cloud, and only accessible by devices on local network. Requires media nodes to be set up to save media locally.boolfalseNo
use_sslEnable SSL for local media? Conditional on serve_local_media being true.boolfalseNo
gateway_hostnameGateway domain name to use with SSL certificates, if available. Conditional on use_ssl being true.stringnullNo
ssl_certSSL Certificate. Conditional on use_ssl being true.stringnullNo
ssl_cert_keySSL Certificate Private Key. Conditional on use_ssl being true.stringnullNo

Output Metadata

Node does not insert any output metadata; upstream metadata continues through the pipeline

Google Chat Webhook URL

  1. Create a new Space in Google Chat to receive Lumeo messages, or navigate to one you want to use. Click on the space name and select "Apps & Integrations"
  1. Select Manage Webhooks
  1. Add a Webhook, give it a name. Then copy the URL and configure it in this node's properties in Lumeo.

Did this page help you?