Skip to main content

Automations

Automations let you connect Sydx AI with external services and workflows using n8n — a powerful open-source workflow automation tool. Trigger actions in external systems when events happen in your CRM, or trigger CRM actions from external events.


How Automations Work

Automations in Sydx AI follow a simple pattern:

Trigger Event → Webhook → External Service (n8n) → Action

Examples

TriggerAction
New contact createdAdd to Google Sheets
Lead status changes to "Hot"Send notification to Slack
New message receivedForward to email
Campaign completedUpdate CRM dashboard
Contact tagged "VIP"Create ticket in Zendesk

Managing Automations

Automation List

Navigate to Dashboard → Automations to see all your automations:

ColumnDescription
NameAutomation name
TriggerWhat event activates the automation
StatusActive / Paused
Last RunWhen the automation last executed
Run CountTotal number of executions

Creating an Automation

  1. Click "New Automation"
  2. Configure:
    • Name — Descriptive name for the automation
    • Trigger Event — Which CRM event activates this automation
    • Webhook URL — The n8n webhook URL to call
    • Payload — What data to send (contact info, message data, etc.)
  3. Click Save & Activate

Trigger Events

EventWhen It Fires
New MessageWhen a new message is received from a contact
New ContactWhen a new contact is created
Status ChangeWhen a contact's lead status is updated
Tag AddedWhen a tag is added to a contact
Campaign SentWhen a campaign finishes sending
Flow CompletedWhen a chatbot flow session completes

n8n Integration

What is n8n?

n8n is an open-source workflow automation tool that connects 400+ services. Sydx AI uses n8n webhooks as the bridge between your CRM events and external actions.

Setting Up n8n

  1. Deploy n8n on your server or use n8n Cloud
  2. Create a new workflow in n8n
  3. Add a Webhook trigger node
  4. Copy the webhook URL
  5. Paste it into the Sydx AI automation configuration

Example n8n Workflow

[Sydx Webhook Trigger] → [Filter Node] → [Google Sheets Node] → [Slack Notification]

Usage Limits

PlanMax Automations
Free2
Starter10
Growth50
ScaleUnlimited

Pro Tip

Combine Automations with Flow Builder for maximum power. Use flows for in-WhatsApp conversation logic and automations for external integrations.