Adrapid
adrapidAdrapid is a tool designed for efficient creation of digital marketing visuals, including banners, images, videos, and HTML5 content, utilizing reusable templates and offering automation through a REST API.
Acciones disponibles (3)
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.
Get API infoADRAPID_GET_API_INFOAcciónTool to retrieve api root information. use when you need to discover the api's description and version details.
ADRAPID_GET_API_INFOAcciónTool to retrieve api root information. use when you need to discover the api's description and version details.
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 user and API infoADRAPID_GET_SYSTEM_MEAcciónTool to get user account and api information. use when you need to retrieve authenticated user details and api versions.
ADRAPID_GET_SYSTEM_MEAcciónTool to get user account and api information. use when you need to retrieve authenticated user details and api versions.
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 BannersADRAPID_LIST_BANNERSAcciónTool to list all banners and their statuses. use when you need to retrieve banners after creation or to audit existing banners. ensure you apply filters to narrow down results (e.g., status='ready').
ADRAPID_LIST_BANNERSAcciónTool to list all banners and their statuses. use when you need to retrieve banners after creation or to audit existing banners. ensure you apply filters to narrow down results (e.g., status='ready').
Parámetros de entrada
limitintegerMax number of items to return (must be ≥ 1).
offsetintegerNumber of items to skip before returning the results (must be ≥ 0).
searchstringA search string to filter banners by name or ID.
statusstringenumStatus of the banner to filter by. Available values: exporting, ready, failed.
exportingreadyfailed
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