Skip to main content
n8n
Automation recipesAvailableVia webhooks

n8n + Tantra via webhooks

Trigger an n8n workflow from Tantra engagement events.

Receive selected Tantra campaign events in n8n and route them into the workflow you build.

Requires an incoming webhook node in n8n.

What you get

All 11 event types

Receive all 11 Tantra event types: calendar, email, LinkedIn, WhatsApp, and Telegram, with social events dependent on the matching add-on.

Example workflows

Update a CRM record, post a team alert, append to a spreadsheet, or create an internal task from a Tantra event.

Payload and field mapping

Each event ships a documented payload example with field-mapping tips for your n8n workflow.

Deduplication

Deduplicate deliveries using the X-Tantra-Event-Id header.

How it works

  1. Step 1

    Create an incoming webhook node in n8n

  2. Step 2

    Register the URL in Tantra and select events

  3. Step 3

    Send a test event and branch on X-Tantra-Event

  4. Step 4

    Return a 2xx quickly to keep delivery healthy

Supported actions and data

Tantra can do

  • POST calendar, email, LinkedIn, WhatsApp, and Telegram events to your n8n webhook URL
  • Retry delivery and record delivery history for each attempt

Tantra receives

  • A 2xx acknowledgment from your n8n webhook
  • No data flows back into Tantra from n8n itself

Requirements and permissions

  • An incoming webhook node in n8n

  • A Tantra outbound webhook endpoint registered and subscribed to events

Good to know

  • There is no native n8n app or OAuth connection; this recipe works entirely through the outbound webhook.
  • Tantra does not own an action, module, or trigger inside n8n; you build the workflow yourself.
  • What you can do downstream depends on your own n8n plan and workflow limits.
  • Social channel events only send once the matching add-on is active.

Frequently asked questions

Is there a native Tantra node for n8n?

No. You receive Tantra events on a webhook you register and build the n8n workflow around them yourself.

Which events can I receive?

All 11 production event types: 3 calendar, 4 email, 2 LinkedIn, 1 WhatsApp, and 1 Telegram, with social events dependent on the matching add-on.

How do I avoid processing the same event twice?

Deduplicate using the X-Tantra-Event-Id header on each delivery.

Create Tantra webhook.

Receive Tantra campaign events in n8n and route them into the workflow you build.