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 →
{
"id": "acp-e2e-text",
"name": "ACP E2E Text",
"active": false,
"settings": {
"executionOrder": "v1"
},
"nodes": [
{
"parameters": {},
"id": "a93289a2-4556-4a06-a209-f1d6739401c1",
"name": "When clicking 'Execute workflow'",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
0,
0
]
},
{
"parameters": {
"promptType": "define",
"prompt": "Respond with only \"hello, world!\"",
"hasOutputParser": false,
"cwd": "/workspace",
"timeoutSeconds": 30
},
"id": "4ef21bb4-0374-4f04-9d7f-94d24095b48f",
"name": "ACP Agent",
"type": "CUSTOM.acpAgent",
"typeVersion": 1,
"position": [
260,
0
],
"credentials": {
"acpAgentApi": {
"name": "<your credential>"
}
}
}
],
"connections": {
"When clicking 'Execute workflow'": {
"main": [
[
{
"node": "ACP Agent",
"type": "main",
"index": 0
}
]
]
}
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
acpAgentApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
ACP E2E Text. Uses CUSTOM. Event-driven trigger; 2 nodes.
Source: https://github.com/wyvernzora/n8n-nodes-acp/blob/main/e2e/fixtures/workflows/text.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.
[E2E] Availability Exceptions - Create and Delete. Uses CUSTOM. Event-driven trigger; 7 nodes.
[E2E] Availability Exceptions - Get Many. Uses CUSTOM. Event-driven trigger; 5 nodes.