AutomationFlowsSlack & Telegram › Slack Alert on New Lindo Website

Slack Alert on New Lindo Website

Original n8n title: Notify Slack When a New Lindo Website Is Created

Notify Slack when a new Lindo website is created. Uses n8n-nodes-lindo, slack. Event-driven trigger; 2 nodes.

Event trigger★☆☆☆☆ complexity2 nodesN8N Nodes LindoSlack
Slack & Telegram Trigger: Event Nodes: 2 Complexity: ★☆☆☆☆ Added:

This workflow corresponds to n8n.io template #lindo-new-website-to-slack — we link there as the canonical source.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "Notify Slack when a new Lindo website is created",
  "nodes": [
    {
      "parameters": {
        "event": "website.created"
      },
      "id": "trigger",
      "name": "Lindo Trigger",
      "type": "n8n-nodes-lindo.lindoTrigger",
      "typeVersion": 1,
      "position": [
        250,
        300
      ],
      "credentials": {
        "lindoApi": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "channel": "#websites",
        "text": "=\ud83c\udf10 New website created in Lindo!\n\n*Name:* {{ $json.data.name }}\n*Domain:* {{ $json.data.domain }}\n*Website ID:* {{ $json.data.website_id }}",
        "otherOptions": {}
      },
      "id": "slack",
      "name": "Slack",
      "type": "n8n-nodes-base.slack",
      "typeVersion": 2.2,
      "position": [
        500,
        300
      ],
      "credentials": {
        "slackApi": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "Lindo Trigger": {
      "main": [
        [
          {
            "node": "Slack",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "meta": {
    "templateId": "lindo-new-website-to-slack"
  }
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Notify Slack when a new Lindo website is created. Uses n8n-nodes-lindo, slack. Event-driven trigger; 2 nodes.

Source: https://github.com/lindoai/n8n-nodes-lindo/blob/c99359d0ecf74a63dda58a7e89fe628f393925c9/templates/new-website-to-slack.json — original creator credit. Request a take-down →

More Slack & Telegram workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Slack & Telegram

&gt; ⚠️ Multi-language Slack Error Notifier

Error Trigger, Slack
Slack & Telegram

This workflow let's a bot in Slack notify a specific channel when a new product in WooCommerce is published and live on the site.

Slack, Woo Commerce Trigger
Slack & Telegram

This workflow uses a WooCommerce trigger that will run when an order has been updated and the status is refunded.

Woo Commerce Trigger, Slack
Slack & Telegram

This workflow uses a WooCommerce trigger that will run when a new product has been added, It will then post it to Slack so your team is always kept up to date with new products.

Woo Commerce Trigger, Slack
Slack & Telegram

Track all n8n workflow failures with automatic error capture, severity classification, duplicate detection, Slack alerting, performance metrics, and log retention.

Error Trigger, HTTP Request, Slack