Record

hook-config

No description available.

record hook-config {
  content-type: option​<webhook-config-content-type>,
  digest: option​<string>,
  email: option​<string>,
  insecure-ssl: option​<webhook-config-insecure-ssl>,
  password: option​<string>,
  room: option​<string>,
  secret: option​<webhook-config-secret>,
  subdomain: option​<string>,
  token: option​<string>,
  url: option​<webhook-config-url>,
}

Fields

NameTypeDescription
content-typeoption​<webhook-config-content-type>
digestoption​<string>
emailoption​<string>
insecure-ssloption​<webhook-config-insecure-ssl>
passwordoption​<string>
roomoption​<string>
secretoption​<webhook-config-secret>
subdomainoption​<string>
tokenoption​<string>
urloption​<webhook-config-url>