Internet of Things

PrintNode

5min
the printnode modules enable you to monitor events, create a print job, and retrieve print jobs or printers and computers in your printnode account get started with printnode prerequisites a printnode account — you can create one at printnode com connect printnode to make to connect your printnode account to make you need to obtain the api key from your printnode account and insert it in the create a connection dialog log in to your printnode account navigate to api keys and enter your account password enter the name for the api key and click create copy the provided api key go to make and open the printnode module's create a connection dialog enter the api key you have copied in step 4 to the printnode api key field and click the continue button to establish the connection the connection has been established you can proceed with setting up the module make an api call allows you to perform a custom api call field description connection establish a connection to your printnode account url enter a path relative to https //api printnode com/ for example /v1/org method select the http method you want to use get to retrieve information for an entry post to create a new entry put to update/replace an existing entry patch to make a partial entry update delete to delete an entry headers enter the desired request headers you don't have to add authorization headers; we added those for you query string enter the request query string body enter the body content for your api call example of use get account information the following api call returns information about authenticated printnode account url /v1/dashboard method get the result can be found in the module's output under bundle > body in our example, our account details were returned