Workflow Automation

Turn Alerts into Actions

Automate your security response using the native LiteSOC node for n8n. Connect to 400+ apps and build powerful workflows without code.

Installation

Get started in minutes

n8n Cloud
Coming Soon
The native LiteSOC node is pre-installed on n8n Cloud
# No installation needed!
# Search for "LiteSOC" in the n8n nodes library
# The native node is pre-installed on n8n Cloud

Simply search for "LiteSOC" in the nodes library when building your workflow.

Self-Hosted
Install the community node for self-hosted n8n instances
npm install n8n-nodes-litesoc

Run this in your n8n installation directory, then restart n8n.

Configure Credentials
Add your LiteSOC API key to connect the node
  1. 1Open Credentials in your n8n workspace
  2. 2Click Add Credential and search for "LiteSOC"
  3. 3Paste your API key from the LiteSOC Dashboard
{
  "apiKey": "lsoc_your_api_key_here"
}

Available Actions

What you can do with the LiteSOC node

ActionDescriptionPlan
Track EventSend security events to LiteSOC for analysisAll Plans
Get EventRetrieve a specific event by ID (retention & redaction apply)All Plans
Get Many EventsFetch all events within your retention window (100/req max)All Plans

Get Events Example

curl -X GET "https://api.litesoc.io/v1/events?limit=50&event_name=auth.login_failed" \
  -H "x-api-key: lsoc_your_api_key_here"

Workflow Examples

Real-world automation scenarios

Critical Alert NotificationsPro+
4 nodes
LiteSOC TriggerOn New Alert
IFseverity = critical
SetFormat Message
TelegramSend Message

Get instant alerts on Telegram when critical security events occur. Triggers on new alerts, filters by severity, and sends formatted messages.

Auto-Block Malicious IPsEnterprise
5 nodes
LiteSOC Triggerbrute_force_attack
SetExtract IP
CloudflareCreate WAF Rule
LiteSOCLog Action
SlackNotify Team

Automatically block IPs in Cloudflare WAF when brute force attacks are detected, then notify your team via Slack.

Weekly Security ReportsPro+
5 nodes
ScheduleMon 9:00 AM
LiteSOCEvents (30-day)
AggregateGroup by Type
Google SheetsAppend Rows
GmailSend Summary

Every Monday at 9 AM, fetch last week's events, aggregate by type, and sync to Google Sheets with an email summary.

Response Headers

Custom headers in every API response

HeaderDescriptionExample
X-LiteSOC-PlanYour current subscription tierpro
X-LiteSOC-RetentionData retention window for your plan30 days
X-RateLimit-LimitMaximum requests per minute100
Retry-AfterSeconds to wait if rate limited (429)60

Rate Limits

Management API limits by plan

PlanRate LimitData RetentionEvents AccessAlerts Access
Free
60 req/min7 days100/req (redacted)Blocked
Pro
100 req/min30 days100/req (full)Full Access
Enterprise
500 req/min90 days100/req (full)Full Access

Troubleshooting

Common errors and solutions

Ready to Automate?

Connect LiteSOC to 400+ apps and build powerful security workflows without writing code.