Skip to content

[DOCS-REQUEST] - Custom programmatic node tutorial incorrect #3206

Description

@cacl-dis

The custom node tutorial at https://docs.n8n.io/integrations/creating-nodes/build/programmatic-style-node/ is incorrect/outdated in several respects:

  • OptionsWithUri instead of IRequestOptions
  • Strings for input/output instead of types, e.g. input: ['main'] instead of input: [NodeConnectionType.Main]
  • Imports IExecuteFunctions from n8n-core instead of from n8n-workflow

Fixing these three will result in a buildable, working node, but the article may be outdated in more places.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions