pub async fn create_outgoing_webhook(
configuration: &Configuration,
create_outgoing_webhook_request: CreateOutgoingWebhookRequest,
) -> Result<OutgoingWebhook, Error<CreateOutgoingWebhookError>>
Expand description
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.