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
| Name | Type | Description |
|---|---|---|
endpoints | WebhookEndpoints | Manage inbound webhook endpoints per toolkit + OAuth app. |
subscriptions | WebhookSubscriptions | Manage the project's outbound webhook subscription. |