8
n8n 中文网amn8n.com

Reply.io通知-用于发布

中级

这是一个CRM, Multimodal AI领域的自动化工作流,包含 10 个节点。主要使用 Webhook, Telegram, HttpRequest 等节点。 将Reply.io的邮件和LinkedIn消息通知转发到Telegram

前置要求
  • HTTP Webhook 端点(n8n 会自动生成)
  • Telegram Bot Token
  • 可能需要目标 API 的认证凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "nn9CW8uoGGYePKzj",
  "meta": {
    "instanceId": "338fb6f0d68503788052a77be505a179c4ae0ec212595f99c996d4f187d68f3e",
    "templateCredsSetupCompleted": true
  },
  "name": "Reply.io 通知 - 用于发布",
  "tags": [],
  "nodes": [
    {
      "id": "11d1dd70-8599-45ce-933e-09dcaa9a38cb",
      "name": "获取订阅",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -32,
        0
      ],
      "parameters": {
        "url": "https://api.reply.io/api/v2/webhooks",
        "options": {},
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth"
      },
      "credentials": {
        "httpBearerAuth": {
          "id": "9xR0XxF5RcBPt1zj",
          "name": "Lemon Twenty"
        },
        "httpHeaderAuth": {
          "id": "UHLOK5GfDHAF4CZN",
          "name": "Reply.io header"
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "47bf6c91-9cab-49f6-8296-63c280f9d96c",
      "name": "创建订阅(电子邮件)",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -32,
        -448
      ],
      "parameters": {
        "url": "https://api.reply.io/api/v2/webhooks",
        "method": "POST",
        "options": {},
        "jsonBody": "{\n  \"event\": \"email_replied\",\n    \"url\": \"<Your webhook URL here>\",\n    \"payload\": {\n        \"includeEmailUrl\": true,\n        \"includeProspectCustomFields\": true\n    }\n}",
        "sendBody": true,
        "specifyBody": "json",
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth"
      },
      "credentials": {
        "httpBearerAuth": {
          "id": "9xR0XxF5RcBPt1zj",
          "name": "Lemon Twenty"
        },
        "httpHeaderAuth": {
          "id": "UHLOK5GfDHAF4CZN",
          "name": "Reply.io header"
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "467aa806-f292-4e1d-a64e-f70e5d993f59",
      "name": "创建订阅(领英)",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -32,
        -224
      ],
      "parameters": {
        "url": "https://api.reply.io/api/v2/webhooks",
        "method": "POST",
        "options": {},
        "jsonBody": "{\n  \"event\": \"linkedin_message_replied\",\n    \"url\": \"<Your webhook URL here>\",\n    \"payload\": {\n        \"includeEmailUrl\": true,\n        \"includeProspectCustomFields\": true\n    }\n}",
        "sendBody": true,
        "specifyBody": "json",
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth"
      },
      "credentials": {
        "httpBearerAuth": {
          "id": "9xR0XxF5RcBPt1zj",
          "name": "Lemon Twenty"
        },
        "httpHeaderAuth": {
          "id": "UHLOK5GfDHAF4CZN",
          "name": "Reply.io header"
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "b05c1c7d-16a4-482b-9c16-26be2c9468bb",
      "name": "从 Reply.io 获取人员信息",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        192,
        224
      ],
      "parameters": {
        "url": "=https://api.reply.io/v1/people?id={{ $json.body.contact_id }}",
        "options": {},
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth"
      },
      "credentials": {
        "httpHeaderAuth": {
          "id": "UHLOK5GfDHAF4CZN",
          "name": "Reply.io header"
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "ca03e619-d993-4a3f-808f-12475081b068",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        208,
        -464
      ],
      "parameters": {
        "width": 224,
        "height": 608,
        "content": "## 实用节点"
      },
      "typeVersion": 1
    },
    {
      "id": "e2f230c5-3d20-46e5-8fe0-d0ddafa979f0",
      "name": "从 Reply.io 更新",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -32,
        224
      ],
      "webhookId": "ef5fab65-c7f3-4740-94b2-e2c6c4fb8cc4",
      "parameters": {
        "path": "ef5fab65-c7f3-4740-94b2-e2c6c4fb8cc4",
        "options": {},
        "httpMethod": "POST"
      },
      "typeVersion": 2
    },
    {
      "id": "eee92c98-ebbe-40cb-a85b-f1ec2428fb97",
      "name": "发送通知到 Telegram",
      "type": "n8n-nodes-base.telegram",
      "position": [
        416,
        224
      ],
      "webhookId": "cb9f136c-ae20-42b6-812f-9d750c9b9f5d",
      "parameters": {
        "text": "=New message from outreach!\n\nType: {{ $('Update from Reply.io').item.json.body.event.type }}\n\nContact: {{ $json.firstName }} {{ $json.lastName }}\nEmail: {{ $json.email }}\nLinkedIn: {{ $json.linkedInProfile }}\n\nSequence: {{ $('Update from Reply.io').item.json.body.sequence_fields.name }}\n\nCheck inbox: https://run.reply.io/Dashboard/Material#/inbox",
        "chatId": "<Your chat ID here>",
        "additionalFields": {
          "appendAttribution": false
        }
      },
      "credentials": {
        "telegramApi": {
          "id": "Yb8HpIEmDa8ZYlsq",
          "name": "Lemon AI BD internal"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "617fc811-de4e-40a2-9daa-911f17c0e3e9",
      "name": "便签1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -128,
        -496
      ],
      "parameters": {
        "color": 7,
        "width": 608,
        "height": 672,
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "048440d9-1d87-4a54-a228-dbc1aacd7955",
      "name": "便签2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -128,
        192
      ],
      "parameters": {
        "color": 7,
        "width": 752,
        "height": 224,
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "83c2567a-e415-4e00-9f84-bae2e17343a5",
      "name": "便签3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -128,
        432
      ],
      "parameters": {
        "width": 752,
        "height": 320,
        "content": "## 通知处理"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {
    "Update from Reply.io": [
      {
        "json": {
          "body": {
            "event": {
              "id": "5281f2c3-ca5b-48d5-9956-e098d383d375",
              "date": "2025-08-04T14:40:52.9931526Z",
              "type": "LinkedInMessageReplied"
            },
            "contact_id": 699861964,
            "sequence_fields": {
              "name": "Ad Master || GP Gaming 600+"
            },
            "linkedin_message_id": "4890f3b3-cb98-4315-ad17-17c03825b9a1",
            "sender_linkedin_account_id": 7453
          },
          "query": {},
          "params": {},
          "headers": {
            "host": "n8n.lemon-ai.com",
            "x-real-ip": "4.236.87.131",
            "traceparent": "00-59c6c05f374b5cbad26b2c6ae204d542-e34bdea0abb5b510-00",
            "content-type": "application/json; charset=utf-8",
            "content-length": "300",
            "accept-encoding": "gzip",
            "x-forwarded-for": "4.236.87.131",
            "x-forwarded-host": "n8n.lemon-ai.com",
            "x-forwarded-port": "443",
            "x-forwarded-proto": "https",
            "x-forwarded-server": "traefik-99576c74f-crtr5"
          },
          "webhookUrl": "https://n8n.lemon-ai.com/webhook/68005750-05df-4186-a6fd-7c47c6e43ce7",
          "executionMode": "production"
        }
      }
    ]
  },
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "595c86c1-005c-41ad-9c2b-2ff1f2e71069",
  "connections": {
    "Update from Reply.io": {
      "main": [
        [
          {
            "node": "Get person info from Reply.io",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get person info from Reply.io": {
      "main": [
        [
          {
            "node": "Send notification to Telegram",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

中级 - 客户关系管理, 多模态 AI

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
中级
节点数量10
分类2
节点类型4
难度说明

适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

作者
Gregory

Gregory

@gregory

Backend & ML engineer with passion for automation and MVP building. Co-founder of lemon-ai.com

外部链接
在 n8n.io 查看

分享此工作流