Execute GitHub-Compatible Webhook.md 744 B


title: Execute Github-Compatible Webhook category: Webhook

order: 12

executeGithubCompatibleWebhook

$client->webhook->executeGithubCompatibleWebhook($parameters);

Description

Add a new webhook to your GitHub repo (in the repo's settings), and use this endpoint as the "Payload URL." You can choose what events your Discord channel receives by choosing the "Let me select individual events" option and selecting individual events for the new webhook you're configuring.

Parameters

Name Type Required Default
webhook.id snowflake true null
webhook.token string true null
wait bool false null

Response

Possibly No Response