AutomationFlowsGeneral › Acp E2e Text

Acp E2e Text

ACP E2E Text. Uses CUSTOM. Event-driven trigger; 2 nodes.

Event trigger★☆☆☆☆ complexity2 nodesCustom
General Trigger: Event Nodes: 2 Complexity: ★☆☆☆☆ Added:

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 →

Download .json
{
  "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.

Pro

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 →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

[E2E] Availability Exceptions - Create and Delete. Uses CUSTOM. Event-driven trigger; 7 nodes.

Custom
General

[E2E] Asset - Get. Uses CUSTOM. Event-driven trigger; 5 nodes.

Custom
General

[E2E] Availability Exceptions - Get Many. Uses CUSTOM. Event-driven trigger; 5 nodes.

Custom
General

[E2E] Event - Get Many. Uses CUSTOM. Event-driven trigger; 5 nodes.

Custom
General

[E2E] Listing - Get. Uses CUSTOM. Event-driven trigger; 5 nodes.

Custom