Mastodon帖子转发
初级
这是一个Marketing领域的自动化工作流,包含 4 个节点。主要使用 Filter, HttpRequest, ScheduleTrigger 等节点。 将特定联邦宇宙账户的帖子/状态转发到您的Mastodon个人资料
前置要求
- •可能需要目标 API 的认证凭证
使用的节点 (4)
分类
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"name": "Post Threads to Mastodon",
"nodes": [
{
"id": "30f525e7-1131-4cff-86d8-348505da9fb5",
"name": "Schedule Trigger",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
0,
-180
],
"parameters": {
"rule": {
"interval": [
{
"triggerAtHour": 23,
"triggerAtMinute": 59
}
]
}
},
"typeVersion": 1.2
},
{
"id": "99773c0b-3d32-4819-99d2-03e3d6638813",
"name": "Get statuses from threads.net",
"type": "n8n-nodes-base.httpRequest",
"position": [
220,
-180
],
"parameters": {
"url": "https://mastodon.social/api/v1/accounts/<ACCOUNT_ID>/statuses",
"options": {}
},
"typeVersion": 4.2
},
{
"id": "c842ba51-42bf-466b-8128-aa8056c082a3",
"name": "Filter today",
"type": "n8n-nodes-base.filter",
"position": [
440,
-180
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "2efb4760-9294-496b-aca7-4e6abb8dcf34",
"operator": {
"type": "dateTime",
"operation": "afterOrEquals"
},
"leftValue": "={{ $json.created_at }}",
"rightValue": "={{ new Date().toISOString().split('T')[0] }}\n"
}
]
}
},
"typeVersion": 2.2
},
{
"id": "c6e8aa82-0e9c-42a3-b34a-ea130dbdaad7",
"name": "Boost statuses",
"type": "n8n-nodes-base.httpRequest",
"position": [
660,
-180
],
"parameters": {
"url": "=https://mastodon.social/api/v1/statuses/{{ $json.id }}/reblog",
"options": {},
"requestMethod": "POST",
"authentication": "headerAuth"
},
"credentials": {
"httpHeaderAuth": {
"id": "<ID WILL AUTOMATICALLY GENERATE>",
"name": "<MASTODON_ACCESS_TOKEN>"
}
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"c842ba51-42bf-466b-8128-aa8056c082a3": {
"main": [
[
{
"node": "c6e8aa82-0e9c-42a3-b34a-ea130dbdaad7",
"type": "main",
"index": 0
}
]
]
},
"30f525e7-1131-4cff-86d8-348505da9fb5": {
"main": [
[
{
"node": "99773c0b-3d32-4819-99d2-03e3d6638813",
"type": "main",
"index": 0
}
]
]
},
"99773c0b-3d32-4819-99d2-03e3d6638813": {
"main": [
[
{
"node": "c842ba51-42bf-466b-8128-aa8056c082a3",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
初级 - 营销
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
社交媒体AI代理 - Telegram
基于AI的社交媒体放大器
Code
Wait
Merge
+
Code
Wait
Merge
26 节点Mudit Juneja
人工智能
LinkedIn 自动化
使用 Airtable 跟踪和 Telegram 提醒自动发布 Dev.to 文章到 LinkedIn
Code
Filter
Airtable
+
Code
Filter
Airtable
13 节点Krishna Kumar Eswaran
营销
LinkedIn 自动化
使用 Telegram 提醒自动发布 Medium.com 文章到 LinkedIn
If
Code
Filter
+
If
Code
Filter
15 节点Krishna Kumar Eswaran
人工智能
Linkedin 自动化 - Archit Jain
使用 GPT-4 和 Google Sheets 从 Twitter AI 帖子自动创建 LinkedIn 内容
Code
Wait
Limit
+
Code
Wait
Limit
35 节点Archit Jain
人工智能
使用AI处理LinkedIn的RSS
使用Gemini AI和RSS源自动化LinkedIn新闻发布
If
Set
Code
+
If
Set
Code
43 节点Club de Inteligencia Artificial Politécnico CIAP
人工智能
丰富Pipedrive中的新线索并向Slack发送高质量线索警报
丰富Pipedrive中的新线索并向Slack发送高质量线索警报
Set
Merge
Slack
+
Set
Merge
Slack
20 节点Niklas Hatje
销售
工作流信息
难度等级
初级
节点数量4
分类1
节点类型3
作者
Suleman Hasib
@sulemanhasib43Photographer 📸 | Explorer 🌍 | Tech Leader 💻 | Passionate about systems & how things work | Sharing life’s journey
外部链接
在 n8n.io 查看 →
分享此工作流