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 →
{
"name": "Security Scanner - Social Media Auto Post",
"nodes": [
{
"parameters": {
"rule": {
"interval": {
"hours": 24
}
}
},
"name": "Schedule Trigger",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1,
"position": [
100,
200
]
},
{
"parameters": {
"text": "={{ '\ud83d\udd12 AI Skill Security Scanner v1.0 \u6b63\u5f0f\u4e0a\u7dda\uff01\n\n\u2705 \u6383\u63cf API Key \u6d29\u6f0f\n\u2705 \u5075\u6e2c\u60e1\u610f\u7a0b\u5f0f\u78bc\n\u2705 \u6b0a\u9650\u98a8\u96aa\u8a55\u4f30\n\n\ud83d\udcb0 \u500b\u4eba\u7248\u53ea\u8981 $49\n\ud83d\udcde \u806f\u7e6b: @singularity_capital_bot\n\n#AI #\u8cc7\u5b89 #\u81ea\u52d5\u5316' }}"
},
"name": "Twitter Post",
"type": "n8n-nodes-base.twitter",
"typeVersion": 1,
"position": [
300,
200
]
},
{
"parameters": {
"text": "={{ '\ud83d\udd12 AI Skill Security Scanner \u6b63\u5f0f\u4e0a\u7dda\uff01\n\n\u2705 \u6383\u63cf API Key \u6d29\u6f0f\n\u2705 \u5075\u6e2c\u60e1\u610f\u7a0b\u5f0f\u78bc\n\u2705 \u6b0a\u9650\u98a8\u96aa\u8a55\u4f30\n\n\ud83d\udcb0 \u500b\u4eba\u7248 $49 | \u4f01\u696d\u7248 $499/\u5e74\n\ud83d\udcde \u806f\u7e6b: @singularity_capital_bot\n\n#AI #\u8cc7\u5b89 #\u7a0b\u5f0f\u958b\u767c' }}"
},
"name": "Facebook Post",
"type": "n8n-nodes-base.facebookGraphApi",
"typeVersion": 1,
"position": [
300,
350
]
},
{
"parameters": {
"chatId": "1408472778",
"text": "={{ '\ud83c\udf89 \u81ea\u52d5\u5316\u63a8\u6587\u5df2\u767c\u5e03\uff01\n\n\ud83d\udd12 Security Scanner v1.0\n\nTwitter: \u2705\nFacebook: \u2705\n\n\ud83d\udcca \u8ffd\u8e64: https://github.com/andycywu/security-scanner' }}"
},
"name": "Telegram Notify",
"type": "n8n-nodes-base.telegram",
"typeVersion": 1,
"position": [
500,
200
]
}
],
"connections": {
"Schedule Trigger": {
"main": [
[
{
"node": "Twitter Post",
"type": "main",
"index": 0
},
{
"node": "Facebook Post",
"type": "main",
"index": 0
}
]
]
},
"Twitter Post": {
"main": [
[
{
"node": "Telegram Notify",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Security Scanner - Social Media Auto Post. Uses twitter, facebookGraphApi, telegram. Scheduled trigger; 4 nodes.
Source: https://github.com/andycywu/security-scanner/blob/44eb63438b62acfacaaaef7084ff88264291cf59/n8n-workflows/social-posting.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Security Scanner - Social Media Auto-Poster (Full). Uses twitter, facebookGraphApi, httpRequest, telegram. Scheduled trigger; 6 nodes.
Security Scanner - Social Media Auto-Poster. Uses twitter, facebookGraphApi, telegram. Scheduled trigger; 5 nodes.
This n8n workflow automatically shares content from a Telegram Channel to multiple platforms like WordPress, Facebook, X/Twitter, and LinkedIn. It uses a Switch node to detect the type of content—text
This n8n workflow is designed for content curators, digital marketers, and social media managers who want to automate the process of discovering, translating, and publishing news content from multiple
Symcio · Daily Brand Valuation Broadcast. Uses httpRequest, linkedIn, twitter, facebookGraphApi. Scheduled trigger; 8 nodes.