Render Integration

Trigger indexing automatically after Render deployments.

Render allows you to configure outgoing webhooks to notify external services when a deploy succeeds.

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

Setup Steps

  1. Go to your Service Dashboard in Render.
  2. Click on Settings in the left sidebar.
  3. Scroll down to the Webhooks section.
  4. Click Add Webhook.
  5. In the Webhook URL field, paste your indexy.dev Webhook URL.
    https://indexy.dev/api/index/YOUR_PROJECT_ID
  6. For Trigger Event, select Deploy Succeeded (or equivalent).
  7. Click Save Changes.

Your Render service will now automatically trigger indexy.dev whenever a new version is successfully deployed.