NAiOS IconNAiOS Logo
Volver al catálogo

Customgpt

customgpt

CustomGPT.ai is a platform that enables users to create and integrate AI-powered chatbots tailored to their specific data and requirements.

Acciones
11
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 (11)

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.

Delete CustomGPT ProjectCUSTOMGPT_DELETE_PROJECTAcción

Tool to delete a CustomGPT project by ID. Use when you need to permanently remove an existing agent after confirming the ID.

Parámetros de entrada

  • projectIdstringObligatorio

    Unique ID of the agent (project) to delete

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

Delete CustomGPT Project LicenseCUSTOMGPT_DELETE_PROJECT_LICENSEAcción

Tool to delete a CustomGPT project license by ID. Use after confirming both projectId and licenseId; this permanently removes the license.

Parámetros de entrada

  • licenseIdstringObligatorio

    Unique ID of the license to delete

  • projectIdstringObligatorio

    Unique ID of the agent (project) that owns the license

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

Tool to retrieve a license for a specific project. Use when you need to fetch license details by license ID.

Parámetros de entrada

  • licenseIdstringObligatorio

    Unique identifier of the license to retrieve.

  • projectIdstringObligatorio

    Unique identifier of the project to which the license belongs.

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

Tool to retrieve a specific agent's settings. Use when inspecting or auditing an agent's configuration after setup.

Parámetros de entrada

  • projectIdstringObligatorio

    The unique ID of the agent/project whose settings to retrieve

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

Tool to get user's agents, words, and queries usage limits. Use when you need to check current account quotas after authentication.

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 Current User ProfileCUSTOMGPT_GET_USER_PROFILEAcción

Tool to retrieve the current user's profile information. Use when you need to display or verify authenticated user details after login.

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

Tool to list messages in a conversation. Use when you need to retrieve the full chat history after starting a conversation session.

Parámetros de entrada

  • projectIdstringObligatorio

    The unique identifier of the CustomGPT project (agent).

  • sessionIdstringObligatorio

    The unique identifier of the conversation session.

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 CustomGPT Project LicensesCUSTOMGPT_LIST_PROJECT_LICENSESAcción

Tool to list all licenses for a CustomGPT project. Use when you have a project ID and want to fetch its license entries.

Parámetros de entrada

  • projectIdstringObligatorio

    The unique identifier of the CustomGPT project (agent).

Parámetros de salida

  • dataobject[]Obligatorio

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

Tool to list all CustomGPT agents. Use when you need to retrieve agent projects with pagination support after setting your API key.

Parámetros de entrada

  • pageinteger

    Page number for pagination; must be ≥1. Default page size is 10; results sorted by creation date (newest first).

Parámetros de salida

  • dataobject[]Obligatorio

    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

Update Project LicenseCUSTOMGPT_UPDATE_PROJECT_LICENSEAcción

Tool to update a license's name for a specific project. Use after confirming both projectId and licenseId.

Parámetros de entrada

  • namestringObligatorio

    New name for the license

  • licenseIdstringObligatorio

    The unique identifier of the license to update

  • projectIdstringObligatorio

    The unique identifier of the project (agent) the license belongs to

Parámetros de salida

  • dataobjectObligatorio

    Represents a license object associated with a project.

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    Operation status, e.g., 'success'

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update User ProfileCUSTOMGPT_UPDATE_USER_PROFILEAcción

Tool to update the current user's profile. Use after authentication to modify user details such as name, email, or avatar.

Parámetros de entrada

  • namestring

    Full name of the user.

  • emailstring

    Email address of the user.

  • avatarUrlstring

    URL of the user's avatar image.

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