Nango
nangoNango 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.
Acciones disponibles (7)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Trigger Nango ActionNANGO_ACTION_TRIGGER_POSTAcciónTool to trigger nango workflow actions via api. use when you need to execute an action by specifying the connection, provider config, and action identifier.
NANGO_ACTION_TRIGGER_POSTAcciónTool to trigger nango workflow actions via api. use when you need to execute an action by specifying the connection, provider config, and action identifier.
Parámetros de entrada
inputobjectThe input payload for the workflow/action.
actionstringObligatorioThe unique identifier of the action to trigger.
connection_idstringObligatorioThe ID of the connection to use.
provider_config_keystringObligatorioThe provider configuration key.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ConnectionsNANGO_CONNECTION_GETAcciónTool to list all connections. use when you need to retrieve existing connections.
NANGO_CONNECTION_GETAcciónTool to list all connections. use when you need to retrieve existing connections.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ConnectionsNANGO_CONNECTION_LIST_GETAcciónTool to list all connections without credentials. use when you need connection metadata across your account without exposing credentials.
NANGO_CONNECTION_LIST_GETAcciónTool to list all connections without credentials. use when you need connection metadata across your account without exposing credentials.
Parámetros de entrada
connection_idstringFilter connections by specific connection ID.
provider_config_keystringFilter connections by provider configuration key.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Provider DetailsNANGO_PROVIDERS_GET_GETAcciónTool 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.
NANGO_PROVIDERS_GET_GETAcciónTool 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.
Parámetros de entrada
providerstringObligatorioThe unique provider key or identifier
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ProvidersNANGO_PROVIDERS_LIST_GETAcciónTool to retrieve a list of all available providers. use when you need to display or iterate through every provider before creating connections.
NANGO_PROVIDERS_LIST_GETAcciónTool to retrieve a list of all available providers. use when you need to display or iterate through every provider before creating connections.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Scripts ConfigurationNANGO_SCRIPTS_CONFIG_GETAcciónTool to fetch the nango scripts configuration. use when you need to get the available scripts and their triggers.
NANGO_SCRIPTS_CONFIG_GETAcciónTool to fetch the nango scripts configuration. use when you need to get the available scripts and their triggers.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Trigger SyncNANGO_SYNC_TRIGGER_POSTAcciónTool to trigger a sync process manually. use after establishing a connection and defining a sync.
NANGO_SYNC_TRIGGER_POSTAcciónTool to trigger a sync process manually. use after establishing a connection and defining a sync.
Parámetros de entrada
sync_idstringObligatorioUnique ID of the sync definition to trigger.
connection_idstringObligatorioIdentifier of the connection under which to run the sync.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not