sfdc-demo / issue-ops

Issue Ops Demo
0 stars 1 forks source link

[org-webhook] Create a new organization webhook #109

Closed cvega closed 1 year ago

cvega commented 1 year ago

GitHub Instance (*)

COM

GitHub Organization (*)

test

Payload URL (*)

https://example.com/post

Content type(*)

json

Secrets

Active

Which events would you like to trigger this webhook? (*)

github-actions[bot] commented 1 year ago

Validation failed. This likely means you are missing a required form field.

{
  "missing_keys": [
    "instance",
    "organization",
    "payload_url",
    "events"
  ],
  "prohibited_values": [
    {
      "instance": null
    },
    {
      "organization": null
    },
    {
      "payload_url": null
    },
    {
      "events": null
    }
  ]
}