SDK ReferenceTypeScript SDK

Webhooks

Usage

Access this class through the composio.webhooks property:

const composio = new Composio({ apiKey: 'your-api-key' });
const result = await composio.webhooks.list();

Properties

NameTypeDescription
endpointsWebhookEndpointsManage inbound webhook endpoints per toolkit + OAuth app.
subscriptionsWebhookSubscriptionsManage the project's outbound webhook subscription.

On this page