WebhookConfig: { uris?: string[]; user_metadata?: { [k: string]: any } }

Message for configuring webhook events for a request.

Type declaration

  • Optionaluris?: string[]

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

    registered webhooks.

  • Optionaluser_metadata?: { [k: string]: any }

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

    webhooks.