cXML Webhooks

View as MarkdownOpen in Claude

Manage cXML webhook resources. Standard CRUD with PATCH updates and address listing.

Access via client.fabric.cxmlWebhooks on a RestClient instance.

import { RestClient } from "@signalwire/sdk";
const client = new RestClient({
project: "your-project-id",
token: "your-api-token",
host: "your-space.signalwire.com",
});
const items = await client.fabric.cxmlWebhooks.list();

Methods