NovalinkIn dev

Node reference

Connector node: run an action on a connected app

connector_action · Updated September 18, 2026

The Connector node runs one action on an app you connected on the Connectors page, such as creating a GitHub issue or searching the web with Tavily. The connection's token stays on the server.

When to use it

  • Acting on GitHub, Slack, Notion or Linear without writing HTTP requests or headers.
  • Giving an agent a ready-made tool, such as Tavily web search, with its inputs described for the model.

Ports

Inputs
in
Outputs
outerror
Tool
attachable to an agent's tools port

Configuration

Appconnector_idrequired
string
Connectionconnection_idrequired
string
Actionactionrequired
string
Inputsargs
objectValues may use templates. As a tool, the agent fills whatever is left empty.
Tool descriptiontool_description
stringShown to the agent when this node is attached as a tool. Defaults to the action's description.

Output

Fires out with the action's result, for example an issue's number and URL, or Tavily's answer and results. A failed call fires error under the error_port error mode.

Example

Tavily · Web search, attached to an agent
Query: (left empty, the agent fills it)
Depth: basic
Results: 5

Good to know

  • Inputs you fill in are fixed; as a tool, the agent only chooses the ones left empty.
  • See Connectors for connecting apps and what happens when one needs reconnecting.

Build it on the canvas

Create a free account and run your first workflow in the browser, or run Novalink on your own machine.