G
GithubApi
Arcade Native

GetGithubGlobalWebhook

GithubApi.GetGithubGlobalWebhook

Arcade Native Built and maintained by Arcade with full support
Supported by Arcade

Description

Retrieve details of a specific global webhook in GitHub Enterprise.

Use this tool to obtain detailed information about a specific global webhook in a GitHub Enterprise setup by providing the hook ID.

Input Parameters

{
  "parameters": [
    {
      "name": "global_webhook_id",
      "required": true,
      "inferrable": true,
      "description": "The unique identifier for the global webhook in GitHub Enterprise. Provide this ID to retrieve specific webhook details.",
      "value_schema": {
        "val_type": "integer"
      }
    }
  ]
}

Output

{
  "description": "Response from the API endpoint 'enterprise-admin/get-global-webhook'.",
  "value_schema": {
    "val_type": "json"
  },
  "available_modes": [
    "value",
    "error"
  ]
}