OBJECT

ProcessWebhookBasicAuth

link GraphQL Schema definition

  • type ProcessWebhookBasicAuth {
  • # Username sent with the webhook request using HTTP basic authentication.
  • username: String
  • # Password sent with the webhook request using HTTP basic authentication. Returned
  • # masked.
  • password: String
  • }