POST /webhooks/{webhook_id}/{webhook_token}/github
        execute github compatible webhook
      Servers
      
            - https://discord.com/api/v10
 
      
      Path parameters
      
        
  
    | Name | 
    Type | 
    Required | 
    Description | 
  
          
            webhook_token | 
            String | 
            Yes | 
            
                
             | 
          
          
            webhook_id | 
            String | 
            Yes | 
            
                
             | 
          
        
      
      Request headers
      
        
  
    | Name | 
    Type | 
    Required | 
    Description | 
  
          
            Content-Type | 
            String | 
            Yes | 
            
                The media type of the request body.
                   Default value: "application/json" 
             | 
          
        
      
      Query parameters
      
        
  
    | Name | 
    Type | 
    Required | 
    Description | 
  
          
            thread_id | 
            String | 
            No | 
            
                
             | 
          
          
            wait | 
            String | 
            No | 
            
                
             | 
          
        
      
      Request body fields
      
        
  
    | Name | 
    Type | 
    Required | 
    Description | 
  
          
            ref_type | 
            String | 
            No | 
            
                
             | 
          
          
            review | 
            String | 
            No | 
            
                
             | 
          
          
            action | 
            String | 
            No | 
            
                
             | 
          
          
            forkee | 
            String | 
            No | 
            
                
             | 
          
          
            ref | 
            String | 
            No | 
            
                
             | 
          
          
            sender | 
            Object | 
            No | 
            
                
             | 
          
          
            sender.id | 
            String | 
            No | 
            
                
             | 
          
          
            sender.avatar_url | 
            String | 
            No | 
            
                
             | 
          
          
            sender.login | 
            String | 
            No | 
            
                
             | 
          
          
            sender.html_url | 
            String | 
            No | 
            
                
             | 
          
          
            check_suite | 
            String | 
            No | 
            
                
             | 
          
          
            member | 
            String | 
            No | 
            
                
             | 
          
          
            check_run | 
            String | 
            No | 
            
                
             | 
          
          
            comment | 
            String | 
            No | 
            
                
             | 
          
          
            forced | 
            String | 
            No | 
            
                
             | 
          
          
            issue | 
            String | 
            No | 
            
                
             | 
          
          
            commits | 
             | 
            No | 
            
                
             | 
          
          
            answer | 
            String | 
            No | 
            
                
             | 
          
          
            repository | 
            String | 
            No | 
            
                
             | 
          
          
            compare | 
            String | 
            No | 
            
                
             | 
          
          
            pull_request | 
            String | 
            No | 
            
                
             | 
          
          
            release | 
            String | 
            No | 
            
                
             | 
          
          
            discussion | 
            String | 
            No | 
            
                
             | 
          
          
            head_commit | 
            String | 
            No | 
            
                
             | 
          
        
      
  How to start integrating
  
    - Add HTTP Task to your workflow definition.
 
    - Search for the API you want to integrate with and click on the name.
      
        - This loads the API reference documentation and prepares the Http request settings.
 
      
     
    - Click Test request to test run your request to the API and see the API's response.