Integrations
Connect Velocity to GitHub, Slack, Vercel, Sentry, and more.
Overview
Velocity integrates with popular development, deployment, and communication tools. All integrations are managed from Settings → Integrations. OAuth-based integrations use secure authorization flows — no API keys need to be shared manually.
Available Integrations
GitHub
Link pull requests and commits to issues. Auto-create issues, bidirectional status sync, auto-close on merge.
Slack
Get notifications in channels. Use slash commands to create and search issues. URL unfurling for issue links.
Vercel
Link deployments to issues with preview URLs. Guided setup wizard with automatic connection testing.
Sentry
Auto-create issues from error events. Handles created, resolved, assigned, archived, and unresolved events with priority mapping.
X (Twitter)
Post updates, monitor mentions, and create issues from tweets.
Webhooks
Send events to any URL. Build custom integrations with HMAC-SHA256 signed payloads.
Connecting an Integration
Browse the marketplace
Go to Settings → Integrations and find the tool you want to connect.
Click Connect
For OAuth providers (GitHub, Slack, Vercel), you will be redirected to authorize access. For guided providers (Sentry), a setup wizard walks you through configuration.
Configure
After authorization, configure provider-specific settings on the integration detail page.
Issue Linking
All integrations that process webhooks use Velocity issue identifiers (e.g., ENG-42) to link external events to issues. Identifiers are extracted from branch names, commit messages, PR titles, and error descriptions using the pattern TEAM-123.
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 Figma, Zendesk, Intercom, Discord, PagerDuty, Datadog, Jira Import, Linear Import, and more. Check the marketplace for updates.