Webhook
Custom webhook to send changelist notifications to external services (App Service, Azure role, …).
Interface
interface IWebhook {
clientState: string;
notificationUrl: string;
}
Properties
clientState
Token to register and receive webhook notifications.
-
Type:
string
-
Required: Yes
notificationUrl
URL of the Azure function or app service that will receive webhook notifications.
-
Type:
string
-
Required: Yes