Skip to main content

Database alerts with Notion and SIGNL4

Workflow preview

Workflow preview
100%
Database alerts with Notion and SIGNL4 preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Objective In industry and production sometimes machine data is available in databases. That might be sensor data like temperature or pressure or just binary information. In this sample flow reads m...

Best for

  • DevOps automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.function, n8n-nodes-base.notiontrigger, n8n-nodes-base.webhook, n8n-nodes-base.notion, n8n-nodes-base.interval, n8n-nodes-base.signl4

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Ron.

Original n8n.io source

1.1 Workflow description

Title
Database alerts with Notion and SIGNL4
Workflow name
Database alerts with Notion and SIGNL4

Objective

In industry and production sometimes machine data is available in databases. That might be sensor data like temperature or pressure or just binary information. In this sample flow reads machine data and sends an alert to your SIGNL4 team when the machine is down. When the machine is up again the alert in SIGNL4 will get closed automatically.

Setup

We simulate the machine data using a Notion table.

When we un-check the Up box we simulate a machine-down event. In certain intervals n8n checks the database for down items. If such an item has been found an alert is send using SIGNL4 and the item in Notion is updates (in order not to read it again).

Status updates from SIGNL4 (acknowledgement, close, annotation, escalation, etc.) are received via webhook and we update the Notion item accordingly.

This is how the alert looks like in the SIGNL4 app.

The flow can be easily adapted to other database monitoring scenarios.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Function

Type / Role
n8n-nodes-base.function - function
Config choices
Version 1

Block 2 - Notion Trigger

Type / Role
n8n-nodes-base.notionTrigger - notionTrigger
Config choices
Version 1

Block 3 - Webhook

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 1

Block 4 - Function

Type / Role
n8n-nodes-base.function - function
Config choices
Version 1

Block 5 - Notion Update

Type / Role
n8n-nodes-base.notion - notion
Config choices
Version 1

Block 6 - Interval

Type / Role
n8n-nodes-base.interval - interval
Config choices
Version 1

Block 7 - SIGNL4 Resolve

Type / Role
n8n-nodes-base.signl4 - signl4
Config choices
Version 1

Block 8 - SIGNL4 Alert

Type / Role
n8n-nodes-base.signl4 - signl4
Config choices
Version 1

Block 9 - Notion Update Read

Type / Role
n8n-nodes-base.notion - notion
Config choices
Version 1

Block 10 - Notion Read Open

Type / Role
n8n-nodes-base.notion - notion
Config choices
Version 1

Block 11 - Notion Read New

Type / Role
n8n-nodes-base.notion - notion
Config choices
Version 1

Block 12 - Notion Update Final

Type / Role
n8n-nodes-base.notion - notion
Config choices
Version 1

Block 13 - SIGNL4 Alert 2

Type / Role
n8n-nodes-base.signl4 - signl4
Config choices
Version 1

3. Summary Table

Workflow Database alerts with Notion and SIGNL4
Complexity intermediate
Nodes 13
Categories DevOps
Author Ron
Published 10 Jun 2021

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/1122/1122.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Database alerts with Notion and SIGNL4 do?

Objective In industry and production sometimes machine data is available in databases. That might be sensor data like temperature or pressure or just binary information. In this sample flow reads m...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your DevOps use case.