As we're trying to automate changelog editing, we need to make sure it's following a common format. Most connectors are OK except the ones here. Issus include: Missing a line before the changelog table (as required per markdown) missing a header separator (as required by makdown) having weird characters in the header separator Wrong headers missing column
1.6 KiB
1.6 KiB
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
Changelog
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.1.0 | 2022-10-29 | #18635 | 🎉 New Source: Rocket.chat API [low-code CDK] |