Gladly · Capability
Gladly REST API — Webhooks
Gladly REST API — Webhooks. 5 operations. Self-contained Naftiko capability covering the Webhooks business surface of the Gladly Customer Service Platform.
Gladly REST API — Webhooks is a Naftiko capability published by Gladly, one of 21 capabilities the APIs.io network indexes for this provider. It bundles 5 operations across the GET, POST, PATCH, and DELETE methods rooted at /v1/api/v1/webhooks.
The capability includes 2 read-only operations and 3 state-changing operations. Lead operation: Create Webhook. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Gladly, Webhooks, and Customer Service.
What You Can Do
POST
Createwebhook
— Create Webhook
/v1/api/v1/webhooks
GET
Getwebhooks
— List Webhooks
/v1/api/v1/webhooks
PATCH
Updatewebhook
— Update Webhook
/v1/api/v1/webhooks/{webhookId}
DELETE
Deletewebhook
— Delete Webhook
/v1/api/v1/webhooks/{webhookId}
GET
Getwebhook
— Get Webhook
/v1/api/v1/webhooks/{webhookId}
MCP Tools
gladly-createWebhook
Create Webhook
gladly-getWebhooks
List Webhooks
read-only
idempotent
gladly-updateWebhook
Update Webhook
gladly-deleteWebhook
Delete Webhook
idempotent
gladly-getWebhook
Get Webhook
read-only
idempotent