Integrations
Connect Velocity to GitHub, Slack, X, and more.
Overview
Velocity integrates with popular development and communication tools. All integrations are managed from Settings → Integrations. Each integration uses OAuth for secure authentication — no API keys need to be shared manually.
Available Integrations
GitHub
Link pull requests and commits to issues. Auto-update issue status when PRs merge.
Slack
Get notifications in channels. Use slash commands to create and search issues.
X (Twitter)
Post updates, monitor mentions, and create issues from tweets.
Webhooks
Send events to any URL. Build custom integrations with signed payloads.
Connecting an Integration
Browse the marketplace
Go to Settings → Integrations and find the tool you want to connect.
Click Connect
Click the Connect button to start the OAuth flow. You will be redirected to the provider to authorize access.
Configure
After authorization, configure provider-specific settings on the integration detail page.
Webhooks
Outgoing webhooks send HTTP POST requests to your URL when events occur in Velocity (issue created, status changed, comment added, etc.). Each delivery is signed with HMAC-SHA256 so you can verify authenticity.
Configure webhooks from Settings → Webhooks. You can view delivery history, see request/response details, and re-trigger failed deliveries. Webhooks that fail 10 consecutive times are automatically disabled.
Coming Soon
We are working on integrations for Sentry, Figma, Zendesk, Intercom, and Discord. Check the marketplace for updates.