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…). More. |
With the Zulip modulesThe module is an application or tool within the Boost.space system. The entire system is built on this concept of modularity. (module - Contacts) More, you can do the following in your Zulip account.
To get started with the Zulip, create an account at zulip.com
Note | |
---|---|
Build SeaTable ScenariosA specific connection between applications in which data can be transferred. Two types of scenarios: active/inactive. More |
Connect Zulip with Boost.spaceCentralization and synchronization platform, where you can organize and manage your data. More IntegratorPart of the Boost.space system, where you can create your connections and automate your processes. More
To connect the Zulip app with the Boost.space Integrator:
-
Log in to your Zulip account.
-
Click Settings > Personal Settings.
-
Click Bots > Add a New Bot. Enter the required details and click Create bot.
-
Copy the Bot Email and API Key and store them in a safe place.
-
Log in to your Boost.space Integrator and add a moduleThe module is an application or tool within the Boost.space system. The entire system is built on this concept of modularity. (module - Contacts) More from the Zulip into a Boost.space Integrator scenarioA specific connection between applications in which data can be transferred. Two types of scenarios: active/inactive. More.
-
Click Add next to the Connection field.
-
In the Connection name field, enter a name for the connection.
-
In the Email, API Key, and Zulip Domain fields, enter the details copied in step 4 and click Save.
You have successfully connected the Zulip app with Boost.space Integrator and can now build scenarios.
You can send messages, and upload files using the following modules.
Copy the Access tokenThe API token is a multi-digit code that allows a user to authenticate with cloud applications. More value shown. You will use this key in the API Key field in Boost.space Integrator.
Connection |
|
Type |
Select the message type:
|
Send to |
Select or map either the name or Integer ID of the stream to which you want to send the message. |
Topic |
Select or map the topic for which you want to send the message. |
Content |
Enter (map) the content of the message. The maximum message size is 10000 bytes. |
Note: In the Server field, The public SAAS Server is https://cloud.seatable.io. Only If use your own on-premise SeaTable you have to add something else.
You want to
If prompted, authenticate your account and confirm access.
You have successfully established the connection. You can now edit your scenario and add more SeaTable modules. If your connection requires reauthorization at any point, follow the connection renewal steps here.
Deactivates a user given their user ID. The endpoint is only available to organization administrators.
Reactivates a user given their user ID. This endpoint is only available to organization administrators.
Connection |
|
User ID |
Select or map a User ID you want to reactivate. |
Fetches details for a single user in the organization.
Fetches details for a single user in the organization given a Zulip display email address.
Retrieves details on all usersCan use the system on a limited basis based on the rights assigned by the admin. More in the organization.
Connection |
|
Client Gravatar |
Select whether the client supports computing Gravatars URLs. The default value is true. |
Include Custom Profile Fields |
Select whether the client wants custom profile field data to be included in the response. The default value is false. |
Limit |
Set the maximum number of conversations 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).. The default value is 10. |
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. |