1
0
mirror of synced 2025-12-21 02:51:29 -05:00
Files
airbyte/docs/integrations/sources/7shifts.md
octavia-bot-hoard[bot] 3c93ec1e55 🐙 source-7shifts: run up-to-date pipeline [2025-11-25] (#69914)
Co-authored-by: octavia-bot-hoard[bot] <230633153+octavia-bot-hoard[bot]@users.noreply.github.com>
2025-11-24 20:13:14 -08:00

69 lines
4.8 KiB
Markdown

# 7shifts
7shifts is a scheduling, payroll, and employee retention app designed to improve performance for restaurants.
## Configuration
| Input | Type | Description | Default Value |
|-------|------|-------------|---------------|
| `access_token` | `string` | Access Token. Access token to use for authentication. Generate it in the 7shifts Developer Tools. | |
| `start_date` | `string` | Start date. | |
Generate an Access Token by navigating to "Company Settings", then "Developer Tools". Under the Access Token Section click "Create Access Token". See [here](https://developers.7shifts.com/reference/authentication#creating-access-tokens) for more details.
## Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|-------------|-------------|------------|---------------------|----------------------|
| companies | id | DefaultPaginator | ✅ | ✅ |
| locations | id | DefaultPaginator | ✅ | ✅ |
| departments | id | DefaultPaginator | ✅ | ✅ |
| roles | id | DefaultPaginator | ✅ | ✅ |
| users | id | DefaultPaginator | ✅ | ✅ |
| wages | | No pagination | ✅ | ❌ |
| assignments | | No pagination | ✅ | ❌ |
| location_assignments | | No pagination | ✅ | ❌ |
| department_assignments | | No pagination | ✅ | ❌ |
| role_assignments | | No pagination | ✅ | ❌ |
| time_punches | id | DefaultPaginator | ✅ | ✅ |
| shifts | id | DefaultPaginator | ✅ | ✅ |
## Changelog
<details>
<summary>Expand to review</summary>
| Version | Date | Pull Request | Subject |
|---------|------|--------------|---------|
| 0.0.31 | 2025-11-25 | [69914](https://github.com/airbytehq/airbyte/pull/69914) | Update dependencies |
| 0.0.30 | 2025-10-29 | [69066](https://github.com/airbytehq/airbyte/pull/69066) | Update dependencies |
| 0.0.29 | 2025-10-14 | [65634](https://github.com/airbytehq/airbyte/pull/65634) | Update dependencies |
| 0.0.28 | 2025-07-26 | [63784](https://github.com/airbytehq/airbyte/pull/63784) | Update dependencies |
| 0.0.27 | 2025-07-19 | [63455](https://github.com/airbytehq/airbyte/pull/63455) | Update dependencies |
| 0.0.26 | 2025-07-12 | [63092](https://github.com/airbytehq/airbyte/pull/63092) | Update dependencies |
| 0.0.25 | 2025-06-28 | [60637](https://github.com/airbytehq/airbyte/pull/60637) | Update dependencies |
| 0.0.24 | 2025-05-10 | [59906](https://github.com/airbytehq/airbyte/pull/59906) | Update dependencies |
| 0.0.23 | 2025-05-03 | [59328](https://github.com/airbytehq/airbyte/pull/59328) | Update dependencies |
| 0.0.22 | 2025-04-26 | [58688](https://github.com/airbytehq/airbyte/pull/58688) | Update dependencies |
| 0.0.21 | 2025-04-19 | [58241](https://github.com/airbytehq/airbyte/pull/58241) | Update dependencies |
| 0.0.20 | 2025-04-12 | [57622](https://github.com/airbytehq/airbyte/pull/57622) | Update dependencies |
| 0.0.19 | 2025-04-05 | [57120](https://github.com/airbytehq/airbyte/pull/57120) | Update dependencies |
| 0.0.18 | 2025-03-29 | [56602](https://github.com/airbytehq/airbyte/pull/56602) | Update dependencies |
| 0.0.17 | 2025-03-22 | [55404](https://github.com/airbytehq/airbyte/pull/55404) | Update dependencies |
| 0.0.16 | 2025-03-01 | [54850](https://github.com/airbytehq/airbyte/pull/54850) | Update dependencies |
| 0.0.15 | 2025-02-22 | [54239](https://github.com/airbytehq/airbyte/pull/54239) | Update dependencies |
| 0.0.14 | 2025-02-15 | [53889](https://github.com/airbytehq/airbyte/pull/53889) | Update dependencies |
| 0.0.13 | 2025-02-08 | [53419](https://github.com/airbytehq/airbyte/pull/53419) | Update dependencies |
| 0.0.12 | 2025-02-01 | [52926](https://github.com/airbytehq/airbyte/pull/52926) | Update dependencies |
| 0.0.11 | 2025-01-25 | [52175](https://github.com/airbytehq/airbyte/pull/52175) | Update dependencies |
| 0.0.10 | 2025-01-18 | [51725](https://github.com/airbytehq/airbyte/pull/51725) | Update dependencies |
| 0.0.9 | 2025-01-11 | [51241](https://github.com/airbytehq/airbyte/pull/51241) | Update dependencies |
| 0.0.8 | 2024-12-28 | [50494](https://github.com/airbytehq/airbyte/pull/50494) | Update dependencies |
| 0.0.7 | 2024-12-21 | [50183](https://github.com/airbytehq/airbyte/pull/50183) | Update dependencies |
| 0.0.6 | 2024-12-14 | [49575](https://github.com/airbytehq/airbyte/pull/49575) | Update dependencies |
| 0.0.5 | 2024-12-12 | [48964](https://github.com/airbytehq/airbyte/pull/48964) | Update dependencies |
| 0.0.4 | 2024-11-04 | [48174](https://github.com/airbytehq/airbyte/pull/48174) | Update dependencies |
| 0.0.3 | 2024-10-29 | [47829](https://github.com/airbytehq/airbyte/pull/47829) | Update dependencies |
| 0.0.2 | 2024-10-28 | [47575](https://github.com/airbytehq/airbyte/pull/47575) | Update dependencies |
| 0.0.1 | 2024-09-18 | | Initial release by [@topefolorunso](https://github.com/topefolorunso) via Connector Builder |
</details>