execute github compatible webhook
POST {{baseUrl}}/webhooks/:webhook_id/:webhook_token/github?wait=<boolean,null>&thread_id=<string,null>
Execute a Github webhook, using this endpoint as the Payload URL
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| wait | string | ||
| thread_id | string | 
Request Body
{"sender"=>{"id"=>"<integer>", "login"=>"<string>", "html_url"=>"<uri>", "avatar_url"=>"<uri>"}, "action"=>"<string,null>", "ref"=>"<string,null>", "ref_type"=>"<string,null>", "comment"=>"<null>", "issue"=>"<null>", "pull_request"=>"<null>", "repository"=>"<null>", "forkee"=>"<null>", "member"=>"<null>", "release"=>"<null>", "head_commit"=>"<null>", "commits"=>nil, "forced"=>"<boolean,null>", "compare"=>"<string,null-uri>", "review"=>"<null>", "check_run"=>"<null>", "check_suite"=>"<null>", "discussion"=>"<null>", "answer"=>"<null>"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Accept | string |