---
title: "plm integrations"
description: "Integrations: scheduled reports + webhooks"
---

{/* AUTO-GENERATED by packages/cli/scripts/generate-docs.ts — do not edit by hand. */}
## plm integrations

Integrations: scheduled reports + webhooks

**Usage**

```bash
plm integrations
```

**Subcommands**

- [`scheduled-reports`](#plm-integrations-scheduled-reports) — Scheduled reports
- [`cron-templates`](#plm-integrations-cron-templates)
- [`webhooks`](#plm-integrations-webhooks) — Webhooks
- [`admin`](#plm-integrations-admin) — Integration admin operations

<details>
<summary>Agent-readable summary</summary>

```json
{
  "command": "plm integrations",
  "description": "Integrations: scheduled reports + webhooks",
  "arguments": [],
  "options": [],
  "subcommands": [
    "scheduled-reports",
    "cron-templates",
    "webhooks",
    "admin"
  ]
}
```

</details>

### plm integrations scheduled-reports

Scheduled reports

**Usage**

```bash
plm integrations scheduled-reports
```

**Subcommands**

- [`list`](#plm-integrations-scheduled-reports-list)
- [`create`](#plm-integrations-scheduled-reports-create)
- [`update`](#plm-integrations-scheduled-reports-update)
- [`delete`](#plm-integrations-scheduled-reports-delete)

<details>
<summary>Agent-readable summary</summary>

```json
{
  "command": "plm integrations scheduled-reports",
  "description": "Scheduled reports",
  "arguments": [],
  "options": [],
  "subcommands": [
    "list",
    "create",
    "update",
    "delete"
  ]
}
```

</details>

#### plm integrations scheduled-reports list

**Usage**

```bash
plm integrations scheduled-reports list
```

**Options**

- `--format <fmt>` — output format _(default: `"json"`)_

<details>
<summary>Agent-readable summary</summary>

```json
{
  "command": "plm integrations scheduled-reports list",
  "description": null,
  "arguments": [],
  "options": [
    {
      "flags": "--format <fmt>",
      "description": "output format",
      "required": false,
      "default": "json"
    }
  ],
  "subcommands": []
}
```

</details>

#### plm integrations scheduled-reports create

**Usage**

```bash
plm integrations scheduled-reports create
```

**Options**

- `--file <path>`

<details>
<summary>Agent-readable summary</summary>

```json
{
  "command": "plm integrations scheduled-reports create",
  "description": null,
  "arguments": [],
  "options": [
    {
      "flags": "--file <path>",
      "description": "",
      "required": false,
      "default": null
    }
  ],
  "subcommands": []
}
```

</details>

#### plm integrations scheduled-reports update

**Usage**

```bash
plm integrations scheduled-reports update <id>
```

**Options**

- `--file <path>`

<details>
<summary>Agent-readable summary</summary>

```json
{
  "command": "plm integrations scheduled-reports update",
  "description": null,
  "arguments": [
    {
      "name": "id",
      "required": true,
      "variadic": false,
      "description": ""
    }
  ],
  "options": [
    {
      "flags": "--file <path>",
      "description": "",
      "required": false,
      "default": null
    }
  ],
  "subcommands": []
}
```

</details>

#### plm integrations scheduled-reports delete

**Usage**

```bash
plm integrations scheduled-reports delete <id>
```

**Options**

- `--format <fmt>` — output format _(default: `"json"`)_

<details>
<summary>Agent-readable summary</summary>

```json
{
  "command": "plm integrations scheduled-reports delete",
  "description": null,
  "arguments": [
    {
      "name": "id",
      "required": true,
      "variadic": false,
      "description": ""
    }
  ],
  "options": [
    {
      "flags": "--format <fmt>",
      "description": "output format",
      "required": false,
      "default": "json"
    }
  ],
  "subcommands": []
}
```

</details>

### plm integrations cron-templates

**Usage**

```bash
plm integrations cron-templates
```

**Options**

- `--format <fmt>` — output format _(default: `"json"`)_

<details>
<summary>Agent-readable summary</summary>

```json
{
  "command": "plm integrations cron-templates",
  "description": null,
  "arguments": [],
  "options": [
    {
      "flags": "--format <fmt>",
      "description": "output format",
      "required": false,
      "default": "json"
    }
  ],
  "subcommands": []
}
```

</details>

### plm integrations webhooks

Webhooks

**Usage**

```bash
plm integrations webhooks
```

**Subcommands**

- [`list`](#plm-integrations-webhooks-list)
- [`create`](#plm-integrations-webhooks-create)
- [`delete`](#plm-integrations-webhooks-delete)
- [`test`](#plm-integrations-webhooks-test)

<details>
<summary>Agent-readable summary</summary>

```json
{
  "command": "plm integrations webhooks",
  "description": "Webhooks",
  "arguments": [],
  "options": [],
  "subcommands": [
    "list",
    "create",
    "delete",
    "test"
  ]
}
```

</details>

#### plm integrations webhooks list

**Usage**

```bash
plm integrations webhooks list
```

**Options**

- `--format <fmt>` — output format _(default: `"json"`)_

<details>
<summary>Agent-readable summary</summary>

```json
{
  "command": "plm integrations webhooks list",
  "description": null,
  "arguments": [],
  "options": [
    {
      "flags": "--format <fmt>",
      "description": "output format",
      "required": false,
      "default": "json"
    }
  ],
  "subcommands": []
}
```

</details>

#### plm integrations webhooks create

**Usage**

```bash
plm integrations webhooks create
```

**Options**

- `--file <path>`

<details>
<summary>Agent-readable summary</summary>

```json
{
  "command": "plm integrations webhooks create",
  "description": null,
  "arguments": [],
  "options": [
    {
      "flags": "--file <path>",
      "description": "",
      "required": false,
      "default": null
    }
  ],
  "subcommands": []
}
```

</details>

#### plm integrations webhooks delete

**Usage**

```bash
plm integrations webhooks delete
```

**Options**

- `--file <path>`

<details>
<summary>Agent-readable summary</summary>

```json
{
  "command": "plm integrations webhooks delete",
  "description": null,
  "arguments": [],
  "options": [
    {
      "flags": "--file <path>",
      "description": "",
      "required": false,
      "default": null
    }
  ],
  "subcommands": []
}
```

</details>

#### plm integrations webhooks test

**Usage**

```bash
plm integrations webhooks test
```

**Options**

- `--file <path>`

<details>
<summary>Agent-readable summary</summary>

```json
{
  "command": "plm integrations webhooks test",
  "description": null,
  "arguments": [],
  "options": [
    {
      "flags": "--file <path>",
      "description": "",
      "required": false,
      "default": null
    }
  ],
  "subcommands": []
}
```

</details>

### plm integrations admin

Integration admin operations

**Usage**

```bash
plm integrations admin
```

**Subcommands**

- [`cleanup-reports`](#plm-integrations-admin-cleanup-reports)
- [`stats`](#plm-integrations-admin-stats)

<details>
<summary>Agent-readable summary</summary>

```json
{
  "command": "plm integrations admin",
  "description": "Integration admin operations",
  "arguments": [],
  "options": [],
  "subcommands": [
    "cleanup-reports",
    "stats"
  ]
}
```

</details>

#### plm integrations admin cleanup-reports

**Usage**

```bash
plm integrations admin cleanup-reports
```

**Options**

- `--file <path>`

<details>
<summary>Agent-readable summary</summary>

```json
{
  "command": "plm integrations admin cleanup-reports",
  "description": null,
  "arguments": [],
  "options": [
    {
      "flags": "--file <path>",
      "description": "",
      "required": false,
      "default": null
    }
  ],
  "subcommands": []
}
```

</details>

#### plm integrations admin stats

**Usage**

```bash
plm integrations admin stats
```

**Options**

- `--format <fmt>` — output format _(default: `"json"`)_

<details>
<summary>Agent-readable summary</summary>

```json
{
  "command": "plm integrations admin stats",
  "description": null,
  "arguments": [],
  "options": [
    {
      "flags": "--format <fmt>",
      "description": "output format",
      "required": false,
      "default": "json"
    }
  ],
  "subcommands": []
}
```

</details>
