Create a channel webhook.
The ID of the channel to create the webhook in.
The options to create the webhook with.
This method does not cache its result.
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.
This method does not cache its result.
Edit a webhook.
The ID of the webhook.
The options for editing the webhook.
This method does not cache its result.
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.
This method does not cache its result.
Edit a webhook via its token.
The ID of the webhook.
The options for editing the webhook.
This method does not cache its result.
Execute a webhook.
The ID of the webhook.
The token of the webhook.
The options for executing the webhook.
This method does not cache its result.
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.
This method does not cache its result.
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.
This method does not cache its result.
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.
This method does not cache its result.
Various methods for interacting with webhooks. Located at Client#rest.webhooks.