--- title: "NiceLabel Integration" slug: "nicelabel-integration" updated: 2024-02-21T08:41:38Z published: 2024-02-21T08:41:38Z canonical: "support.tulip.co/nicelabel-integration" --- > ## Documentation Index > Fetch the complete documentation index at: https://support.tulip.co/llms.txt > Use this file to discover all available pages before exploring further. # NiceLabel Integration To download the app, visit: [Library](https://tulip.co/library/connectors/nicelabel-connector/) ### Introduction Loftware NiceLabel gives you a flexible labeling process that can adapt to changing market demands. Make your labeling process device and location independent, accommodate remote workers and extend labeling to new partners and suppliers. ### Purpose We are going to highlight different HTTP connector functions that can be built by doing HTTP calls to NiceLabel's endpoint to pull all kind of informations about the printers, labels and folders, even send specific labels to be printed out with one of the devices. ### API Doc The following connector functions highlighted in this document have leveraged [NiceLabel's API Docs.](https://help.nicelabel.com/hc/en-001/articles/10974888528145-Using-NiceLabel-NET-API#print-engine-management-1-4) ### Pre-Requisites 1. Subscribe for an account or free trial to NiceLabel's platform. 2. Import the NiceLabel connector from the library. 3. Set the following details on the imported Connector shown on the next step. ### Tulip Connection Details The following information would need to be configured on Tulip's HTTP connector. Running On: Cloud Connector Host Host: labelcloudapi.onnicelabel.com Port:443 TLS: Yes Authentication: No Auth Headers: Ocp-Apim-Subscription-Key - XXXXXXXX ### Prebuilt Connector Functions #### Get Directories List all the directories located in your cloud. #### Get Printers Get all the registered printer's information. #### Send Payload Send payload request to a specific printer with detailed information (WO,LOT no., LabelJob etc.)