Weavz
n8n

n8n

Operate n8n workflows and executions through the public REST API.

11 tools
1 trigger

Tools

Name
list_workflows

List workflows in the n8n instance with optional pagination.

get_workflow

Get an n8n workflow by ID.

create_workflow

Create an n8n workflow from a workflow JSON body.

update_workflow

Replace/update an n8n workflow by ID using a workflow JSON body.

activate_workflow

Activate an n8n workflow.

deactivate_workflow

Deactivate an n8n workflow.

archive_workflow

Archive an n8n workflow.

delete_workflow

Delete an n8n workflow by ID.

list_executions

List n8n workflow executions with optional workflow and status filters.

get_execution

Get execution details by ID.

delete_execution

Delete an n8n execution record by ID.

Triggers

Name
execution_finished

Triggers when n8n reports a new successful or failed execution after polling starts.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('n8n', 'list_workflows', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'n8n',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect n8n to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does n8n support?

n8n supports 11 tools including List Workflows, Get Workflow, Create Workflow, Update Workflow, Activate Workflow, and more.

Can I use n8n with AI agents?

Yes. Add n8n to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can n8n be used in stateful agent workflows?

Yes. Agents can combine n8n tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does n8n use?

n8n uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the n8n integration cost?

The n8n integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does n8n support?

n8n supports 1 triggers including Execution Finished.

Connect n8n in minutes

Get 20,000 free action executions every month. No credit card required.