NAiOS IconNAiOS Logo
Volver al catálogo

Intelliprint

intelliprint

Intelliprint offers a Hybrid Mail API that enables businesses to automate their letter printing and mailing processes, providing features like same-day printing, secure authentication, and real-time tracking.

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

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.

Cancel or Delete Print JobINTELLIPRINT_CANCEL_DELETE_PRINT_JOBAcción

Tool to delete or cancel an existing Print Job by its ID. Use after confirming the print job ID to remove or refund a job.

Parámetros de entrada

  • print_IDstringObligatorio

    ID of the Print Job to delete or cancel.

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

Create backgroundINTELLIPRINT_CREATE_BACKGROUNDAcción

Tool to create a new Background. Use when you have a background file (and optional name or team) to upload.

Parámetros de entrada

  • filestringObligatoriobinary

    The multipart/form-data-encoded file for this Background.

  • namestring

    User-provided name of this Background.

  • teamstring

    Team ID to assign this Background to.

  • file_pathstring

    Local filesystem path to the file. If provided and 'file' is empty, the action will read bytes from this path.

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

Create Print JobINTELLIPRINT_CREATE_PRINT_JOBAcción

Tool to create a new print job. Use when a document is ready to submit (optionally confirming immediately).

Parámetros de entrada

  • filestringObligatorio

    Path to file to upload for print job.

  • testmodeboolean

    Mark job as test.

  • confirmedboolean

    Confirm job immediately.

  • referencestring

    User-provided reference.

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 BackgroundsINTELLIPRINT_LIST_BACKGROUNDSAcción

Tool to list backgrounds with optional filtering and pagination. Use after uploading or managing backgrounds to retrieve current entries. Example: 'List backgrounds for team=team_1234 with limit=50 and skip=10'.

Parámetros de entrada

  • skipinteger

    Number of results to skip before returning (for pagination).

  • teamstring

    The Team ID for which backgrounds should be returned.

  • limitinteger

    Number of backgrounds to return; must be between 1 and 1000.

Parámetros de salida

  • dataobject[]Obligatorio

    Array of background objects.

  • errorstring

    Error if any occurred during the execution of the action

  • objectstringObligatorio

    String literal: always 'list' for list endpoints.

  • has_morebooleanObligatorio

    Whether more results are available beyond this page.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

  • total_availableintegerObligatorio

    Total number of available backgrounds.

List Print JobsINTELLIPRINT_LIST_PRINT_JOBSAcción

Tool to list print jobs with optional filters and pagination. Use after confirming API key.

Parámetros de entrada

  • skipinteger

    Number of results to skip before returning (for pagination).

  • limitinteger

    Number of print jobs to return; must be between 1 and 1000.

  • testmodeboolean

    When true, returns only testmode print jobs; when omitted or false, returns live jobs.

  • confirmedboolean

    Filter by confirmation status: true for confirmed only; false for unconfirmed only.

  • letters.statusstring

    Comma-separated list of letter statuses to filter by. A job is returned if any letter matches one of these statuses.

Parámetros de salida

  • dataobject[]Obligatorio

    Array of print job objects.

  • errorstring

    Error if any occurred during the execution of the action

  • objectstringObligatorio

    Literal value 'list'.

  • has_morebooleanObligatorio

    Whether more results are available beyond this page.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

  • total_availableintegerObligatorio

    Total count of matching print jobs.

List TemplatesINTELLIPRINT_LIST_TEMPLATESAcción

Tool to list all available templates. Use after authenticating API key to browse available templates.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobject[]Obligatorio

    Array of template objects.

  • errorstring

    Error if any occurred during the execution of the action

  • objectstringObligatorio

    String literal: always 'list' for list endpoints.

  • has_morebooleanObligatorio

    Whether more results are available beyond this page.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

  • total_availableintegerObligatorio

    Total number of available templates.

Merge FilesINTELLIPRINT_MERGE_FILESAcción

Tool to merge multiple files into one document. Use when you need a single merged document from separate files.

Parámetros de entrada

  • filesobject[]Obligatorio

    List of files to merge together

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

Retrieve BackgroundINTELLIPRINT_RETRIEVE_BACKGROUNDAcción

Tool to retrieve a specific Background by ID. Use when you need background details before further processing.

Parámetros de entrada

  • background_idstringObligatorio

    The ID of the Background 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

Retrieve Print JobINTELLIPRINT_RETRIEVE_PRINT_JOBAcción

Tool to retrieve details of a Print Job by its ID. Use when you have a valid print_id and need full job specifications.

Parámetros de entrada

  • print_idstringObligatorio

    The ID of the Print Job 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

Update BackgroundINTELLIPRINT_UPDATE_BACKGROUNDAcción

Tool to update an existing Background's name or team. Use when you need to change a background after creation. Example: 'Update background bg_123abc to new name'.

Parámetros de entrada

  • namestring

    New name for this Background

  • teamstring

    ID of the Team to assign this Background to

  • background_idstringObligatorio

    ID of the Background to update

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