Railway Integration

Trigger indexing automatically after Railway deployments.

Railway provides project-level webhooks that can be used to notify indexy.dev of successful deployments.

Prerequisite
Make sure you have created a project in indexy.dev and copied your Webhook URL.

Setup Steps

  1. Navigate to your Project in Railway.
  2. Open Project Settings (or the Settings tab for your specific service).
  3. Look for the Webhooks section.
  4. Create a new Webhook.
  5. In the Payload URL field, paste your indexy.dev Webhook URL.
    https://indexy.dev/api/index/YOUR_PROJECT_ID
  6. Configure the webhook to trigger on Deployment Success events.
  7. Save the webhook.

Railway will now send a POST request to indexy.dev whenever your application deploys successfully.