Skip to content

Instantly share code, notes, and snippets.

@anpigon
Last active October 27, 2025 11:21
Show Gist options
  • Select an option

  • Save anpigon/80de4b79eef7ba33bc07b66901a38e63 to your computer and use it in GitHub Desktop.

Select an option

Save anpigon/80de4b79eef7ba33bc07b66901a38e63 to your computer and use it in GitHub Desktop.
n8n: 텔레그램으로 스팀잇 자동 포스팅 워크플로우
{
"name": "n8n-telegram-to-steemit-posting",
"nodes": [
{
"parameters": {
"updates": [
"message"
],
"additionalFields": {}
},
"type": "n8n-nodes-base.telegramTrigger",
"typeVersion": 1.1,
"position": [
160,
-224
],
"id": "c8c9f2ac-f29f-43fa-b251-a00f7258fc40",
"name": "Telegram Trigger",
"webhookId": "673680b5-0bc2-4474-bbfd-9afbb1bc3b07",
"credentials": {
"telegramApi": {
"id": "worJ0pcxi8XgYTRD",
"name": "SteemitPostingBot"
}
}
},
{
"parameters": {
"operation": "sendChatAction",
"chatId": "={{ $json.message.chat.id }}"
},
"type": "n8n-nodes-base.telegram",
"typeVersion": 1.2,
"position": [
384,
-368
],
"id": "05631da3-5992-4b4f-bc4f-e8e08cc946c4",
"name": "Telegram Typing Action",
"webhookId": "5eef4399-ec2c-4ea4-a8d5-58077b2993d7",
"credentials": {
"telegramApi": {
"id": "worJ0pcxi8XgYTRD",
"name": "SteemitPostingBot"
}
}
},
{
"parameters": {
"title": "={{ $json.message.text.slice(0, 50) }}}",
"content": "={{ $json.message.text }}",
"tags": "=anpigon"
},
"type": "n8n-nodes-steemit.steemit",
"typeVersion": 1,
"position": [
384,
-128
],
"id": "308b3744-1ed7-4d6f-be62-f8497b7ad881",
"name": "Steemit",
"credentials": {
"steemitApi": {
"id": "aQUO4CCWQb79TzUv",
"name": "Steemit account"
}
},
"onError": "continueErrorOutput"
},
{
"parameters": {
"chatId": "={{ $('Telegram Trigger').item.json.message.chat.id }}",
"text": "=```\n{{ $json.error }}\n```",
"additionalFields": {
"appendAttribution": false,
"reply_to_message_id": "={{ $('Telegram Trigger').item.json.message.message_id }}"
}
},
"type": "n8n-nodes-base.telegram",
"typeVersion": 1.2,
"position": [
608,
-80
],
"id": "f99b9cb7-c378-4636-b5aa-bbc02fa4371b",
"name": "Send Error Message",
"webhookId": "2dae7fb4-5209-44d2-85f9-6cfdd7b22bfe",
"credentials": {
"telegramApi": {
"id": "worJ0pcxi8XgYTRD",
"name": "SteemitPostingBot"
}
},
"onError": "continueRegularOutput"
},
{
"parameters": {
"chatId": "={{ $('Telegram Trigger').item.json.message.chat.id }}",
"text": "=https://steemit.com/{{ $json.parent_permlink }}/@{{ $json.author }}/{{ $json.permlink }}",
"additionalFields": {
"appendAttribution": false,
"reply_to_message_id": "={{ $('Telegram Trigger').item.json.message.message_id }}"
}
},
"type": "n8n-nodes-base.telegram",
"typeVersion": 1.2,
"position": [
832,
-320
],
"id": "8b52edb1-7af3-4d5d-874a-d36e7f5444b2",
"name": "Send Success Message",
"webhookId": "1d4db707-ae1c-4851-95b4-22d836dd12ef",
"credentials": {
"telegramApi": {
"id": "worJ0pcxi8XgYTRD",
"name": "SteemitPostingBot"
}
}
},
{
"parameters": {
"mode": "chooseBranch",
"output": "input2"
},
"id": "056a2d2a-8553-4cf6-b268-1872200a9478",
"name": "Merge",
"type": "n8n-nodes-base.merge",
"position": [
608,
-320
],
"typeVersion": 2.1
}
],
"pinData": {},
"connections": {
"Telegram Trigger": {
"main": [
[
{
"node": "Telegram Typing Action",
"type": "main",
"index": 0
},
{
"node": "Steemit",
"type": "main",
"index": 0
}
]
]
},
"Telegram Typing Action": {
"main": [
[
{
"node": "Merge",
"type": "main",
"index": 0
}
]
]
},
"Steemit": {
"main": [
[
{
"node": "Merge",
"type": "main",
"index": 1
}
],
[
{
"node": "Send Error Message",
"type": "main",
"index": 0
}
]
]
},
"Merge": {
"main": [
[
{
"node": "Send Success Message",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1",
"callerPolicy": "workflowsFromSameOwner",
"errorWorkflow": "rrOJ6xNHwiBZ9W2i"
},
"versionId": "edd28150-f10a-40f9-b718-1dfa5715dbd4",
"meta": {
"templateCredsSetupCompleted": true,
"instanceId": "fcd018c589f0738f053cc4c03e304e3f6403cc1e21b596ffc0cbf5dc1f4ef4a3"
},
"id": "Fm7HKbsvJihqTVUM",
"tags": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment