Social Media Management
New WooCommerce Product to Twitter and Telegram
New WooCommerce Product to Twitter and Telegram
Manual
Medium
3
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
3
Node Types
0
Workflow JSON
1.84 KB
{
"id": 85,
"name": "New WooCommerce Product to Twitter and Telegram",
"nodes": [
{
"name": "Twitter",
"type": "n8n-nodes-base.twitter",
"position": [
720,
300
],
"parameters": {
"text": "=✨ New Product Announcement ✨\nWe have just added {{$json[\"name\"]}}, Head to {{$json[\"permalink\"]}} to find out more.",
"additionalFields": {}
},
"credentials": {
"twitterOAuth1Api": {
"id": "37",
"name": "joffcom"
}
},
"typeVersion": 1
},
{
"name": "Telegram",
"type": "n8n-nodes-base.telegram",
"position": [
720,
500
],
"parameters": {
"text": "=✨ New Product Announcement ✨\nWe have just added {{$json[\"name\"]}}, Head to {{$json[\"permalink\"]}} to find out more.",
"chatId": "123456",
"additionalFields": {}
},
"credentials": {
"telegramApi": {
"id": "56",
...Showing first 1000 characters. Click "Expand" to view the full JSON.