Function create_webhook

Source
pub async fn create_webhook(
    configuration: &Configuration,
    webhook_request: Option<WebhookRequest>,
) -> Result<WebhookResponse, Error<CreateWebhookError>>
Expand description

Creates a webhook. You can optionally specify an Id for the webhook, if not provided one will be generated.