Phrase · Capability
Phrase Strings API Reference — Webhooks
Phrase Strings API Reference — Webhooks. 6 operations. Lead operation: List webhooks. Self-contained Naftiko capability covering one Phrase business surface.
What You Can Do
GET
Webhookslist
— List webhooks
/v1/projects/{project-id}/webhooks
POST
Webhookcreate
— Create a webhook
/v1/projects/{project-id}/webhooks
GET
Webhookshow
— Get a single webhook
/v1/projects/{project-id}/webhooks/{id}
PATCH
Webhookupdate
— Update a webhook
/v1/projects/{project-id}/webhooks/{id}
DELETE
Webhookdelete
— Delete a webhook
/v1/projects/{project-id}/webhooks/{id}
POST
Webhooktest
— Test a webhook
/v1/projects/{project-id}/webhooks/{id}/test
MCP Tools
list-webhooks
List webhooks
read-only
idempotent
create-webhook
Create a webhook
get-single-webhook
Get a single webhook
read-only
idempotent
update-webhook
Update a webhook
idempotent
delete-webhook
Delete a webhook
idempotent
test-webhook
Test a webhook
read-only