WebhookDestination
A webhook destination. The delivery infrastructure owns storage and the full response shape, so the fields this SDK itself sets or reads are typed and the index signature keeps everything else reachable — rather than inventing a closed contract the SDK does not control.
Indexable
Section titled “Indexable”[key: string]: unknownProperties
Section titled “Properties”config?
Section titled “config?”optional config?: object & Record<string, unknown>;Type Declaration
Section titled “Type Declaration”optional url?: string;created_at?
Section titled “created_at?”optional created_at?: string;credentials?
Section titled “credentials?”optional credentials?: Record<string, unknown>;The HMAC-SHA256 signing secret. Returned by create; verify deliveries with it.
disabled_at?
Section titled “disabled_at?”optional disabled_at?: string | null;id: string;Pass this to webhooks.remove().
topics?
Section titled “topics?”optional topics?: string[];["*"] — every event topic.
optional type?: string;Always “webhook” for destinations created through this SDK.