Composio · Capability
Composio Platform API — Webhook Subscriptions
Composio Platform API — Webhook Subscriptions. 7 operations. Lead operation: Create webhook subscription. Self-contained Naftiko capability covering one Composio business surface.
What You Can Do
POST
Postwebhooksubscriptions
— Create webhook subscription
/v1/api/v3/webhook-subscriptions
GET
Getwebhooksubscriptions
— List webhook subscriptions
/v1/api/v3/webhook-subscriptions
GET
Getwebhooksubscriptionseventtypes
— List available event types
/v1/api/v3/webhook-subscriptions/event-types
GET
Getwebhooksubscriptionsbyid
— Get webhook subscription
/v1/api/v3/webhook-subscriptions/{id}
PATCH
Patchwebhooksubscriptionsbyid
— Update webhook subscription
/v1/api/v3/webhook-subscriptions/{id}
DELETE
Deletewebhooksubscriptionsbyid
— Delete webhook subscription
/v1/api/v3/webhook-subscriptions/{id}
POST
Postwebhooksubscriptionsbyidrotatesecret
— Rotate webhook secret
/v1/api/v3/webhook-subscriptions/{id}/rotate-secret
MCP Tools
create-webhook-subscription
Create webhook subscription
list-webhook-subscriptions
List webhook subscriptions
read-only
idempotent
list-available-event-types
List available event types
read-only
idempotent
get-webhook-subscription
Get webhook subscription
read-only
idempotent
update-webhook-subscription
Update webhook subscription
idempotent
delete-webhook-subscription
Delete webhook subscription
idempotent
rotate-webhook-secret
Rotate webhook secret