Skip to main content

Disconnect

Closes a connection to the Pipedrive CRM API and releases associated resources.

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

If the ContinueOnError property is true, no error is caught when the project is executed, even if a Catch node is used.

Inputs

  • Connection Id - The connection ID returned by the Connect node.

How It Works

The Disconnect node closes a connection to the Pipedrive CRM API and releases associated resources. When executed, the node:

  1. Validates the provided Connection Id
  2. Removes the connection from the internal connection store
  3. Releases any resources associated with the connection

Requirements

  • A valid connection to Pipedrive established using the Connect node

Error Handling

The node will return specific errors in the following cases:

  • Empty or invalid Connection Id
  • Connection Id that does not correspond to an active connection

Usage Notes

  • Use this node to properly close connections when they are no longer needed
  • Each connection should be closed exactly once
  • After disconnecting, the connection ID becomes invalid and cannot be used by other nodes
  • It's good practice to disconnect when finishing a workflow to free up resources