Skip to main content

BoondManager

With BoondManager modules in Make, you can create, update, search, retrieve, and delete:

  • actions

  • candidates

  • contacts

  • companies

  • opportunities

  • resources

To get started with BoondManager, create an account at boondmanager.com.

Connect BoondManager to Make

To connect BoondManager app, you need to obtain the user credentials.

  1. Log in to your BoondManager account.

  2. In your Make account, insert a BoondManager module in your scenario and click the Add button next to the Connection field.

    BoondManager_1.gif
  3. In the Connection name field, enter a name for the connection.

  4. In the Login and Password fields, enter your BoondManager credentials and click Save.

    You have successfully connected the BoondManager app and can now build scenarios.

Actions

You can search, retrieve, create, and delete actions using the following modules.

Searches for actions or lists them.

Connection

Establish a connection to your BoondManager account.

Limit

Set the maximum number of actions Make will return during one execution cycle.

See the BoondManager Actions API reference to enter the field values to search for actions that match the specified value.

Returns information about the selected action.

Connection

Establish a connection to your BoondManager account.

Action ID

Select or map the Action ID whose details you want to retrieve.

Deletes the selected action.

Connection

Establish a connection to your BoondManager account.

Action ID

Select or map the Action ID you want to delete.

Candidates

You can search, retrieve, create, and delete candidates using the following modules.

Searches for candidates or lists them.

Connection

Establish a connection to your BoondManager account.

Limit

Set the maximum number of candidates Make will return during one execution cycle.

See the BoondManager API reference to enter the field values to search for the candidates that match the specified value.

Creates a new candidate.

Connection

Establish a connection to your BoondManager account.

Candidate ID

Select or map the Candidate ID whose details you want to retrieve.

Updates the selected candidate.

Connection

Establish a connection to your BoondManager account.

Candidate ID

Select or map the Candidate ID whose details you want to update.

For field descriptions, see the BoondManager Candidate API reference.

Contacts

You can search, retrieve, create, update and delete contacts using the following modules.

Searches for contacts or lists them.

Connection

Establish a connection to your BoondManager account.

Limit

Set the maximum number of contacts Make will return during one execution cycle.

See the BoondManager API reference to enter the field values to search for contacts that match the specified value.

Returns information about the selected contact.

Connection

Establish a connection to your BoondManager account.

Contact ID

Select or map the Contact ID whose details you want to retrieve.

Updates the selected contact.

Connection

Establish a connection to your BoondManager account.

Contact ID

Select or map the Contact ID whose details you want to update.

For field descriptions, see the BoondManager Candidate API reference.

Deletes the selected contact.

Connection

Establish a connection to your BoondManager account.

Contact ID

Select or map the Contact ID you want to delete.

Companies

You can search, retrieve, create, update and delete companies using the following modules.

Searches for companies or lists them.

Connection

Establish a connection to your BoondManager account.

Limit

Set the maximum number of companies Make will return during one execution cycle.

See the BoondManager API reference to enter the field values to search the companies that match the specified value.

Returns information about the selected company.

Connection

Establish a connection to your BoondManager account.

Company ID

Select or map the Company ID whose details you want to retrieve.

Updates the selected company.

Connection

Establish a connection to your BoondManager account.

Company ID

Select or map the Company ID whose details you want to update.

For field descriptions, see the BoondManager Candidate API reference.

Deletes the selected company.

Connection

Establish a connection to your BoondManager account.

Company ID

Select or map the Company ID you want to delete.

Opportunities

You can search, retrieve, create, update and delete opportunities using the following modules.

Searches for opportunities or lists them.

Connection

Establish a connection to your BoondManager account.

Limit

Set the maximum number of opportunities Make will return during one execution cycle.

See the BoondManager API reference to enter the field values to search for opportunities that match the specified value.

Returns information about the selected opportunity.

Connection

Establish a connection to your BoondManager account.

Opportunity ID

Select or map the Opportunity ID whose details you want to retrieve.

Updates the selected opportunity.

Connection

Establish a connection to your BoondManager account.

Opportunity ID

Select or map the Opportunity ID whose details you want to update.

For field descriptions, see the BoondManager Candidate API reference.

Deletes the selected opportunity.

Connection

Establish a connection to your BoondManager account.

Opportunity ID

Select or map the Opportunity ID you want to delete.

Resources

You can search, retrieve, create, update and delete resources using the following modules.

Searches for resources or lists them.

Connection

Establish a connection to your BoondManager account.

Limit

Set the maximum number of resources Make will return during one execution cycle.

See the BoondManager API reference to enter the field values to search for resources that match the specified value.

Returns information about the selected resource.

Connection

Establish a connection to your BoondManager account.

Resource ID

Select or map the Resource ID whose details you want to retrieve.

Updates the selected resource.

Connection

Establish a connection to your BoondManager account.

Resource ID

Select or map the Resource ID whose details you want to update.

For field descriptions, see the BoondManager Candidate API reference.

Deletes the selected resource.

Connection

Establish a connection to your BoondManager account.

Resource ID

Select or map the Resource ID you want to delete.

Other

You can call APIs using the following module.

Note

For the list of available endpoints, refer to the BoondManager API documentation.

Performs an arbitrary authorized API call.

Connection

Establish a connection to your BoondManager account.

URL

Enter a path relative to https://ui.boondmanager.com/api. For example, /application/dictionary.

Method

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 - Search Dictionaries

The following API call returns all dictionaries from your account.

URL: /application/dictionary

Method: GET

boondmanager2.png

Matches of the search can be found in the module's Output under Bundle > Body > data

In our example, one dictionary details returned:

boondmanager3.png