Tired of debugging silently failing workflows or digging through execution logs manually? Centralize your logs and get notified fast with this simple and powerful n8n workflow that sends structured log messages directly to BetterStack Logs.

🛠 What It Does

This workflow receives input (message and level), and sends it to BetterStack Logs via a POST request with authentication.

It's flexible enough to:

  • Log errors and custom events across workflows
  • Send messages from multiple workflows to a central log
  • Easily add log-levels like info, warning, error

💬 How to Use It

There are two ways to use this:

Use the Execute Workflow node to call this workflow like a function. Just send in the message and level, and you're done.

Example input:

{
"level": "error",
"message": "Webhook failed to respond"
}

2. Standalone Mode

Want to test it on its own? There's a built-in Manual Trigger and test call using Execute Workflow. Use this for quick demos or debugging.

🔧 Setup Instructions

  1. Go to BetterStack Logs and create a new log source.
  2. Copy your API endpoint and paste it into the HTTP Request node.
  3. Add your Header Auth in the credentials Authorization: Bearer YOUR_API_TOKEN
  4. Save and activate your workflow.

That’s it. From here on out, you can send logs from any n8n automation and keep your logs clean, centralized, and searchable 🔍

Centralized Logging in n8n with BetterStack

Whether it’s an error, warning, or just a heads-up, this workflow lets you trigger custom log messages from any other workflow.