PDFMonkey
The PDFMonkey modules enable you to monitor, retrieve, or generate documents in your PDFMonkey account.
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.
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.
Allows you to perform a custom API call.
Connection | |
---|---|
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. |
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:
|
---|
![]() |