The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "ACT Strategic Automation - Simple",
"nodes": [
{
"parameters": {},
"id": "1a2b3c4d-5e6f-7890-abcd-ef1234567890",
"name": "When clicking \"Execute Workflow\"",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"values": {
"string": [
{
"name": "salesforceId",
"value": "SF-12345"
},
{
"name": "firstName",
"value": "John"
},
{
"name": "lastName",
"value": "Doe"
},
{
"name": "email",
"value": "john.doe@example.com"
},
{
"name": "dob",
"value": "1990-01-01"
}
]
},
"options": {}
},
"id": "2b3c4d5e-6f78-90ab-cdef-123456789012",
"name": "Sample Data",
"type": "n8n-nodes-base.set",
"typeVersion": 1,
"position": [
460,
300
]
},
{
"parameters": {
"url": "https://service-production-0645.up.railway.app/process",
"authentication": "none",
"requestMethod": "POST",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "x-api-key",
"value": "test-demo-key-12345"
},
{
"name": "Content-Type",
"value": "application/json"
}
]
},
"sendBody": true,
"bodyContentType": "json",
"jsonParameters": true,
"parametersJson": "{\n \"salesforceId\": \"{{ $json.salesforceId }}\",\n \"firstName\": \"{{ $json.firstName }}\",\n \"lastName\": \"{{ $json.lastName }}\",\n \"email\": \"{{ $json.email }}\",\n \"dob\": \"{{ $json.dob }}\"\n}",
"options": {}
},
"id": "3c4d5e6f-7890-abcd-ef12-34567890abcd",
"name": "ACT Strategic API Call",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [
680,
300
]
},
{
"parameters": {
"values": {
"string": [
{
"name": "extractedMembership",
"value": "{{ $json.membership }}"
},
{
"name": "status",
"value": "success"
},
{
"name": "timestamp",
"value": "{{ $now }}"
}
]
},
"options": {}
},
"id": "4d5e6f78-90ab-cdef-1234-567890abcdef",
"name": "Process Result",
"type": "n8n-nodes-base.set",
"typeVersion": 1,
"position": [
900,
300
]
}
],
"connections": {
"When clicking \"Execute Workflow\"": {
"main": [
[
{
"node": "Sample Data",
"type": "main",
"index": 0
}
]
]
},
"Sample Data": {
"main": [
[
{
"node": "ACT Strategic API Call",
"type": "main",
"index": 0
}
]
]
},
"ACT Strategic API Call": {
"main": [
[
{
"node": "Process Result",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {},
"versionId": "1"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
ACT Strategic Automation - Simple. Uses httpRequest. Event-driven trigger; 4 nodes.
Source: https://github.com/aidev1008/membership-automation-api/blob/main/n8n-workflows/simple-workflow.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Manualtrigger Workflow. Uses httpRequest, shopify. Event-driven trigger; 13 nodes.
front. Uses n8n-nodes-wts, httpRequest. Event-driven trigger; 12 nodes.
Community Node Disclaimer: This workflow uses KlickTipp community nodes.
Restore your credentials from GitHub. Uses httpRequest, github, n8n. Event-driven trigger; 11 nodes.
This workflow takes an image URL and a description of the desired background, then uses the APImage AI API to produce a high-quality image, preserving the subject and applying a natural-looking new ba