Wasm Directoryalpha
Record

create-webhook-body-config

No description available.

record create-webhook-body-config {
  content-type: option​<webhook-config-content-type>,
  insecure-ssl: option​<webhook-config-insecure-ssl>,
  password: option​<string>,
  secret: option​<webhook-config-secret>,
  url: webhook-config-url,
  username: option​<string>,
}

Fields

NameTypeDescription
content-typeoption​<webhook-config-content-type>
insecure-ssloption​<webhook-config-insecure-ssl>
passwordoption​<string>
secretoption​<webhook-config-secret>
urlwebhook-config-url
usernameoption​<string>