OBJECT
CreateWebhookV2Reply
Description
The reply for a create webhook request.
link GraphQL Schema definition
- type CreateWebhookV2Reply {
- # Captures details of error encountered within the system.
- WebhookErrorInfo :
- # Webhook configuration.
- WebhookV2 :
- }