INPUT_OBJECT
WebhookUpdateInput
Specified fields required to configure webhook.
link GraphQL Schema definition
- input WebhookUpdateInput {
- # The Webhook ID to update.
- ID! :
- # Subscription event type.
- WebhookSubscription!]! : [
- # URL used by SuperPhone's system.
- URL! :
- # Indicates if webhook is active.
- Boolean! :
- }