Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
webhooks.read_write - Webhooks Read & Write{
"event": "category.create",
"target_url": "https://webhook.site/79b40fa4-ace1-4589-882d-d30f16281f20",
"original_id": 2404,
"conditions": {}
}curl --location --request POST 'https://api.zid.sa/v1/managers/webhooks' \
--header 'Authorization: {{Autherization}}' \
--header 'X-Manager-Token: {{Access-Token}}' \
--header 'Accept-Language: en' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": "category.create",
"target_url": "https://webhook.site/79b40fa4-ace1-4589-882d-d30f16281f20",
"original_id": 2404,
"conditions": {}
}'{
"status": "string",
"id": "string",
"event": "string",
"target_url": "string",
"store_id": "string",
"conditions": [
"string"
],
"original_id": "string",
"subscriber": "string",
"active": true,
"message": {
"type": "object",
"code": "string",
"name": "string",
"description": "string"
}
}