Data Sources
This section describes many of the pre-configured data sources that can be connected to Worklytics via Psoxy.
The table below enumerates the available connectors, provided via the worklytics-connector-specs
Terraform module (see infra/modules/worklytics-connector-specs).
To add a source, add its Connector ID to the enabled_connectors
list in your terraform.tfvars
file.
Connector ID | Data Source | Type | Availability |
---|---|---|---|
| Asana | API | GA |
| Azure Active Directory | API | DEPRECATED |
| Badge | Bulk | GA |
| Dropbox Business | API | DEPRECATED |
| Google Calendar | API | GA |
| Google Drive | API | GA |
| Google Directory | API | GA |
| GitHub | API | GA |
| GitHub Enterprise Server | API | GA |
| GitHub Non-Enterprise | API | GA |
| Gmail | API | GA |
| Google Chat | API | GA |
| Google Meet | API | GA |
| HR Information System (eg, Workday) | Bulk | GA |
| Jira Cloud | API | GA |
| Jira Server | API | GA |
| Outlook Calendar | API | GA |
| Outlook Mail | API | GA |
| Microsoft Teams | API | BETA |
| Microsoft Entra ID | API | GA |
| Qualtrics (survey) | API | GA |
| Salesforce | API | GA |
| Slack Discovery API | API | GA |
| Survey | Bulk | GA |
| Zoom | API | GA |
From v0.4.58, you can confirm the availability of a connector by running the following command from the root of on of our examples:
If your using v0.4.58+ of our terraform modules, but don't have the above script in your example, try
Last updated