Calendly 预订到 Easy Redmine CRM,附带评论和销售活动
中级
这是一个Content Creation, Multimodal AI领域的自动化工作流,包含 8 个节点。主要使用 HttpRequest, CalendlyTrigger, MicrosoftOutlook, EasyRedmine 等节点。 将 Calendly 预订同步至 Easy Redmine CRM,包含评论和销售活动
前置要求
- •可能需要目标 API 的认证凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "qb3MpiDEyrUkUd1w",
"meta": {
"instanceId": "ccf4e500c5536799e0925f03390f0fd338e2b5a5bc862f6a57b5552acfdf3861",
"templateCredsSetupCompleted": true
},
"name": "Calendly 预订到 Easy Redmine CRM,附带评论和销售活动",
"tags": [],
"nodes": [
{
"id": "3cb457b8-b6fe-45af-8979-7a9d4d1336c1",
"name": "便签 1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-608,
-32
],
"parameters": {
"width": 720,
"height": 2096,
"content": "## 自动同步 Calendly 预订到 Easy Redmine CRM,附带评论、销售活动和 Outlook 消息"
},
"typeVersion": 1
},
{
"id": "5e8ceb55-6c17-47c5-877b-5e026d4eee2d",
"name": "便签 3",
"type": "n8n-nodes-base.stickyNote",
"position": [
208,
-32
],
"parameters": {
"color": 7,
"width": 1072,
"height": 624,
"content": "## 自动同步 Calendly 预订到 Easy Redmine CRM,附带评论和销售活动"
},
"typeVersion": 1
},
{
"id": "849c5a4c-b7bf-4920-9f7e-9a1ddaa45a8a",
"name": "便签 4",
"type": "n8n-nodes-base.stickyNote",
"position": [
1376,
-32
],
"parameters": {
"width": 512,
"height": 576,
"content": "# 最终输出示例"
},
"typeVersion": 1
},
{
"id": "5f7a13fd-c48b-4099-866e-fadbad5630cb",
"name": "Calendly 触发器",
"type": "n8n-nodes-base.calendlyTrigger",
"position": [
352,
288
],
"webhookId": "a0f9d31b-a633-4b65-878d-3d4e73520968",
"parameters": {
"scope": "organization",
"events": [
"invitee.created"
],
"authentication": "oAuth2"
},
"typeVersion": 1
},
{
"id": "8e6da94c-68f5-4980-b949-603833c315ec",
"name": "添加评论",
"type": "@easysoftware/n8n-nodes-easy-redmine.easyRedmine",
"position": [
800,
192
],
"parameters": {
"id": "={{ $json.easy_leads[0].id }}",
"comment": "=Book a demo with {{ $('Calendly Trigger').item.json.payload.name }} on {{ $('Calendly Trigger').item.json.payload.scheduled_event.start_time }}. Meeting description: {{ $('Calendly Trigger').item.json.payload.questions_and_answers[0].answer }}. ",
"resource": "easy_leads",
"operation": "add-comment"
},
"typeVersion": 1
},
{
"id": "8abe0aec-32da-488c-b7dd-3c5ba6f85dd9",
"name": "销售活动 POST",
"type": "n8n-nodes-base.httpRequest",
"position": [
800,
384
],
"parameters": {
"url": "=https://yourappname.easyredmine.com/easy_entity_activities.json",
"method": "POST",
"options": {},
"jsonBody": "={\n \"easy_entity_activity\": {\n \"entity_type\": \"EasyLead\",\n \"entity_id\": {{ $json.easy_leads[0].id }},\n \"name\": \"Book a demo\",\n \"description\": \"Book a demo with {{ $('Calendly Trigger').item.json.payload.name }} on {{ $('Calendly Trigger').item.json.payload.scheduled_event.start_time }}. Meeting description: {{ $('Calendly Trigger').item.json.payload.questions_and_answers[0].answer }}. \",\n \"activity_type_id\": 1\n }\n}\n\n",
"sendBody": true,
"specifyBody": "json",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth"
},
"credentials": {
"httpHeaderAuth": {
"id": "123abcd456efgh",
"name": "Jane Doe Account"
}
},
"typeVersion": 4.2
},
{
"id": "f8b83e8b-2ecd-48e2-8bd7-4c9a2fde2ee8",
"name": "根据电子邮件获取帐户 ID",
"type": "n8n-nodes-base.httpRequest",
"position": [
576,
288
],
"parameters": {
"url": "=https://yourappname.easyredmine.com/easy_leads.json?set_filter=1&f[email]={{ $json.payload.email }}",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth"
},
"credentials": {
"httpHeaderAuth": {
"id": "123abcd456efgh",
"name": "Jane Doe Account"
}
},
"typeVersion": 4.2
},
{
"id": "b05febab-8f93-4ab6-b4e8-931c998d2372",
"name": "发送消息",
"type": "n8n-nodes-base.microsoftOutlook",
"position": [
1008,
384
],
"webhookId": "4fb2cfcd-b877-48bd-8657-7c56ebbf9cd7",
"parameters": {
"subject": "=Demo meeting with {{ $('Calendly Trigger').item.json.payload.name }}",
"bodyContent": "=New Sales Activity was created https://easyredmine.com/easy_leads/{{ $json.easy_entity_activity.entity.id }}\nPlease check your calendar meeting with {{ $('Calendly Trigger').item.json.payload.name }} on {{ $('Calendly Trigger').item.json.payload.scheduled_event.start_time }}",
"toRecipients": "={{ $('Calendly Trigger').item.json.payload.scheduled_event.event_memberships[0].user_email }}",
"additionalFields": {}
},
"typeVersion": 2
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "e6f6f7ca-9803-4e78-ac21-5f13b6194d97",
"connections": {
"Calendly Trigger": {
"main": [
[
{
"node": "Get ID of Account from email",
"type": "main",
"index": 0
}
]
]
},
"Sales Activity POST": {
"main": [
[
{
"node": "Send a message",
"type": "main",
"index": 0
}
]
]
},
"Get ID of Account from email": {
"main": [
[
{
"node": "Add Comment",
"type": "main",
"index": 0
},
{
"node": "Sales Activity POST",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - 内容创作, 多模态 AI
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
自动同步Easy Redmine任务到Microsoft To-Do
自动同步Easy Redmine任务到Microsoft To-Do
Code
Split Out
Microsoft To Do
+3
11 节点Easy8.ai
杂项
使用 Stripe 和邮件自动化 n8n 模板的数字产品销售与交付
使用 Stripe 和邮件自动化 n8n 模板的数字产品销售与交付
Set
Html
Stripe
+9
20 节点AureusR
内容创作
每日Easy Redmine任务摘要发送至Microsoft Teams频道
Easy Redmine与Microsoft Teams工作流模板
Set
Split Out
Microsoft Teams
+4
9 节点Easy8.ai
项目管理
从Easy Redmine自动发送帮助台工单提醒到Microsoft Teams
从Easy Redmine到Teams的智能帮助台工单提醒,含GPT-4摘要
Set
Webhook
Microsoft Teams
+4
9 节点Easy8.ai
工单管理
10倍提升电商销量的AI产品摄影 - 打造高端产品形象
10倍提升电商销量的AI产品摄影 - 打造高端产品形象
Google Drive
Http Request
Agent
+2
11 节点ARRE
内容创作
使用Wordpress和ChatGPT自动生成博客文章
支持定时或触发式生成WordPress内容的AI博客文章生成器
Xml
Code
Wordpress
+5
19 节点Cadu | Ei, Doc!
内容创作
工作流信息
难度等级
中级
节点数量8
分类2
节点类型5
作者
Easy8.ai
@easy8aiWe guide B2B companies to use AI agents & automations with ease. Powered by Easy Software & n8n.
外部链接
在 n8n.io 查看 →
分享此工作流