NAiOS IconNAiOS Logo
Volver al catálogo

Printautopilot

printautopilot

Print Autopilot enables seamless automation of printing tasks by connecting your applications directly to your printers.

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

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.

List QueuesPRINTAUTOPILOT_LIST_QUEUESAcción

Tool to list available PrintAutoPilot queues. Use when you need to retrieve all queues before choosing one.

Parámetros de entrada

  • pageinteger

    Optional page number for pagination if supported.

  • nameFilterstring

    Optional substring to filter queues by name. Server-side may ignore if unsupported.

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

Upload FilePRINTAUTOPILOT_UPLOAD_FILEAcción

Tool to upload a file to a temporary R2 bucket. Use when you need to stage files for later PrintAutoPilot operations.

Parámetros de entrada

  • fileobjectObligatorio

    File to upload to temporary storage. FileUploadable object where 'name' is the filename to store.

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