Reach WhatsApp, SMS, email, and hundreds of other services by pointing a Webhook alert at an IFTTT trigger.
An alert watches your incoming log stream and fires a notification whenever an entry matches all of its conditions. Each alert can have multiple delivery channels. Use the Test button to fire a sample notification immediately, and the Alert Log to review delivery history.
| Condition | How it matches |
|---|---|
| Logspace | Restrict to a specific logspace, or leave blank to match all. |
| Level | Exact match — e.g. ERROR only fires on error-level entries. |
| Program contains | Case-insensitive substring match on the program field. |
| Message contains | Case-insensitive substring match on the message field. |
IFTTT's Webhooks service accepts an HTTP POST and can forward it to any Then That action — including WhatsApp, SMS, email, push notifications, and smart home devices. BunnyLogs sends the POST via a Webhook alert channel, so no extra integration is needed.
bunnylogs_alert.https://maker.ifttt.com/trigger/bunnylogs_alert/with/key/YOUR_KEY
value1, value2, value3:{"value1": "{level}: {message}", "value2": "{program}", "value3": "{logspace}"}
IFTTT's WhatsApp action uses value1 as the message body. The payload above sends the
level and message text directly to your WhatsApp number.
Use the IFTTT Android SMS or iOS Notifications action with
value1 as the notification text.
| Placeholder | Value |
|---|---|
{level} | Log level (e.g. ERROR) |
{message} | Log message text |
{program} | Program / source name |
{timestamp} | ISO 8601 timestamp of the log entry |
{logspace} | Name of the logspace |
{uuid} | UUID of the logspace |
Content-Type: application/json.