SWML Webhooks

View as MarkdownOpen in Claude

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

Access via client.fabric.swmlWebhooks 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.swmlWebhooks.list();

Methods