Netlify Integration

Trigger indexing automatically after Netlify deployments.

Netlify makes it easy to trigger webhooks after a successful deployment using their "Deploy notifications" feature.

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

Setup Steps

  1. Go to your Site Settings in the Netlify dashboard.
  2. Navigate to Build & deploy > Deploy notifications.
  3. Click Add notification and select Outgoing webhook.
  4. In the Event to listen for dropdown, select Deploy succeeded.
  5. In the URL to notify field, paste your indexy.dev Webhook URL.
    https://indexy.dev/api/index/YOUR_PROJECT_ID
  6. Click Save.

That's it! Netlify will now notify indexy.dev every time a deployment is successfully published to your production branch.