AutomationFlowsSlack & Telegram › M&P Contact to Telegram & Email Workflow

M&P Contact to Telegram & Email Workflow

Original n8n title: 🌿 W10 — Contact M&p → Telegram Micha → Pause Approbation → Email Famille

🌿 W10 — Contact M&P → Telegram Micha → pause approbation → email famille. Uses httpRequest. Webhook trigger; 4 nodes.

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

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": "\ud83c\udf3f W10 \u2014 Contact M&P \u2192 Telegram Micha \u2192 pause approbation \u2192 email famille",
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "mp-contact-approval",
        "responseMode": "onReceived",
        "options": {}
      },
      "id": "w10-webhook",
      "name": "Webhook M&P",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2,
      "position": [
        240,
        300
      ]
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "id": "b1",
              "name": "prenom",
              "value": "={{ $json.body?.prenom || $json.prenom }}",
              "type": "string"
            },
            {
              "id": "b2",
              "name": "email",
              "value": "={{ $json.body?.email || $json.email }}",
              "type": "string"
            },
            {
              "id": "b3",
              "name": "message",
              "value": "={{ $json.body?.message || $json.message }}",
              "type": "string"
            }
          ]
        },
        "options": {}
      },
      "id": "w10-set",
      "name": "Normaliser M&P",
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.4,
      "position": [
        460,
        300
      ]
    },
    {
      "parameters": {
        "method": "POST",
        "url": "=https://api.telegram.org/bot{{$env.TELEGRAM_BOT_TOKEN}}/sendMessage",
        "sendBody": true,
        "contentType": "json",
        "specifyBody": "json",
        "jsonBody": "={{ JSON.stringify({ chat_id: String($env.TELEGRAM_CHAT_MICHA), parse_mode: 'HTML', text: '<b>M\u00e9moire & Pr\u00e9sence</b> \u2014 nouvelle demande\\nPr\u00e9nom: ' + $json.prenom + '\\nEmail: ' + $json.email + '\\nMessage: ' + $json.message + '\\n\\n<i>Ajoutez Wait + email famille apr\u00e8s validation.</i>' }) }}",
        "options": {}
      },
      "id": "w10-tg",
      "name": "HTTP \u2014 Telegram Micha",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        680,
        300
      ]
    },
    {
      "parameters": {
        "content": "## Variables\n- `TELEGRAM_BOT_TOKEN` (m\u00eame bot ou bot d\u00e9di\u00e9 M&P)\n- `TELEGRAM_CHAT_MICHA`\n\nEncha\u00eenez comme W9 : Wait (webhook) puis Gmail / mod\u00e8le accus\u00e9 famille.",
        "height": 280,
        "width": 380
      },
      "id": "w10-note",
      "name": "NOTE",
      "type": "n8n-nodes-base.stickyNote",
      "typeVersion": 1,
      "position": [
        900,
        200
      ]
    }
  ],
  "connections": {
    "Webhook M&P": {
      "main": [
        [
          {
            "node": "Normaliser M&P",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Normaliser M&P": {
      "main": [
        [
          {
            "node": "HTTP \u2014 Telegram Micha",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "meta": {
    "templateCredsSetupCompleted": false
  }
}
Pro

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

About this workflow

🌿 W10 — Contact M&P → Telegram Micha → pause approbation → email famille. Uses httpRequest. Webhook trigger; 4 nodes.

Source: https://github.com/lauraliedaguzay-lang/pinapp-site/blob/f6cfd4db8817504b91ad50935f42a2ef539316be/n8n-workflows/W10-mp-micha-telegram-approval.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

Add A Bug To Linear Via Slack Command. Uses httpRequest, stickyNote. Webhook trigger; 10 nodes.

HTTP Request
Slack & Telegram

When building a product it's important to discover and eliminate bugs as quickly as possible. Since we're using our product at n8n a lot, we wanted to make it as easy as possible for everyone to add b

HTTP Request
Slack & Telegram

Proxmox VM Lifecycle Automation. Uses telegram, httpRequest. Webhook trigger; 9 nodes.

Telegram, HTTP Request
Slack & Telegram

Add Product Ideas To Notion Via A Slack Command. Uses stickyNote, notion, httpRequest. Webhook trigger; 8 nodes.

Notion, HTTP Request
Slack & Telegram

In most companies, employees have a lot of great ideas. That was the same for us at n8n. We wanted to make it as easy as possible to allow everyone to add their ideas to some formatted database - it s

Notion, HTTP Request