Communication & Messaging
Twitter notifications
Twitter notifications
Scheduled
Medium
5
Nodes
Scheduled
Trigger
Medium
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
5
Node Types
0
Workflow JSON
4.38 KB
{
"id": "1",
"name": "Twitter notifications",
"nodes": [
{
"name": "Twitter",
"type": "n8n-nodes-base.twitter",
"position": [
610,
260
],
"parameters": {
"operation": "search",
"searchText": "n8n_io",
"additionalFields": {
"resultType": "recent"
}
},
"credentials": {
"twitterOAuth1Api": "Twitter"
},
"typeVersion": 1
},
{
"name": "Cron",
"type": "n8n-nodes-base.cron",
"position": [
410,
260
],
"parameters": {
"triggerTimes": {
"item": [
{
"mode": "everyMinute"
}
]
}
},
"typeVersion": 1
},
{
"name": "Function",
"type": "n8n-nodes-base.function",
"position": [
940,
260
],
"parameters": {
"functionCode": "const new_items = [];\nconst data = this.getWorkflowStaticD...Showing first 1000 characters. Click "Expand" to view the full JSON.