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

KeyDatatypeRequiredDescription
waitstring
thread_idstring

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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring