Use the /webhooks to trigger automatic workflows when Meilisearch finishes processing tasks.
/webhooks
to trigger automatic workflows when Meilisearch finishes processing tasks.
uuid
: a v4 uuid Meilisearch automatically generates when you create a new webhookurl
: a string indication the URL Meilisearch should notify whenever it completes a task, requiredheaders
: an object with HTTP headers and their values, optional, often used for authenticationisEditable
: read-only Boolean field indicating whether you can edit the webhook. Meilisearch automatically sets this to false for its internal webhooks200 OK
200 OK
200 OK
null
.
isEditable
field is set to false
.Meilisearch Cloud may create internal webhooks to support features such as Analytics and monitoring. These webhooks are always isEditable: false
.200 OK
isEditable
field is set to false
.204 No Content