INPUT_OBJECT

WebhookUpdateInput

Specified fields required to configure webhook.

link GraphQL Schema definition

  • input WebhookUpdateInput {
  • # The Webhook ID to update.
  • webhookId: ID!
  • # Subscription event type.
  • subscriptions: [WebhookSubscription!]!
  • # URL used by SuperPhone's system.
  • url: URL!
  • # Indicates if webhook is active.
  • active: Boolean!
  • }