Function get_incoming_webhooks

Source
pub async fn get_incoming_webhooks(
    configuration: &Configuration,
    page: Option<i32>,
    per_page: Option<i32>,
    team_id: Option<&str>,
) -> Result<Vec<IncomingWebhook>, Error<GetIncomingWebhooksError>>
Expand description

Get a page of a list of incoming webhooks. Optionally filter for a specific team using query parameters. ##### Permissions manage_webhooks for the system or manage_webhooks for the specific team.