Skip to main content
A Provider Plugin teaches Parable how to retrieve or receive data from a Provider and turn it into governed tables in the Provider Pool. It owns the repeatable integration contract; each Workspace supplies its own credentials, configuration, and enabled data streams.

The parts of a Provider integration

Keep these layers separate when writing or debugging a plugin. Changing a definition changes the integration contract for every connection that uses it. Changing a connection changes only one Workspace.

Browse Provider Plugins

Each page in this section documents one installed Provider Plugin: what it connects, the data streams it provides, setup, permissions, and troubleshooting. The same page is rendered in Mintlify and loaded into the Provider connection wizard. Its ## sections become the app’s Overview, Setup guide, Permissions, and Troubleshooting tabs, so the documentation has one authored source. The Permissions tab keeps its two disclosure levels in the app: expand a data stream row to read what it enables and its scope, then expand a field row for that field’s developer identifier and interpretation.

What every Provider Plugin must preserve

Regardless of transport, a plugin must establish:
  • a stable Provider and plugin identity;
  • an authentication or sender-verification boundary;
  • named data streams with explicit record schemas;
  • deterministic row identity and update ordering;
  • bounded retry, concurrency, and rate-limit behavior; and
  • a predictable projection into the Provider Pool.
Workspace members configure connections and choose which supported streams to enable. They do not rewrite a plugin’s requests, pagination, traversal graph, or schema contract. Internal authors can implement another Plugin from the Custom Provider Plugins reference.

Definition revisions and release

Creating a Provider Plugin gives it a stable connector identity in draft and starts research. Research output and admin edits are candidate definition versions; they do not change the active Plugin. An internal author reviews the candidate diff, validation evidence, access requirements, and release scope before activation. Activation changes the definition used by new syncs. Syncs already in flight keep their frozen definition. Catalog visibility, customer credential intake, sync access, and deprecation are separate release controls and do not change automatically when a definition activates or reaches another maturity level. Internal authors use Validate and release for the evidence and release path. The underlying version and lifecycle decisions are EDR-0082 and EDR-0089.

ActivTrak

Sync employee activity and productivity data from ActivTrak

Anaplan API

Anaplan is a cloud-based enterprise planning platform that provides REST APIs for bulk data import/export, transactional data operations, model lifecycle management, audit logging, user identity management (SCIM), and financial consolidation across workspaces and models.

Atlassian (Legacy)

Legacy Atlassian connection retained for compatibility; use the dedicated Jira or Confluence Provider Plugins for new connections.

BambooHR

Sync employee data from BambooHR

Claude Admin

Sync organizational data and usage analytics from the Anthropic Claude Admin API

Claude Compliance

Sync audit events, organization directory, and optional claude.ai content metadata from the Anthropic Compliance API

Confluence Cloud

Sync spaces, pages, users, and audit logs from Confluence Cloud

Contentful

Sync content entries and assets from Contentful

Databricks

Databricks is a unified data lakehouse platform that provides data engineering, data science, machine learning, and analytics capabilities. It exposes a SQL Statement Execution REST API for querying data via SQL over HTTP, Unity Catalog APIs for metadata discovery, and workspace management APIs for compute, jobs, pipelines, identity, and audit operations.

Figma REST API

Figma is a collaborative design platform for building user interfaces, prototyping, and design systems. The Figma REST API provides access to files, projects, components, styles, comments, version history, webhooks, and team/organization management. Base URL: https://api.figma.com with v1 and v2 versioned endpoints.

GitHub

Sync repositories, issues, pull requests, and commits from GitHub

GitLab

Sync projects, issues, merge requests, and commits from GitLab

Gong API

Gong is a revenue intelligence platform that captures and analyzes customer interactions (calls, meetings, emails) to provide insights for sales teams. It offers conversation analytics, deal intelligence, coaching scorecards, and CRM integration capabilities. The Gong API (v2) provides programmatic access to calls, transcripts, users, activity statistics, scorecards, trackers, workspaces, CRM entities, and audit logs.

Google Workspace

Sync data from Google Workspace (Calendar, Drive, etc.)

HiBob

Sync employee data from HiBob HR platform

Jira Cloud

Sync issues, projects, and users from Jira Cloud

Jira Data Center

Sync issues, projects, and users from Jira Data Center (self-hosted). Issue changelogs are embedded via expand=changelog on the issues tap.

Lattice

Sync employee and performance data from Lattice

Linear

Linear is a project management and issue tracking tool for software teams, offering a GraphQL API for accessing issues, teams, projects, cycles, users, roadmaps, initiatives, and customers.

Microsoft 365

Sync data from Microsoft 365 (Teams, SharePoint, etc.)

Microsoft Entra ID

Sync users and groups from Microsoft Entra ID (Azure AD)

Miro REST API

Miro is a collaborative online whiteboard platform that enables teams to work together on visual projects including brainstorming, planning, design, and agile workflows. The REST API v2 provides access to boards, board items (sticky notes, shapes, cards, text, images, etc.), connectors, tags, board members, groups, and enterprise features like organization members, teams, and audit logs.

Mixpanel

Sync product analytics data from Mixpanel: raw events, user and group profiles, cohorts, funnels, and annotations.

monday.com

Sync boards, items, users, teams, workspaces, updates, tags, docs, and activity logs from monday.com

Notion

Sync pages, databases, and users from Notion

Okta

Sync users, groups, and applications from Okta

Oracle Database

Sync data from Oracle Database instances

Oracle Fusion Cloud

Sync audit history data from Oracle Fusion Cloud applications

Salesforce

Extract CRM data, login history, events, and audit logs from Salesforce via SOQL

ServiceNow

ServiceNow is an enterprise IT service management (ITSM) and business workflow platform. It provides a unified system of record for IT services, operations, HR, security, and more. Data is accessed primarily through the Table API, a REST interface that provides access to every table in the platform using offset-based pagination and incremental sync via sys_updated_on timestamps.

Slack

Sync channels, users, and messages from Slack

Tableau

Sync workbooks, views, users, and jobs from Tableau Server or Tableau Cloud

TestRail

Sync test cases, runs, and results from TestRail

Workday

Extract employee, organization, payroll, absence, and time tracking data from Workday REST APIs (Staffing, Payroll, Absence Management, Time Tracking)

Workday HRIS RaaS

Extract employee and organization data from Workday Report-as-a-Service (RaaS) custom reports using a pre-encoded integration token

Zephyr Cloud REST API

Zephyr Cloud is SmartBear's test management solution for Jira Cloud. The v2 REST API provides access to test cases, test cycles, test executions, folders, environments, statuses, and priorities.

Zoom

Sync users, meeting reports, meeting participants, and Zoom Phone call history