OBJECT

CreateWebhookV2Reply

Description

The reply for a create webhook request.

link GraphQL Schema definition

  • type CreateWebhookV2Reply {
  • # Captures details of error encountered within the system.
  • errorInfo: WebhookErrorInfo
  • # Webhook configuration.
  • webhook: WebhookV2
  • }

link Require by