pub async fn create_webhook_with_id(
configuration: &Configuration,
webhook_id: &str,
webhook_request: Option<WebhookRequest>,
) -> Result<WebhookResponse, Error<CreateWebhookWithIdError>>
Expand description
Creates a webhook. You can optionally specify an Id for the webhook, if not provided one will be generated.