Skip to main content
n8n logo
LiveAutomation & iPaaS

n8n

Self-hosted automation with SIPSTACK nodes and SARA skill ↔ HTTP node parity.

What it does

For teams that want their automations on-prem or in their own cloud, n8n is the natural fit. SIPSTACK ships first-class n8n nodes for Nova and Flare, and Aura's external skill definitions map 1:1 to n8n HTTP Request nodes — so an Aura skill and an n8n workflow can hit the same downstream API with the same auth.

How it integrates

  • Official n8n nodes published on npm: `n8n-nodes-sipstack-nova`, `n8n-nodes-sipstack-flare`.
  • OAuth 2.0 + API key credential types.
  • Webhook trigger node for any SIPSTACK event (Nova or Flare).
  • Aura external skill YAML ↔ n8n HTTP node parity (paste a SARA skill body into an HTTP node directly).

Example use cases

Use case 1

Inbound Flare SMS → n8n workflow → Postgres lookup → reply with personalized message.

Use case 2

Nova missed call → n8n branches: CRM lookup, ticket creation, on-call Slack page.

Use case 3

Use n8n as the executor backend for SARA external skills (test in n8n, deploy as Aura skill).

Use case 4

Schedule a daily Flare campaign-stats export via n8n cron + Flare REST API.

Setup

  1. In your n8n instance, install `n8n-nodes-sipstack-nova` and `n8n-nodes-sipstack-flare` from Settings → Community Nodes.
  2. Create SIPSTACK credentials (API key or OAuth).
  3. Build your workflow with the SIPSTACK trigger / action nodes.
  4. For SARA parity: copy the external skill YAML to an n8n HTTP node for prototyping.
Ready to connect

Talk to sales for a guided n8n onboarding, or jump into Switchboard and connect it yourself.