Clears the cache for webhooks api requests.
Creates a new webhook. User must be assigned the TenantAdmin
role to create tenant
level webhooks.
Creates a new webhook. User must be assigned the TenantAdmin
role to create tenant
level webhooks.
an object with the body content
Optional
options: ApiCallOptionsDeletes a specific webhook.
Deletes a specific webhook.
The webhook's unique identifier.
Optional
options: ApiCallOptionsReturns details for a specific webhook.
Returns details for a specific webhook.
The webhook's unique identifier.
Optional
options: ApiCallOptionsReturns deliveries for a specific webhook. Delivery history is stored for 1 week.
Returns deliveries for a specific webhook. Delivery history is stored for 1 week.
The webhook's unique identifier.
an object with query parameters
Optional
eventType?: stringFilter resources by event-type
Optional
limit?: numberMaximum number of deliveries to retrieve
Optional
next?: stringCursor to the next page
Optional
prev?: stringCursor to previous next page
Optional
sort?: Field to sort by, prefix with -/+ to indicate order
Optional
status?: "success" | "fail"Filter resources by status (success or fail)
Optional
options: ApiCallOptionsReturns details for a specific delivery.
Returns details for a specific delivery.
The webhook's unique identifier.
The delivery's unique identifier.
Optional
options: ApiCallOptionsLists event-types that are possible to subscribe to.
Lists event-types that are possible to subscribe to.
Optional
options: ApiCallOptionsRetrieves all webhooks entries for a tenant that the user has access to. Users assigned the TenantAdmin
role can retrieve all webhooks. A user can have up to 150 webhooks at one time.
Retrieves all webhooks entries for a tenant that the user has access to. Users assigned the TenantAdmin
role can retrieve all webhooks. A user can have up to 150 webhooks at one time.
an object with query parameters
Optional
createdByUserId?: stringFilter resources by user that created it
Optional
enabled?: booleanFilter resources by enabled true/false
Optional
eventTypes?: stringFilter resources by event-type/types, a single webhook item can have multiple event-types
Optional
level?: stringFilter resources by level that user has access to (either user or level)
Optional
limit?: numberMaximum number of webhooks to retrieve
Optional
name?: stringFilter resources by name (wildcard and case insensitive)
Optional
next?: stringCursor to the next page
Optional
origins?: "api" | "automations" | "management-console"Filter resources by origins, supports multiorigin
Optional
ownerId?: stringFilter resources by user that owns it, only applicable for user level webhooks
Optional
prev?: stringCursor to previous next page
Optional
sort?: Field to sort by, prefix with -/+ to indicate order
Optional
updatedByUserId?: stringFilter resources by user that last updated the webhook
Optional
url?: stringFilter resources by url (wildcard and case insensitive)
Optional
options: ApiCallOptionsPatches a webhook to update one or more properties.
Patches a webhook to update one or more properties.
The webhook's unique identifier.
an object with the body content
Optional
options: ApiCallOptionsResends the delivery with the same payload.
Resends the delivery with the same payload.
The webhook's unique identifier.
The delivery's unique identifier.
Optional
options: ApiCallOptionsUpdates a webhook, any omitted fields will be cleared, returns updated webhook.
Updates a webhook, any omitted fields will be cleared, returns updated webhook.
The webhook's unique identifier.
an object with the body content
Optional
options: ApiCallOptions
Clears the cache for webhooks api requests.