NAiOS IconNAiOS Logo
Volver al catálogo

Nango

nango

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.

Acciones
7
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

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.

Parámetros de entrada

  • inputobject

    The input payload for the workflow/action.

  • actionstringObligatorio

    The unique identifier of the action to trigger.

  • connection_idstringObligatorio

    The ID of the connection to use.

  • provider_config_keystringObligatorio

    The provider configuration key.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List ConnectionsNANGO_CONNECTION_GETAcción

Tool to list all connections. use when you need to retrieve existing connections.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List ConnectionsNANGO_CONNECTION_LIST_GETAcción

Tool to list all connections without credentials. use when you need connection metadata across your account without exposing credentials.

Parámetros de entrada

  • connection_idstring

    Filter connections by specific connection ID.

  • provider_config_keystring

    Filter connections by provider configuration key.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Provider DetailsNANGO_PROVIDERS_GET_GETAcción

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.

Parámetros de entrada

  • providerstringObligatorio

    The unique provider key or identifier

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List ProvidersNANGO_PROVIDERS_LIST_GETAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Scripts ConfigurationNANGO_SCRIPTS_CONFIG_GETAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Trigger SyncNANGO_SYNC_TRIGGER_POSTAcción

Tool to trigger a sync process manually. use after establishing a connection and defining a sync.

Parámetros de entrada

  • sync_idstringObligatorio

    Unique ID of the sync definition to trigger.

  • connection_idstringObligatorio

    Identifier of the connection under which to run the sync.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not