Rocket.chat API
Sync overview
This source can sync data from the Rocket.chat API. At present this connector only supports full refresh syncs meaning that each time you use the connector it will sync all available records from scratch. Please use cautiously if you expect your API to have a lot of records.
This Source Supports the Following Streams
- teams
- rooms
- channels
- roles
- subscriptions
- users
Features
| Feature | Supported?(Yes/No) | Notes | | :--* | :--* | :--* | | Full Refresh Sync | Yes | | | Incremental Sync | No | |
Performance considerations
Rocket.chat APIs are under rate limits for the number of API calls allowed per API keys per second. If you reach a rate limit, API will return a 429 HTTP error code. See here
Getting started
Requirements
You need to setup a personal access token within the Rocket.chat workspace, see here for step-by-step.
- token
- user_id
- endpoint
Reference
Config fields reference
Field
Type
Property name
string
endpoint
string
token
string
user_id
Changelog
Version | Date | Pull Request | Subject |
---|---|---|---|
0.1.0 | 2022-10-29 | #18635 | 🎉 New Source: Rocket.chat API [low-code CDK] |