With Gitter 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. in 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., you can
To get started with Gitter, create an account at gitter.im.
To connect Gitter app:
-
In your Boost.space Integrator account, insert a Gitter 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. in your scenarioA specific connection between applications in which data can be transferred. Two types of scenarios: active/inactive. and click the Add button next to the ConnectionUnique, active service acces point to a network. There are different types of connections (API key, Oauth…). field.
-
In the Connection name field, enter a name for the connection, and click Save.
-
Confirm the access by clicking Allow.
You have successfully connected the Gitter app and can now build scenariosA specific connection between applications in which data can be transferred. Two types of scenarios: active/inactive..
You can watch, send, update, retrieve and list messages using the following modules.
TriggersThe initial event that starts a scenario. It can be an action, a scheduled time, or a custom event, and is essential to define at the beginning of each scenario. when a new message is sent in a room.
Connection |
|
Room ID |
Select the Room ID you want to watch. |
Limit |
Set the maximum number of rooms Boost.space Integrator will 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).. |
Sends a message to a room.
Connection |
|
Room ID |
Select the Room ID to which you want to send a message. |
Text |
Enter the message in plaintext or markdown format |
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. |
Select whether to indicate that the message is a status update. |
Updates the selected message.
Connection |
|
Room ID |
Select the Room ID whose message you want to update. |
Message ID |
Select or map the Message ID whose details you want to update. |
Text |
Enter the required body of the message in plaintext or markdown. |
Retrieves a single message.
Connection |
|
Room ID |
Select the Room ID whose messages you want to retrieve. |
Message ID |
Select or map the Message ID whose details you want to retrieve. |
Lists all messages in a room.
Connection |
|
Room ID |
Select the Room ID whose messages you want to list. |
Search |
Enter the search query to list the messages that match the specified query. |
Limit |
Set the maximum number of messages Boost.space Integrator will return during one execution cycle. |
You can update, list rooms, list room’s users, and delete rooms using the following modules.
Updates the selected room.
Connection |
|
Room ID |
Select the Room ID whose details you want to send a message. |
Topic |
Enter the updated room topic. |
No Index |
Select whether the room is indexed by search engines. |
Tags |
Enter the tags applicable to the room. |
Lists all rooms.
Connection |
|
Limit |
Set the maximum number of rooms Boost.space Integrator will return during one execution cycle. |
See Gitter API reference for entering the field values to search for the products that match the specified value.
Lists all users in the room.
Connection |
|
Room ID |
Select the Room ID whose users you want to list. |
Limit |
Set the maximum number of room users Boost.space Integrator will return during one execution cycle. |
Deletes the selected room.
Connection |
|
Room ID |
Select or map the Room ID you want to delete. |
You can retrieve unread items using the following modules.
Retrieves unread items and mentions from a room.
Connection |
|
Room ID |
Select the Room ID whose unread items you want to retrieve. |
You can call APIs using the following module.
Note | |
---|---|
For the list of available endpoints, refer to the Gitter API documentation. |
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. |