Nango

Learn how to use Nango with Composio

Overview

Enum

NANGO

Description

Nango provides a unified API to integrate with over 250 external APIs, offering pre-built and customizable integrations for various categories such as CRM, HR, and accounting systems.

Authentication Details

generic_api_key
stringRequired

Actions

Tool to trigger nango workflow actions via api. use when you need to execute an action by specifying the connection, provider config, and action identifier.

Action Parameters

action
stringRequired
connection_id
stringRequired
input
object
provider_config_key
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to list all connections. use when you need to retrieve existing connections.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to list all connections without credentials. use when you need connection metadata across your account without exposing credentials.

Action Parameters

connection_id
string
provider_config_key
string

Action Response

data
object
error
string
successful
boolean
Tool to retrieve details for a specific provider. use when you need to fetch provider configuration details by name (e.g., 'salesforce'). use after selecting the provider.

Action Parameters

provider
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of all available providers. use when you need to display or iterate through every provider before creating connections.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to fetch the nango scripts configuration. use when you need to get the available scripts and their triggers.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to trigger a sync process manually. use after establishing a connection and defining a sync.

Action Parameters

connection_id
stringRequired
sync_id
stringRequired

Action Response

data
object
error
string
successful
boolean