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
Optionaloptions: ApiCallOptionsDeletes a specific webhook.
Deletes a specific webhook.
The webhook's unique identifier.
Optionaloptions: ApiCallOptionsReturns details for a specific webhook.
Returns details for a specific webhook.
The webhook's unique identifier.
Optionaloptions: 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
OptionaleventType?: stringFilter resources by event-type
Optionallimit?: numberMaximum number of deliveries to retrieve
Optionalnext?: stringCursor to the next page
Optionalprev?: stringCursor to previous next page
Optionalsort?: Field to sort by, prefix with -/+ to indicate order
Optionalstatus?: "success" | "fail"Filter resources by status (success or fail)
Optionaloptions: ApiCallOptionsReturns details for a specific delivery.
Returns details for a specific delivery.
The webhook's unique identifier.
The delivery's unique identifier.
Optionaloptions: ApiCallOptionsLists event-types that are possible to subscribe to.
Lists event-types that are possible to subscribe to.
Optionaloptions: 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
OptionalcreatedByUserId?: stringFilter resources by user that created it
Optionalenabled?: booleanFilter resources by enabled true/false
OptionaleventTypes?: stringFilter resources by event-type/types, a single webhook item can have multiple event-types
Optionallevel?: stringFilter resources by level that user has access to (either user or level)
Optionallimit?: numberMaximum number of webhooks to retrieve
Optionalname?: stringFilter resources by name (wildcard and case insensitive)
Optionalnext?: stringCursor to the next page
Optionalorigins?: "api" | "automations" | "management-console"Filter resources by origins, supports multiorigin
OptionalownerId?: stringFilter resources by user that owns it, only applicable for user level webhooks
Optionalprev?: stringCursor to previous next page
Optionalsort?: Field to sort by, prefix with -/+ to indicate order
OptionalupdatedByUserId?: stringFilter resources by user that last updated the webhook
Optionalurl?: stringFilter resources by url (wildcard and case insensitive)
Optionaloptions: 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
Optionaloptions: ApiCallOptionsResends the delivery with the same payload.
Resends the delivery with the same payload.
The webhook's unique identifier.
The delivery's unique identifier.
Optionaloptions: 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
Optionaloptions: ApiCallOptions
Clears the cache for webhooks api requests.