How connections work
Connections bridge the gap between Thygon’s ledger and external SaaS tools. The model consists of two key components:- Connection Providers: The templates that define the authentication mechanisms (e.g., OAuth2, API Keys), configuration requirements, and API capabilities of a specific external service.
- Connections: Your configured instances of a provider, containing the specific credentials and settings for your organization.
Credential security
Thygon manages credentials securely within the Connection Service. Credentials are encrypted at rest and never exposed to the public API or workflow scripts. Workflows refer to connections by their configured ID or handle, and the runtime service handles token injection and signature generation behind the scenes.Status of external integrations
The following table lists the supported connection providers and their current availability:| Provider | Type | Status | Capabilities |
|---|---|---|---|
| Slack | Collaboration | Available | Post messages, create channels, handle interactive button clicks. |
| GitHub | Code Hosting | Available | Listen to pull request events, query repositories, manage issues. |
| Linear | Project Management | Available | Query issues, update ticket statuses, track project milestones. |
| Jira | Project Management | Beta | Sync tasks, track epics, receive webhook updates. |
| Zendesk | Customer Support | Beta | Receive new support ticket events, retrieve ticket details. |
| ClickUp | Project Management | Planned | Sync workspace tasks and lists. |
| Stripe | Payment & Billing | Planned | Monitor invoice events and update billing entities. |