workflows.fit
Back to n8n workflows
n8n templateFreeBy Audun

Send structured logs to BetterStack from any workflow using HTTP request

Send structured logs to BetterStack from any workflow using HTTP Request Who is this for? This workflow is perfect for automation builders, developers, and DevOps teams using n8n who want to send structured log messag...

DevelopmentCore NodesHttp RequestExecute Workflow TriggerManual TriggerExecute Workflow
Loading interactive preview...

Template notes

Send structured logs to BetterStack from any workflow using HTTP Request

Who is this for?

This workflow is perfect for automation builders, developers, and DevOps teams using n8n who want to send structured log messages to [BetterStack Logs](https://betterstack.com/logs). Whether you're monitoring mission-critical workflows or simply want centralized visibility into process execution, this reusable log template makes integration easy.

What problem is this workflow solving?

Logging failures or events across multiple workflows typically requires duplicated logic. This workflow solves that by acting as a shared log sender, letting you forward consistent log entries from any other workflow using the Execute Workflow node.

What this workflow does

- Accepts level (e.g., "info", "warn", "error") and message fields via Execute Workflow Trigger - Sends the structured log to your BetterStack ingestion endpoint via HTTP Request - Uses HTTP Header Auth for secure delivery - Includes a manual trigger for testing and a sample call to demonstrate usage - Comes with clear sticky notes to help you get started

Setup