1
0
mirror of synced 2025-12-21 11:01:41 -05:00
Files
airbyte/docs/integrations/sources/rocket-chat.md

3.4 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

Expand to review
Version Date Pull Request Subject
0.2.2 2024-10-28 47639 Update dependencies
0.2.1 2024-08-16 44196 Bump source-declarative-manifest version
0.2.0 2024-08-14 44076 Refactor connector to manifest-only format
0.1.13 2024-08-12 43884 Update dependencies
0.1.12 2024-08-10 43649 Update dependencies
0.1.11 2024-08-03 43157 Update dependencies
0.1.10 2024-07-27 42641 Update dependencies
0.1.9 2024-07-20 42301 Update dependencies
0.1.8 2024-07-13 41879 Update dependencies
0.1.7 2024-07-10 41518 Update dependencies
0.1.6 2024-07-06 40952 Update dependencies
0.1.5 2024-06-25 40346 Update dependencies
0.1.4 2024-06-21 39919 Update dependencies
0.1.3 2024-06-06 39110 Make compatible with builder
0.1.2 2024-06-04 38992 [autopull] Upgrade base image to v1.2.1
0.1.1 2024-05-21 38517 [autopull] base image + poetry + up_to_date
0.1.0 2022-10-29 #18635 🎉 New Source: Rocket.chat API [low-code CDK]