NAiOS IconNAiOS Logo
Volver al catálogo

Adrapid

adrapid

Adrapid 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
3
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 (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ón

Tool 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

  • 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 user and API infoADRAPID_GET_SYSTEM_MEAcción

Tool 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

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

Tool 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

  • limitinteger

    Max number of items to return (must be ≥ 1).

  • offsetinteger

    Number of items to skip before returning the results (must be ≥ 0).

  • searchstring

    A search string to filter banners by name or ID.

  • statusstringenum

    Status of the banner to filter by. Available values: exporting, ready, failed.

    exportingreadyfailed

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