provider POST /webhooks/{webhook_id}/{webhook_token}/github
@utdk/discord /webhooks/{webhook_id}/{webhook_token}/github
execute_github_compatible_webhook
webhook_id path required
string
webhook_token path required
string
wait query
boolean
thread_id query
string

Try it

Authentication
Configure credentials for Discord HTTP API (Preview)
executeGithubCompatibleWebhook
POST/webhooks/{webhook_id}/{webhook_token}/github

Parameters

required
required

Input

required

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import discord from '@utdk/discord';

await discord.executeGithubCompatibleWebhook()