ProbeWebhookEndpointInput
Values to provide for probing a callback endpoint
input ProbeWebhookEndpointInput {
endpoint: String!
secret: String
}
Fields
ProbeWebhookEndpointInput.endpoint
● String!
non-null scalar
The endpoint URL the test event will be sent to (max 255 characters)
ProbeWebhookEndpointInput.secret
● String
scalar
A shared secret as proof of identity
Member Of
probeWebhookEndpoint
mutation