n8n
Receive workflow automation logs from n8n showing workflow executions, node activities, and automation events.
Ingest Methods
RunReveal offers the following ways to ingest n8n logs:
Webhook
n8n can send logs directly to RunReveal via webhook.
Step 1: Create Webhook Source in RunReveal
- Go to Sources in RunReveal
- Click the n8n source tile (or n8n Webhook if available)
- Give it a descriptive name (e.g., “n8n Webhook”)
- Optionally enable bearer token authentication for added security
- Click Connect Source to generate a unique webhook URL
- Copy the generated webhook URL and bearer token (if enabled)
Step 2: Configure n8n
- Log into your n8n console
- Navigate to integrations or webhook settings
- Add a new webhook destination
- Configure the webhook:
- URL: Paste the RunReveal webhook URL you copied
- Method: POST
- Content-Type: application/json
- Authorization: If you enabled bearer token, add
Authorization: Bearer YOUR_TOKENheader
- Save the webhook configuration