File and Document Management

PDFMonkey

5min
the pdfmonkey modules enable you to monitor, retrieve, or generate documents in your pdfmonkey account getting started with pdfmonkey prerequisites a pdfmonkey account in order to use pdfmonkey with make, it is necessary to have a pdfmonkey account if you do not have one, you can create a pdfmonkey account at pdfmonkey https //dashboard pdfmonkey io/register connect pdfmonkey to make to connect your pdfmonkey account to make, obtain the api secret key from your pdfmonkey account log in to your pdfmonkey account click your email address in the top right corner and select the my account option from the menu click the show my secret key link to display your api secret key copy the provided api secret key go to make and open the pdfmonkey module's create a connection dialog enter the api secret key you have copied in step 3 to the respective 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 connection pdfmonkey docid\ f8rca2rj zaorme0dfhwm url enter a path relative to https //api pdfmonkey io/api/v1 for example /documents note for the list of available endpoints, refer to the pdfmonkey api documentation 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 already did that for you query string enter the request query string body enter the body content for your api call example of use list documents the following api call returns all documents in your pdfmonkey account url /documents method get the result can be found in the module's output under bundle > documents in our example, 2 documents were returned