BunnyLogs works with Pipedream in both directions. Trigger a Pipedream workflow the moment a new log entry arrives, or post to BunnyLogs from any of Pipedream's 1000+ connected sources. No OAuth dance — your logspace UUID is the key.
The BunnyLogs source component polls your logspace for new entries. Every new log line fires a Pipedream workflow event — you can route it to Linear, PagerDuty, Slack, a database, or anything else in Pipedream's ecosystem.
Typical use: create a Linear issue whenever an ERROR log arrives, or write every
log entry to an Airtable base for non-technical stakeholders.
The BunnyLogs action component lets any Pipedream workflow post a log entry to a logspace. Forward GitHub webhook events, Stripe payment confirmations, form submissions — anything that triggers a Pipedream workflow can now appear in your BunnyLogs stream.
In BunnyLogs Alerts, select Pipedream as a channel and paste your Pipedream HTTP trigger URL. Whenever an alert fires, BunnyLogs POSTs a JSON payload to that URL, triggering your workflow instantly.
.m.pipedream.net).export default {
key: "bunnylogs-new-log-entry",
name: "New Log Entry",
type: "source",
props: {
logspaceUuid: {
type: "string",
label: "Logspace UUID",
},
timer: {
type: "$.interface.timer",
default: { intervalSeconds: 60 },
},
},
// polls every 60 s, emits one event per new entry
async run() { … }
};
| Field | Example |
|---|---|
level | ERROR |
message | Connection timed out |
program | worker-1 |
timestamp | 2025-05-04T09:12:00Z |
logspace | production |
uuid | 550e8400-… |
Every ERROR log entry automatically creates a Linear bug. Pre-filled with message, program, and a link to the logspace.
Escalate to on-call when a log entry matches "timeout" or "payment failed". BunnyLogs filters; Pipedream routes.
Forward Stripe payment events into BunnyLogs via Pipedream. Watch live revenue events alongside your application logs.
Mirror critical log entries into an Airtable base for non-technical stakeholders who prefer a spreadsheet view.
Connect BunnyLogs to Pipedream in minutes. Free up to 100 KB/month.
Get started free All integrations →