← Tools Reference

Intelliprint

Intelliprint integration (Productivity, Communication). Imported from open-connector.

API key8 toolshttps://api.intelliprint.net/v1
GET
intelliprint_list_prints
List Intelliprint print jobs with official pagination, sorting, and print-specific filters.

/prints

11 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of Intelliprint objects to return. The official API supports…
skipintegeroptionalThe number of Intelliprint objects to skip before returning results.
sortOrderstringoptionalThe sort direction for the Intelliprint list request.
fieldsarrayoptionalThe optional Intelliprint response fields to request.
sortFieldstringoptionalThe Intelliprint print field used to sort the list response.
testmodebooleanoptionalWhether to return only test mode print jobs.
confirmedbooleanoptionalWhether to filter print jobs by confirmation state.
typestringoptionalThe Intelliprint print job type to filter by.
referencestringoptionalA print job reference filter.
letterStatusstringoptionalThe letter status filter sent as letters.status.
returnedAcknowledgedbooleanoptionalWhether to filter returned letters by the acknowledged flag.
GET
intelliprint_get_print
Retrieve a single Intelliprint print job by ID.

/prints/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Intelliprint print job ID to retrieve.
GET
intelliprint_list_backgrounds
List Intelliprint reusable backgrounds with official pagination, sorting, field selection, and team filtering.

/backgrounds

6 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of Intelliprint objects to return. The official API supports…
skipintegeroptionalThe number of Intelliprint objects to skip before returning results.
sortOrderstringoptionalThe sort direction for the Intelliprint list request.
fieldsarrayoptionalThe optional Intelliprint response fields to request.
sortFieldstringoptionalThe Intelliprint background field used to sort the list response.
teamstringoptionalThe Intelliprint team ID used to filter reusable backgrounds.
GET
intelliprint_get_background
Retrieve a single Intelliprint reusable background by ID.

/backgrounds/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Intelliprint background ID to retrieve.
GET
intelliprint_list_mailing_lists
List Intelliprint mailing lists with official pagination and sorting options.

/mailing_lists

5 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of Intelliprint objects to return. The official API supports…
skipintegeroptionalThe number of Intelliprint objects to skip before returning results.
sortOrderstringoptionalThe sort direction for the Intelliprint list request.
fieldsarrayoptionalThe optional Intelliprint response fields to request.
sortFieldstringoptionalThe Intelliprint mailing list field used to sort the list response.
GET
intelliprint_get_mailing_list
Retrieve a single Intelliprint mailing list by ID.

/mailing_lists/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Intelliprint mailing list ID to retrieve.
GET
intelliprint_list_mailing_list_recipients
List recipients for one Intelliprint mailing list with official pagination, sorting, and field selection.

/mailing_lists/{mailingListId}/recipients

6 parameters
ParamTypeRequiredDescription
mailingListIdstringrequiredThe Intelliprint mailing list ID whose recipients are listed.
limitintegeroptionalThe maximum number of Intelliprint objects to return. The official API supports…
skipintegeroptionalThe number of Intelliprint objects to skip before returning results.
sortOrderstringoptionalThe sort direction for the Intelliprint list request.
fieldsarrayoptionalThe optional Intelliprint response fields to request.
sortFieldstringoptionalThe Intelliprint mailing list recipient field used to sort the list response.
GET
intelliprint_get_mailing_list_recipient
Retrieve one recipient from an Intelliprint mailing list.

/mailing_lists/{mailingListId}/recipients/{recipientId}

3 parameters
ParamTypeRequiredDescription
mailingListIdstringrequiredThe Intelliprint mailing list ID containing the recipient.
idstringoptionalThe Intelliprint mailing list recipient ID to retrieve.
recipientIdstringrequiredPath parameter: recipientId