n8n
Workflow
Send A Tweet To Twitter
This n8n workflow sends tasks and integrates with various services. Send A Tweet To Twitter - ready to import and run in your n8n instance.
n8n
workflow.json
About This Script
This n8n workflow sends tasks and integrates with various services. Send A Tweet To Twitter - ready to import and run in your n8n instance.
Features:
- Automates workflow tasks
- Ready to import into n8n
- Configurable parameters
- Sends notifications or updates
Source Code
{
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
250,
300
],
"parameters": [],
"typeVersion": 1,
"id": "7ffab1ac-6b41-4605-9704-ddf47ed23888"
},
{
"name": "Twitter",
"type": "n8n-nodes-base.twitter",
"position": [
450,
300
],
"parameters": {
"text": "This is a test workflow for the twitter node",
"additionalFields": []
},
"credentials": {
"twitterOAuth1Api": "twitter-credentials"
},
"typeVersion": 1,
"id": "30555c8d-b97c-41fd-88fc-f4136dcf0faa"
}
],
"connections": {
"On clicking 'execute'": {
"main": [
[
{
"node": "Twitter",
"type": "main",
"index": 0
}
]
]
}
},
"n8n_version": "1.5.0"
}
Requirements
n8n instance, API credentials for connected services
Tags
#n8n
#automation
#workflow