1
0
mirror of synced 2025-12-26 14:02:10 -05:00
Files
airbyte/docs/integrations/sources/genesys.md
Shishir Rajmohan Verma c199724406 🐛 Source Genesys: Use region specific API server (#25598)
* use api url corresponding to region specified in the config

* update unit tests

* bump up version

* refactor
2023-08-01 10:35:30 -05:00

1.5 KiB

Genesys

Overview

The Genesys source retrieves data from Genesys using their JSON REST APIs.

Setup Guide

Requirements

We are using OAuth2 as this is the only supported authentication method. So you will need to follow the steps below to generate the Client ID and Client Secret.

  • Genesys region
  • Client ID
  • Client Secret

You can follow the documentation on API credentials or you can login directly to the OAuth admin page

Supported Streams

Changelog

Version Date Pull Request Subject
0.1.1 2023-04-27 25598 Use region specific API server
0.1.0 2022-10-06 17559 The Genesys Source is created