Send Email
The Send Email action in Qubitro Rule Functions allows you to trigger emails based on data conditions from your devices.
Last updated
The Send Email action in Qubitro Rule Functions allows you to trigger emails based on data conditions from your devices.
Last updated
The Send Email action in allows you to trigger emails based on data conditions from your devices. This feature is helpful for real-time alerts, notifications, and status updates.
Send Email is a fully-managed service and supports multiple recipients
The Send Email action requires the to be enabled in your organization's
Send alerts based on threshold breaches (e.g., temperature too high).
Notify team members or customers about device statuses.
Provide regular device data updates automatically.
Configure Basics Settings
Set Debounce period (optional): Choose a time frame during which repeated triggers will be ignored. This prevents excessive emails.
Enter Name: Enter a unique, descriptive name for your function.
Provide Description: Add details that help your team quickly understand the purpose of the function.
Configure Email Template
Create dynamic email content using available placeholders:
Message: Craft your email body using available placeholders:
"${{data_key}}"
: Inserts the value from your device data (e.g., temperature, humidity).
<%device_name%>
: Inserts the name of the triggering device.
<%last_seen%>
: Inserts the last-seen timestamp of the device.
Example message:
Subject: Enter the email subject line clearly indicating the alert type.
Title: Provide a short, clear title summarizing the email content.
Recipient: Add one or more email addresses to receive the notification.
Condition Configuration
Condition type: Select or to configure condition.
Example:
This logic sends an email if the temperature value exceeds 30.