Active with remarks |
---|
This application needs additional settings. Please follow the documentation below to create your own connectionUnique, active service acces point to a network. There are different types of connections (API key, Oauth…).. |
With the GatherContent modulesa module is an application or tool designed to handle specific business functions, such as CRM, project management, or inventory. The system's modular architecture allows you to activate only the modules you need, enabling customization and scalability as your business requirements evolve., you can do the following in your GatherContent account.
-
Watch, list, retrieve and create the projects.
-
Watch, list, retrieve, create, rename, and move the itemsItems are rows in records (order/request/invoice/purchase...).
-
Watch new statusesIn Boost.space, statuses are indicators assigned to records within modules to represent their current state or progress. They can be system-defined, such as "Active" or "Done," or custom-created to fit specific workflows. Statuses help track and manage tasks, projects, and processes efficiently., accounts, and templates.
To get started with the GatherContent, create an account at gathercontent.com
Note | |
---|---|
The modulea module is an application or tool designed to handle specific business functions, such as CRM, project management, or inventory. The system's modular architecture allows you to activate only the modules you need, enabling customization and scalability as your business requirements evolve. dialog fields that are displayed in bold (in the Boost.spaceA platform that centralizes and synchronizes company data from internal and external sources, offering a suite of modules and addons for project management, CRM, data visualization, and more. Has many features to optimize your workflow! IntegratorPart of the Boost.space system, where you can create your connections and automate your processes. scenarioA specific connection between applications in which data can be transferred. Two types of scenarios: active/inactive., not in this documentation article) are mandatory! |
To connect the GatherContent app with the Boost.space Integrator:
-
Log in to your GatherContent account.
-
Click Profile Name > Personal Settings > API.
-
Click Generate new API key.
-
In the Description field, enter the details of the API key and in the Password field, enter your GatherContent account password. Click Generate.
-
Copy the API Key to a safe place.
-
Log in to your Boost.space Integrator account and add a module from the GatherContent into a Boost.space Integrator scenario.
-
Click Add next to the Connection field.
-
In the Connection name field, enter a name for the connection.
-
In the E-mail field, enter your GatherContent account email address.
-
In the API Key field, enter the API Key copied in step 5, and click Save.
You have successfully connected the GatherContent app with Boost.space Integrator and can now build scenariosA specific connection between applications in which data can be transferred. Two types of scenarios: active/inactive..
You can watch, list, retrieve, and create the projects using the following modules.
Watches for projects.
Connection |
|
Account ID |
Select or map the Account ID whose new projects you want to watch. |
Limit |
Set the maximum number of projects Boost.space Integrator should return during one execution cycleA cycle is the operation and commit/rollback phases of scenario execution. A scenario may have one or more cycles (one is the default).. The default value is 2. |
List projects.
Returns a specified project.
You can watch, create, list, retrieve, rename, and move an itemItems are rows in records (order/request/invoice/purchase...) using the following modules.
Watches for items.
List items or search for them by specified parameters.
Connection |
|
Account ID |
Select or map an Account ID whose project items you want to list. |
Project ID |
Select or map a Project ID whose items you want to list. |
StatusIn Boost.space, statuses are indicators assigned to records within modules to represent their current state or progress. They can be system-defined, such as "Active" or "Done," or custom-created to fit specific workflows. Statuses help track and manage tasks, projects, and processes efficiently. IDs |
Select or map the Status IDs of the items you want to list. |
Template IDs |
Select or map the Template IDs to list the items that match the specified template. |
Folder UUID |
Select or map the Folder UUID to list the items that match the specified folder. |
Item IDs |
Select or map the Item IDs you want to list. |
Include |
Select or map the option you want to include in the list. |
With Due Dates |
Select whether to include items with due dates in the response. |
With Conversation Count |
Select whether to return the number of conversations on each item in the response. |
Is Overdue |
Select whether to return only the overdue items. |
Is Archived |
Select whether to return only the archived items. |
Assigned to |
Enter (map) the UserCan use the system on a limited basis based on the rights assigned by the admin. ID to filter the items with the assigned User ID. You can add multiple usersCan use the system on a limited basis based on the rights assigned by the admin.. |
Name Contains |
Enter (map) the keywords, or characters to filter the items matching the specified words or characters. |
Sort by |
Select or map the option to sort the items. For example, name. |
Sort Direction |
Select the order to sort the items:
|
Limit |
Set the maximum number of items Boost.space Integrator should return during one execution cycle. The default value is 10. |
Returns a specified item.
Connection |
|
Account ID |
Select or map the Account ID whose project item details you want to retrieve. |
Project ID |
Select or map the Project ID whose item details you want to retrieve. |
Item ID |
Select or map the Item ID whose details you want to retrieve. |
Include Structure? |
Select whether to include the item structure in the details. |
Creates a new item.
Connection |
|
Account ID |
Select or map the Account ID whose project item you want to create. |
Project ID |
Select or map the Project ID for which you want to create the item. For example, website. |
Template ID |
Select or map the Template ID to apply to the item. |
Status ID |
Select or map the Status ID of the item. For example, Draft. |
Folder UUID |
Select or map the Folder UUID for the item. If no folder is provided, the item will be created in the project’s root folder. |
Name |
Enter (map) the item name. |
Position |
Enter (map) a position for the item against the list of existing items. The default position is at the end of the existing items within its folder. |
Updates the name of the specified item.
Applies a specific status to an existing item.
Moves an existing item.
Connection |
|
Account ID |
Select or map the Account ID whose project item you want to move. |
Project ID |
Select or map a Project ID whose item you want to move. |
Item ID |
Select or map the Item ID whose position you want to change. |
Folder UUID |
Select or map a Folder UUID to which you want to move the item. |
Position |
Enter (map) the new desired position in the folder, zero-indexed. |
You can watch new statuses, new accounts, and new templates using the following modules.
Watches for statuses.
Watches for accounts.
Watches for templates.
Connection |
|
Account ID |
Select or map the Account ID whose project templates you want to watch. |
Project ID |
Select or map the Project ID whose new templates you want to watch. |
Limit |
Set the maximum number of templates Boost.space Integrator should return during one execution cycle. The default value is 2. |
You can call APIs using the following module.
Performs an arbitrary authorized API call.
Connection |
||||
URL |
Enter a path relative to
|
|||
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. |
The following API call returns the logged in user details in your GatherContent account:
URL:
/request
Method:
GET
Matches of the search can be found in the module’s Output under Bundle > Body > data.
In our example, the logged in user details were returned:
Note | |
---|---|
For some modules, you may have to change the API version in the Header section. |