AutomationFlowsSlack & Telegram › Non-tech Team Onboarding - AI Tool Setup Automation

Non-tech Team Onboarding - AI Tool Setup Automation

Non-Tech Team Onboarding - AI Tool Setup Automation. Uses httpRequest, slack, emailSend. Webhook trigger; 4 nodes.

Webhook trigger★★☆☆☆ complexity4 nodesHTTP RequestSlackEmail Send
Slack & Telegram Trigger: Webhook Nodes: 4 Complexity: ★★☆☆☆ Added:

This workflow follows the Emailsend → HTTP Request recipe pattern — see all workflows that pair these two integrations.

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": "Non-Tech Team Onboarding - AI Tool Setup Automation",
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "onboard-team",
        "options": {}
      },
      "name": "Webhook - New Team Request",
      "type": "n8n-nodes-base.webhook",
      "position": [
        250,
        300
      ],
      "typeVersion": 2
    },
    {
      "parameters": {
        "url": "http://localhost:8000/api/webhook/provision",
        "method": "POST",
        "body": {
          "team_name": "={{ $json.body.team_name }}",
          "use_case": "={{ $json.body.use_case }}",
          "coins": "={{ $json.body.coins }}"
        },
        "options": {}
      },
      "name": "Provision AI Workspace",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        470,
        300
      ],
      "typeVersion": 4.2
    },
    {
      "parameters": {
        "resource": "chatMessage",
        "text": "=\u2705 *{{ $json.team_name }}* \ud300 AI \ud658\uacbd \ud504\ub85c\ube44\uc800\ub2dd \uc644\ub8cc\n\n\ubaa8\ub2c8\ud130\ub9c1 \ucf54\uc778: {{ $json.coins }}\n\ub300\uc2dc\ubcf4\ub4dc: {{ $json.dashboard_url }}\nAPI Key: {{ $json.api_key_masked }}",
        "channelId": "={{ $json.body.slack_channel || '#crypto-alerts' }}"
      },
      "name": "Notify Team on Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        690,
        200
      ],
      "typeVersion": 2.2
    },
    {
      "parameters": {
        "toEmail": "={{ $json.body.admin_email || $json.admin_email }}",
        "subject": "AI \ub3c4\uad6c \ud504\ub85c\ube44\uc800\ub2dd \uc644\ub8cc - {{ $json.team_name }}",
        "text": "={{ $json.team_name }} \ud300\uc758 AI \uc6cc\ud06c\uc2a4\ud398\uc774\uc2a4\uac00 \uc0dd\uc131\ub418\uc5c8\uc2b5\ub2c8\ub2e4."
      },
      "name": "Email Admin",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        690,
        400
      ],
      "typeVersion": 2.1
    }
  ],
  "connections": {
    "Webhook - New Team Request": {
      "main": [
        [
          {
            "node": "Provision AI Workspace",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Provision AI Workspace": {
      "main": [
        [
          {
            "node": "Notify Team on Slack",
            "type": "main",
            "index": 0
          },
          {
            "node": "Email Admin",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

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

About this workflow

Non-Tech Team Onboarding - AI Tool Setup Automation. Uses httpRequest, slack, emailSend. Webhook trigger; 4 nodes.

Source: https://github.com/KIM3310/crypto-signal-ai/blob/b8bd1e729ca3d26f444b8afe4000fd361f205781/n8n/onboarding_automation.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

This workflow automates end-to-end research analysis by coordinating multiple AI models—including NVIDIA NIM (Llama), OpenAI GPT-4, and Claude to analyze uploaded documents, extract insights, and gene

HTTP Request, Postgres, Slack +1
Slack & Telegram

This workflow provides a complete, automated post-purchase solution triggered by a successful payment webhook from Abacate Pay. (For international users, think of Abacate Pay as 'the Brazilian Stripe'

Email Send, Slack, HTTP Request
Slack & Telegram

Advanced Workflow with Branching and Error Handling. Uses emailSend, httpRequest, postgres, slack. Webhook trigger; 12 nodes.

Email Send, HTTP Request, Postgres +1
Slack & Telegram

HR teams, IT Operations, and System Administrators managing employee onboarding at scale. It’s perfect if you use Odoo 18 to trigger account requests and need Redmine + GitLab accounts created instant

HTTP Request, Slack
Slack & Telegram

This workflow is a complete, production-ready solution for recovering abandoned carts in Shopify stores using a multi-channel, multi-touch approach. It automates personalized follow-ups via Email, SMS

HTTP Request, Shopify, SendGrid +5