Create a channel webhook.
The ID of the channel to create the webhook in.
The options to create the webhook with.
Delete a webhook message.
The ID of the webhook.
The token of the webhook.
The ID of the message.
Optional
options: DeleteWebhookMessageOptionsThe options for deleting the message.
Edit a webhook.
The ID of the webhook.
The options for editing the webhook.
Edit a webhook message.
The ID of the webhook.
The token of the webhook.
The ID of the message to edit.
The options for editing the message.
Edit a webhook via its token.
The ID of the webhook.
The options for editing the webhook.
Execute a webhook.
The ID of the webhook.
The token of the webhook.
The options for executing the webhook.
Execute a GitHub compatible webhook.
The ID of the webhook.
The token of the webhook.
The options to send. See GitHub's documentation for more information.
Execute a slack compatible webhook.
The ID of the webhook.
The token of the webhook.
The options to send. See Slack's Documentation for more information.
Get a webhook message.
The ID of the webhook.
The token of the webhook.
The ID of the message.
Optional
threadID: stringThe ID of the thread the message is in.
Various methods for interacting with webhooks.