Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICreateWebhookParams

Parameters when creating a webhook.

Hierarchy

  • ICreateWebhookParams

Index

Properties

callbackUrl

callbackUrl: string

Callback URL registered for the webhook.

Optional filter

filter: undefined | string

JsonPath expression (for example, "$[?(@.ext=='txt')]") that can be used to filter the callbacks you receive.

Optional hookAttribute

hookAttribute: undefined | object

A user-defined JSON object, which you can use to store/set some custom information. The maximum size of the JSON object (content) should be less than 1KB.

scope

An object that represents the extent to where the event is monitored. For example, if the scope is folder, the webhooks service generates a notification for the specified event occurring in any sub folder or item within that folder.

Generated using TypeDoc