Wasm Directoryalpha
Record

webhook-response

No description available.

record webhook-response {
  gid: option​<string>,
  resource-type: option​<string>,
  active: option​<bool>,
  resource-op: option​<asana-named-resource>,
  target: option​<string>,
  created-at: option​<string>,
  filters: option​<list​<webhook-response-filters-item>>,
  last-failure-at: option​<string>,
  last-failure-content: option​<string>,
  last-success-at: option​<string>,
}

Fields

NameTypeDescription
gidoption​<string>
resource-typeoption​<string>
activeoption​<bool>
resource-opoption​<asana-named-resource>
targetoption​<string>
created-atoption​<string>
filtersoption​<list​<webhook-response-filters-item>>
last-failure-atoption​<string>
last-failure-contentoption​<string>
last-success-atoption​<string>