Webhook alert of subscriber.

interface SubscriberWebhookConfig {
    uri: string;
}

Properties

Properties

uri: string

URI to receive POST requests.