Active
This application does not need additional settings. So you can make connection only by using your login credentials or by following the instructions below .

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 Boost.space Integrator

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

  1. Log in to your BoondManager account.

  2. In your Boost.space Integrator 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.

Search Actions

Searches for actions or lists them.

Connection

Establish a connection to your BoondManager account.

Limit

Set the maximum number of actions Boost.space Integrator 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.

Get an Action

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.

Create an Action

Creates a new action.

For field descriptions, see the BoondManager Action API reference.

Delete an Action

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.

Search Candidates

Searches for candidates or lists them.

Connection

Establish a connection to your BoondManager account.

Limit

Set the maximum number of candidates Boost.space Integrator 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.

Get a Candidate

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.

Create a Candidate

Creates a new candidate.

For field descriptions, see the BoondManager Candidate API reference.

Update a Candidate

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.

Search Contacts

Searches for contacts or lists them.

Connection

Establish a connection to your BoondManager account.

Limit

Set the maximum number of contacts Boost.space Integrator 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.

Get a Contact

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.

Create a Contact

Creates a new contact.

For field descriptions, see the BoondManager Candidate API reference.

Update a Contact

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.

Delete a Contact

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.

Search Companies

Searches for companies or lists them.

Connection

Establish a connection to your BoondManager account.

Limit

Set the maximum number of companies Boost.space Integrator 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.

Get a Company

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.

Create a Company

Creates a new company.

For field descriptions, see the BoondManager Candidate API reference.

Update a Company

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.

Delete a Company

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.

Search Opportunities

Searches for opportunities or lists them.

Connection

Establish a connection to your BoondManager account.

Limit

Set the maximum number of opportunities Boost.space Integrator 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.

Get an Opportunity

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.

Create an Opportunity

Creates a new opportunity.

For field descriptions, see the BoondManager Candidate API reference.

Update an Opportunity

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.

Delete an Opportunity

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.

Search Resources

Searches for resources or lists them.

Connection

Establish a connection to your BoondManager account.

Limit

Set the maximum number of resources Boost.space Integrator 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.

Get a Resource

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.

Create a Resource

Creates a new resource.

For field descriptions, see the BoondManager Candidate API reference.

Update a Resource

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.

Delete a Resource

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] Note

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

Make an API Call

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