Enums§
- Create
Incoming Webhook Error - struct for typed errors of method
create_incoming_webhook
- Create
Outgoing Webhook Error - struct for typed errors of method
create_outgoing_webhook
- Delete
Incoming Webhook Error - struct for typed errors of method
delete_incoming_webhook
- Delete
Outgoing Webhook Error - struct for typed errors of method
delete_outgoing_webhook
- GetIncoming
Webhook Error - struct for typed errors of method
get_incoming_webhook
- GetIncoming
Webhooks Error - struct for typed errors of method
get_incoming_webhooks
- GetOutgoing
Webhook Error - struct for typed errors of method
get_outgoing_webhook
- GetOutgoing
Webhooks Error - struct for typed errors of method
get_outgoing_webhooks
- Regen
Outgoing Hook Token Error - struct for typed errors of method
regen_outgoing_hook_token
- Update
Incoming Webhook Error - struct for typed errors of method
update_incoming_webhook
- Update
Outgoing Webhook Error - struct for typed errors of method
update_outgoing_webhook
Functions§
- create_
incoming_ webhook - Create an incoming webhook for a channel. ##### Permissions
manage_webhooks
for the team the webhook is in.manage_others_incoming_webhooks
for the team the webhook is in if the user is different than the requester. - create_
outgoing_ webhook - Create an outgoing webhook for a team. ##### Permissions
manage_webhooks
for the team the webhook is in.manage_others_outgoing_webhooks
for the team the webhook is in if the user is different than the requester. - delete_
incoming_ webhook - Delete an incoming webhook given the hook id. ##### Permissions
manage_webhooks
for system ormanage_webhooks
for the specific team ormanage_webhooks
for the channel. - delete_
outgoing_ webhook - Delete an outgoing webhook given the hook id. ##### Permissions
manage_webhooks
for system ormanage_webhooks
for the specific team ormanage_webhooks
for the channel. - get_
incoming_ webhook - Get an incoming webhook given the hook id. ##### Permissions
manage_webhooks
for system ormanage_webhooks
for the specific team ormanage_webhooks
for the channel. - get_
incoming_ webhooks - Get a page of a list of incoming webhooks. Optionally filter for a specific team using query parameters. ##### Permissions
manage_webhooks
for the system ormanage_webhooks
for the specific team. - get_
outgoing_ webhook - Get an outgoing webhook given the hook id. ##### Permissions
manage_webhooks
for system ormanage_webhooks
for the specific team ormanage_webhooks
for the channel. - get_
outgoing_ webhooks - Get a page of a list of outgoing webhooks. Optionally filter for a specific team or channel using query parameters. ##### Permissions
manage_webhooks
for the system ormanage_webhooks
for the specific team/channel. - regen_
outgoing_ hook_ token - Regenerate the token for the outgoing webhook. ##### Permissions
manage_webhooks
for system ormanage_webhooks
for the specific team ormanage_webhooks
for the channel. - update_
incoming_ webhook - Update an incoming webhook given the hook id. ##### Permissions
manage_webhooks
for system ormanage_webhooks
for the specific team ormanage_webhooks
for the channel. - update_
outgoing_ webhook - Update an outgoing webhook given the hook id. ##### Permissions
manage_webhooks
for system ormanage_webhooks
for the specific team ormanage_webhooks
for the channel.