GitHub · Example Payload

Github Networks Event Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Github Networks Event Example is an example object payload from GitHub, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idtypeactorrepoorgpayloadpubliccreated_at

Example Payload

Raw ↑
{
  "id": "12345678",
  "type": "User",
  "actor": "example_value",
  "repo": {
    "id": 42,
    "name": "octocat",
    "url": "https://api.github.com/repos/octocat/Hello-World"
  },
  "org": "example_value",
  "payload": {
    "action": "example_value",
    "issue": "example_value",
    "comment": "example_value",
    "pages": [
      {
        "page_name": {},
        "title": {},
        "summary": {},
        "action": {},
        "sha": {},
        "html_url": {}
      }
    ]
  },
  "public": true,
  "created_at": "2026-04-17T12:00:00Z"
}