Customgpt
customgptCustomGPT.ai is a platform that enables users to create and integrate AI-powered chatbots tailored to their specific data and requirements.
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ónTool to delete a CustomGPT project by ID. Use when you need to permanently remove an existing agent after confirming the ID.
CUSTOMGPT_DELETE_PROJECTAcciónTool 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
projectIdstringObligatorioUnique ID of the agent (project) to delete
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
Delete CustomGPT Project LicenseCUSTOMGPT_DELETE_PROJECT_LICENSEAcciónTool to delete a CustomGPT project license by ID. Use after confirming both projectId and licenseId; this permanently removes the license.
CUSTOMGPT_DELETE_PROJECT_LICENSEAcciónTool to delete a CustomGPT project license by ID. Use after confirming both projectId and licenseId; this permanently removes the license.
Parámetros de entrada
licenseIdstringObligatorioUnique ID of the license to delete
projectIdstringObligatorioUnique ID of the agent (project) that owns the license
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 Project LicenseCUSTOMGPT_GET_PROJECT_LICENSEAcciónTool to retrieve a license for a specific project. Use when you need to fetch license details by license ID.
CUSTOMGPT_GET_PROJECT_LICENSEAcciónTool to retrieve a license for a specific project. Use when you need to fetch license details by license ID.
Parámetros de entrada
licenseIdstringObligatorioUnique identifier of the license to retrieve.
projectIdstringObligatorioUnique identifier of the project to which the license belongs.
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 Project SettingsCUSTOMGPT_GET_PROJECT_SETTINGSAcciónTool to retrieve a specific agent's settings. Use when inspecting or auditing an agent's configuration after setup.
CUSTOMGPT_GET_PROJECT_SETTINGSAcciónTool to retrieve a specific agent's settings. Use when inspecting or auditing an agent's configuration after setup.
Parámetros de entrada
projectIdstringObligatorioThe unique ID of the agent/project whose settings to retrieve
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 Usage LimitsCUSTOMGPT_GET_USAGE_LIMITSAcciónTool to get user's agents, words, and queries usage limits. Use when you need to check current account quotas after authentication.
CUSTOMGPT_GET_USAGE_LIMITSAcciónTool 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
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 Current User ProfileCUSTOMGPT_GET_USER_PROFILEAcciónTool to retrieve the current user's profile information. Use when you need to display or verify authenticated user details after login.
CUSTOMGPT_GET_USER_PROFILEAcciónTool 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
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 Conversation MessagesCUSTOMGPT_LIST_CONVERSATION_MESSAGESAcciónTool to list messages in a conversation. Use when you need to retrieve the full chat history after starting a conversation session.
CUSTOMGPT_LIST_CONVERSATION_MESSAGESAcciónTool 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
projectIdstringObligatorioThe unique identifier of the CustomGPT project (agent).
sessionIdstringObligatorioThe unique identifier of the conversation session.
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 CustomGPT Project LicensesCUSTOMGPT_LIST_PROJECT_LICENSESAcciónTool to list all licenses for a CustomGPT project. Use when you have a project ID and want to fetch its license entries.
CUSTOMGPT_LIST_PROJECT_LICENSESAcciónTool 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
projectIdstringObligatorioThe unique identifier of the CustomGPT project (agent).
Parámetros de salida
dataobject[]ObligatorioData 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 CustomGPT ProjectsCUSTOMGPT_LIST_PROJECTSAcciónTool to list all CustomGPT agents. Use when you need to retrieve agent projects with pagination support after setting your API key.
CUSTOMGPT_LIST_PROJECTSAcciónTool 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
pageintegerPage number for pagination; must be ≥1. Default page size is 10; results sorted by creation date (newest first).
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Project LicenseCUSTOMGPT_UPDATE_PROJECT_LICENSEAcciónTool to update a license's name for a specific project. Use after confirming both projectId and licenseId.
CUSTOMGPT_UPDATE_PROJECT_LICENSEAcciónTool to update a license's name for a specific project. Use after confirming both projectId and licenseId.
Parámetros de entrada
namestringObligatorioNew name for the license
licenseIdstringObligatorioThe unique identifier of the license to update
projectIdstringObligatorioThe unique identifier of the project (agent) the license belongs to
Parámetros de salida
dataobjectObligatorioRepresents a license object associated with a project.
errorstringError if any occurred during the execution of the action
statusstringObligatorioOperation status, e.g., 'success'
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update User ProfileCUSTOMGPT_UPDATE_USER_PROFILEAcciónTool to update the current user's profile. Use after authentication to modify user details such as name, email, or avatar.
CUSTOMGPT_UPDATE_USER_PROFILEAcciónTool to update the current user's profile. Use after authentication to modify user details such as name, email, or avatar.
Parámetros de entrada
namestringFull name of the user.
emailstringEmail address of the user.
avatarUrlstringURL of the user's avatar image.
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