Trigger SMS Alert
Send an SMS alert when a specific condition is met.
Overview
The node sends an SMS (using Twilio) when a trigger condition is met. It can also send a link to live stream as well as any Clips or Snapshots uploaded to Lumeo Cloud using Save Clip Node or Save Snapshot Node.
Inputs & Outputs
- Inputs : 1, Media Format : Raw Video
- Outputs : 1, Media Format: Raw Video
- Output Metadata : None
Properties
| Property | Description | Type | Default | Required |
|---|---|---|---|---|
trigger | Publish when this condition evaluates to true | trigger-condition | null | Yes |
to_numbers | Comma-separated list of mobile numbers to send SMS to. Format: +(countrycode)phonenumber | string | null | Yes |
trigger_message | Alert message | string | Lumeo Alert | Yes |
include_livestream | Include live stream URL in SMS? | bool | false | No |
send_uploaded_files | Include uploaded media in SMS? | bool | false | No |
twilio_account_sid | Found on your Twilio dashboard. | string | null | Yes |
twilio_auth_token | Found on your Twilio dashboard. | string | null | Yes |
twilio_messaging_service_sid | ID of Twilio Messaging Service to send the SMS from. | string | null | Yes |
interval | Min. time between consecutive SMS. Unit: seconds. | number | 30 | Yes |
poll_interval | Uploaded media poll interval. Unit: seconds. | number | 30 | Yes |
Output Metadata
Node does not insert any output metadata; upstream metadata continues through the pipeline
Twilio Setup
- Twilio account SID and auth token can be found on your Twilio dashboard.
- Twilio Messaging Service SID : SID of Twilio Messaging Service to send the SMS from. See here for how to setup and get this SID : https://support.twilio.com/hc/en-us/articles/223181308-Getting-started-with-Messaging-Services
Updated 18 days ago
Did this page help you?
