Skip to main content

Vercel/webhooks

@swamp/vercel/webhooksv2026.08.18.1· 28d agoMODELS
01README

Vercel webhooks infrastructure models

02Release Notes
  • Updated: webhooks
03Models1
@swamp/vercel/webhooks/webhooksv2026.08.18.1webhooks.ts

Global Arguments

ArgumentTypeDescription
teamId?stringVercel team ID
slug?stringVercel team slug (alternative to teamId)
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
urlstring
eventsarray
projectIds?array
token?stringVercel API token; overrides the VERCEL_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
fn create()
Create a Webhooks
fn get(id: string)
Get a Webhooks
ArgumentTypeDescription
idstringThe ID of the Webhooks
fn lookup()
Look up an existing Webhooks by matching global argument values and import it into state
fn adopt(id: string)
Import an existing Webhooks by ID into state for management
ArgumentTypeDescription
idstringThe ID of the Webhooks to import
fn delete(id: string)
Delete the Webhooks
ArgumentTypeDescription
idstringThe ID of the Webhooks
fn sync(identifier?: string)
Sync Webhooks state from Vercel
ArgumentTypeDescription
identifier?stringTarget a specific Webhooks by id (e.g. one discovered by list)

Resources

state(infinite)— Webhooks resource state
04Previous Versions2
2026.08.03.3
  • Updated: webhooks
2026.08.03.2
  • Updated: webhooks
05Stats
A
100 / 100
Downloads
0
Archive size
13.6 KB
Verified by Swamp
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
06Platforms
07Labels