Skip to content

Integrations

Rack Gateway integrates with external services for notifications, CI/CD automation, and enhanced security workflows.

Deploy Approvals

Require admin approval before CI/CD deployments.

Learn more →

Slack

Send security and deployment notifications to Slack channels.

Learn more →

Email

Receive security alerts via email using Postmark.

Learn more →

Enforce admin review before deployments:

  1. Configure CI/CD token

    Create an API token with the cicd role

  2. Set up CI workflow

    Add approval request step to your CircleCI config

  3. Enable auto-approval

    Configure app settings (approval job name, auto-approve)

Complete setup guide →

Get real-time notifications in Slack:

  1. Create Slack app

    Use the provided manifest to create your Slack app

  2. Configure credentials

    Set SLACK_CLIENT_ID and SLACK_CLIENT_SECRET

  3. Connect via UI

    Navigate to Integrations and authorize Slack

  4. Configure channels

    Route different event types to appropriate channels

Complete setup guide →

Receive security alerts via email:

  1. Create Postmark account

    Sign up at postmarkapp.com

  2. Configure gateway

    Set POSTMARK_API_KEY and POSTMARK_FROM_EMAIL

  3. Automatic notifications

    Security events are sent automatically

Complete setup guide →

Integrations can respond to these event categories:

CategoryExamplesNotifications
AuthenticationLogin, logout, failed authSlack, Email
MFAEnrollment, verification failuresSlack, Email
User ManagementUser created, roles changed, lockedSlack, Email
API TokensToken created, updated, deletedSlack
Deploy ApprovalsRequest, approve, rejectSlack, CircleCI, GitHub
SecurityRate limits, suspicious activitySlack, Email
VariableIntegrationDescription
SLACK_CLIENT_IDSlackOAuth client ID
SLACK_CLIENT_SECRETSlackOAuth client secret
POSTMARK_API_KEYEmailPostmark API token
POSTMARK_FROM_EMAILEmailSender email address
CIRCLECI_TOKENCircleCIAPI token for job approval
GITHUB_TOKENGitHubAPI token for PR comments

See Configuration Reference for complete details.