Skip to content

n8n#

A node to integrate with n8n itself. This node allows you to consume the n8n API in your workflows.

Examples and templates

For usage examples and templates to help you get started, refer to n8n's n8n integrations page.

Credentials#

Refer to the API authentication documentation for guidance on getting your n8n credentials.

Examples#

Refer to the n8n node on the website for a list of examples.

SSL#

This node doesn't support SSL. If your server requires an SSL connection, use the HTTP Request node to call the n8n API. The HTTP Request node has options to provide the SSL certificate.

Operations#

  • Audit
    • Generate
  • Credential
    • Create
    • Delete
    • Get Schema
  • Execution
    • Get
    • Get Many
    • Delete
  • Workflow
    • Activate
    • Create
    • Deactivate
    • Delete
    • Get
    • Get Many
    • Update