Store the data received from the CocktailDB API in JSON
Store the data received from the CocktailDB API in JSON
Manual
Medium
4
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
4
Node Types
0
Workflow JSON
1.67 KB
{
"name": "Store the data received from the CocktailDB API in JSON",
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
250,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "HTTP Request",
"type": "n8n-nodes-base.httpRequest",
"position": [
400,
300
],
"parameters": {
"url": "https://www.thecocktaildb.com/api/json/v1/1/random.php",
"options": {}
},
"typeVersion": 1
},
{
"name": "Move Binary Data",
"type": "n8n-nodes-base.moveBinaryData",
"position": [
550,
300
],
"parameters": {
"mode": "jsonToBinary",
"options": {}
},
"typeVersion": 1
},
{
"name": "Write Binary File",
"type": "n8n-nodes-base.writeBinaryFile",
"position": [
700,
300
],
"parameters": {
...Showing first 1000 characters. Click "Expand" to view the full JSON.