Deskera

The Deskera modules enable you to create contacts, accounts, contractors, deals, products, quotations, purchases, invoices, employees, and sales in your Deskera account.

Getting Started with Deskera

Prerequisites

  • A Deskera account

In order to use Deskera with {{Make}}, it is necessary to have a Deskera account. If you do not have one, you can create a Deskera account at www.deskera.com.

[Note] Note

The module dialog fields that are displayed in bold (in the {{Make}} scenario, not in this documentation article) are mandatory!

Connecting Deskera to {{Make}}

1. Go to {{Make}} and open the Deskera module's Create a connection dialog.

2. Enter a name for your connection and click Continue.

61f26b36c214a.gif

3. Enter your Deskera account credentials, select the account with which you want to establish a connection, and confirm the access by clicking Authorize.

61f26b3905e58.png

The connection has been established.

Make an API Call

Performs an arbitrary authorized API call.

Connection

Establish a connection to your Deskera account.

URL

Enter a path relative to https://bitfrost.deskera.com/. For example: /v1/contacts

[Note] Note

For the list of available endpoints, refer to the Deskera 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 Contacts

The following API call returns all the contacts from your Deskera account:

URL: /v1/contacts

Method: GET

61f26b39edf91.png

Matches of the search can be found in the module's Output under Bundle > Body > content. In our example, 4 contacts were returned:

61f26b3b05668.png