Back to Home
INTEGRATIONS

Integrations

Connect Covalynce with your entire tech stack

active

GitHub

Source Control

Automatically detect PRs, commits, and releases. Generate content from your code changes.

Events:
pr.merged, pr.opened, release.published, push
covalynce integrations connect github
active

Jira

Project Management

Sync sprint completions, ticket resolutions, and project milestones to your content channels.

Events:
sprint.closed, ticket.resolved, epic.completed
covalynce integrations connect jira
active

Linear

Project Management

Track issue completions and feature launches. Auto-generate release notes from Linear cycles.

Events:
cycle.closed, issue.completed, project.completed
covalynce integrations connect linear
active

Twitter

Social Media

Auto-post generated content to Twitter. Schedule tweets and manage your tech presence.

Events:
post.created, post.scheduled
covalynce channels add twitter
active

LinkedIn

Social Media

Share technical updates and company milestones on LinkedIn. Professional content generation.

Events:
post.created, article.published
covalynce channels add linkedin
active

Notion

Documentation

Sync product roadmaps and documentation. Update Notion pages with sprint summaries.

Events:
page.created, page.updated
covalynce integrations connect notion
active

Slack

Communication

Get notified when content is generated. Review and approve drafts directly in Slack.

Events:
notification.sent, approval.requested
covalynce channels add slack
active

Webhooks

Custom

Build custom integrations with our webhook API. Connect any tool in your stack.

Events:
*
covalynce webhooks create <url>

Getting Started

All integrations are configured through the Covalynce dashboard or CLI. Most integrations use OAuth for secure authentication.

Setup via CLI

# Connect an integration
covalynce integrations connect github
# Follow the OAuth flow in your browser
# Verify connection
covalynce integrations list

Setup via Dashboard

Navigate to Settings → Integrations in your dashboard. Click "Connect" next to any integration and follow the OAuth flow.

Webhook Configuration

Most integrations automatically configure webhooks when you connect them. For GitHub, webhooks are installed automatically when you link a repository. For Jira and Linear, webhooks are configured during the OAuth flow.

# Manual webhook setup (if needed)
covalynce webhooks install --integration github

Integration Events

Source Control Events

pr.merged - PR merged to main/master
pr.opened - New PR created
release.published - New release published

Project Management Events

sprint.closed - Sprint completed (Jira)
cycle.closed - Cycle completed (Linear)
ticket.resolved - Ticket marked as done

Content Channel Events

post.created - Content posted to channel
post.scheduled - Content scheduled for later
approval.requested - Content pending approval

Custom Integrations

Need to connect a tool that's not in our list? Use our webhook API to build custom integrations.

# Create a webhook endpoint
covalynce webhooks create https://your-app.com/webhook
# Configure events
covalynce webhooks subscribe <webhook-id> generation.completed

For enterprise integrations or custom requirements, contact our support team at integrations@covalynce.com