Function create_workspace_webhook

Source
pub async fn create_workspace_webhook(
    conn: &mut AsyncPgConnection,
    form: &WorkspaceWebhookCreateInput,
) -> DatabaseResult<WorkspaceWebhookCreateOutput>
Expand description

Creates a new workspace webhook.

ยงTables

  • workspace_webhooks