Filter Fields (all optional)
| Field | Type | Description |
|---|---|---|
projects | string[] | Only trigger for these Mintlify projects |
events | string[] | Mintlify event types (build, etc.) |
actions | string[] | Event actions (failed, succeeded, etc.) |
branches | string[] | Only for these branches |
Setup
- In Mintlify, go to your project settings
- Navigate to Webhooks or Integrations
- Add a webhook with URL:
https://your-server:8080/webhooks/mintlify - Set the secret to match the
mintlify_webhook_secretcredential instance referenced by the webhook source inconfig.toml - Select build events you want to receive (build failures, successes, etc.)