Message for configuring webhook events for a request.

interface WebhookConfig {
    uris?: string[];
    user_metadata?: { [key: string]: unknown };
}

Properties

uris?: string[]

Optional. If set, these webhook URIs will be used for webhook events instead of the registered webhooks.

user_metadata?: { [key: string]: unknown }

Optional. The user metadata that will be returned on each event emission to the webhooks.