Intelliprint
intelliprintIntelliprint 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 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ónTool to delete or cancel an existing Print Job by its ID. Use after confirming the print job ID to remove or refund a job.
INTELLIPRINT_CANCEL_DELETE_PRINT_JOBAcciónTool 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_IDstringObligatorioID of the Print Job to delete or cancel.
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
Create backgroundINTELLIPRINT_CREATE_BACKGROUNDAcciónTool to create a new Background. Use when you have a background file (and optional name or team) to upload.
INTELLIPRINT_CREATE_BACKGROUNDAcciónTool to create a new Background. Use when you have a background file (and optional name or team) to upload.
Parámetros de entrada
filestringObligatoriobinaryThe multipart/form-data-encoded file for this Background.
namestringUser-provided name of this Background.
teamstringTeam ID to assign this Background to.
file_pathstringLocal filesystem path to the file. If provided and 'file' is empty, the action will read bytes from this path.
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
Create Print JobINTELLIPRINT_CREATE_PRINT_JOBAcciónTool to create a new print job. Use when a document is ready to submit (optionally confirming immediately).
INTELLIPRINT_CREATE_PRINT_JOBAcciónTool to create a new print job. Use when a document is ready to submit (optionally confirming immediately).
Parámetros de entrada
filestringObligatorioPath to file to upload for print job.
testmodebooleanMark job as test.
confirmedbooleanConfirm job immediately.
referencestringUser-provided reference.
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 BackgroundsINTELLIPRINT_LIST_BACKGROUNDSAcciónTool 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'.
INTELLIPRINT_LIST_BACKGROUNDSAcciónTool 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
skipintegerNumber of results to skip before returning (for pagination).
teamstringThe Team ID for which backgrounds should be returned.
limitintegerNumber of backgrounds to return; must be between 1 and 1000.
Parámetros de salida
dataobject[]ObligatorioArray of background objects.
errorstringError if any occurred during the execution of the action
objectstringObligatorioString literal: always 'list' for list endpoints.
has_morebooleanObligatorioWhether more results are available beyond this page.
successfulbooleanObligatorioWhether or not the action execution was successful or not
total_availableintegerObligatorioTotal number of available backgrounds.
List Print JobsINTELLIPRINT_LIST_PRINT_JOBSAcciónTool to list print jobs with optional filters and pagination. Use after confirming API key.
INTELLIPRINT_LIST_PRINT_JOBSAcciónTool to list print jobs with optional filters and pagination. Use after confirming API key.
Parámetros de entrada
skipintegerNumber of results to skip before returning (for pagination).
limitintegerNumber of print jobs to return; must be between 1 and 1000.
testmodebooleanWhen true, returns only testmode print jobs; when omitted or false, returns live jobs.
confirmedbooleanFilter by confirmation status: true for confirmed only; false for unconfirmed only.
letters.statusstringComma-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[]ObligatorioArray of print job objects.
errorstringError if any occurred during the execution of the action
objectstringObligatorioLiteral value 'list'.
has_morebooleanObligatorioWhether more results are available beyond this page.
successfulbooleanObligatorioWhether or not the action execution was successful or not
total_availableintegerObligatorioTotal count of matching print jobs.
List TemplatesINTELLIPRINT_LIST_TEMPLATESAcciónTool to list all available templates. Use after authenticating API key to browse available templates.
INTELLIPRINT_LIST_TEMPLATESAcciónTool 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[]ObligatorioArray of template objects.
errorstringError if any occurred during the execution of the action
objectstringObligatorioString literal: always 'list' for list endpoints.
has_morebooleanObligatorioWhether more results are available beyond this page.
successfulbooleanObligatorioWhether or not the action execution was successful or not
total_availableintegerObligatorioTotal number of available templates.
Merge FilesINTELLIPRINT_MERGE_FILESAcciónTool to merge multiple files into one document. Use when you need a single merged document from separate files.
INTELLIPRINT_MERGE_FILESAcciónTool to merge multiple files into one document. Use when you need a single merged document from separate files.
Parámetros de entrada
filesobject[]ObligatorioList of files to merge together
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
Retrieve BackgroundINTELLIPRINT_RETRIEVE_BACKGROUNDAcciónTool to retrieve a specific Background by ID. Use when you need background details before further processing.
INTELLIPRINT_RETRIEVE_BACKGROUNDAcciónTool to retrieve a specific Background by ID. Use when you need background details before further processing.
Parámetros de entrada
background_idstringObligatorioThe ID of the Background 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
Retrieve Print JobINTELLIPRINT_RETRIEVE_PRINT_JOBAcciónTool to retrieve details of a Print Job by its ID. Use when you have a valid print_id and need full job specifications.
INTELLIPRINT_RETRIEVE_PRINT_JOBAcciónTool 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_idstringObligatorioThe ID of the Print Job 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
Update BackgroundINTELLIPRINT_UPDATE_BACKGROUNDAcciónTool 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'.
INTELLIPRINT_UPDATE_BACKGROUNDAcciónTool 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
namestringNew name for this Background
teamstringID of the Team to assign this Background to
background_idstringObligatorioID of the Background to update
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