n8n
Workflow
Manage Users Automatically In Reqres In
This n8n workflow automates tasks and integrates with various services. Manage Users Automatically In Reqres In - ready to import and run in your n8n instance.
n8n
workflow.json
About This Script
This n8n workflow automates tasks and integrates with various services. Manage Users Automatically In Reqres In - ready to import and run in your n8n instance.
Features:
- Makes HTTP requests to external APIs
Source Code
{
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
290,
300
],
"parameters": [],
"typeVersion": 1,
"id": "5768e16c-ddf4-46f7-b6b6-43910684e4df"
},
{
"name": "HTTP Request",
"type": "n8n-nodes-base.httpRequest",
"position": [
540,
300
],
"parameters": {
"url": "https://reqres.in/api/users",
"options": []
},
"typeVersion": 1,
"id": "748b097b-bbc0-4369-9dfd-0daf06a58107"
},
{
"name": "HTTP Request1",
"type": "n8n-nodes-base.httpRequest",
"position": [
790,
300
],
"parameters": {
"url": "https://reqres.in/api/users",
"options": [],
"requestMethod": "POST",
"bodyParametersUi": {
"parameter": [
{
"name": "name",
"value": "Neo"
},
{
"name": "job",
"value": "Programmer"
}
]
}
},
"typeVersion": 1,
"id": "7e4e9f0e-cbc6-4e6b-b591-7a423e150ae2"
},
{
"name": "HTTP Request2",
"type": "n8n-nodes-base.httpRequest",
"position": [
1050,
300
],
"parameters": {
"url": "https://reqres.in/api/users/2",
"options": [],
"requestMethod": "PATCH",
"bodyParametersUi": {
"parameter": [
{
"name": "job",
"value": "The Chosen One"
}
]
}
},
"typeVersion": 1,
"id": "2fa03576-b81e-40b7-93d5-93d329cf1e68"
}
],
"connections": {
"HTTP Request": {
"main": [
[
{
"node": "HTTP Request1",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request1": {
"main": [
[
{
"node": "HTTP Request2",
"type": "main",
"index": 0
}
]
]
},
"On clicking 'execute'": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
}
},
"n8n_version": "1.5.0"
}
Requirements
n8n instance, API credentials for connected services
Tags
#n8n
#automation
#workflow