Specifies the callback details for the input
- input WebhookCallbackInput {
- # additional HTTP headers
- : [KeyValueInput]
- # credential key
- : String
- # credential secret
- : String
- # type of credential used for the webhook
- : WebhookCredType
- # The host for the webhook HTTP request
- : String!
- # the rest of the HTTP URI path
- : String
- # http port, @default if scheme is https 443, if http 80
- : Int
- # url query parameters
- : [KeyValueInput]
- # transport scheme (https or http), @default https
- : String
- }