pub async fn get_incoming_webhook(
configuration: &Configuration,
hook_id: &str,
) -> Result<IncomingWebhook, Error<GetIncomingWebhookError>>
Expand description
Get an incoming webhook given the hook id. ##### Permissions manage_webhooks
for system or manage_webhooks
for the specific team or manage_webhooks
for the channel.