Limble CMMS · Example Payload

Limble Cmms Create Webhook Example

CMMSMaintenance ManagementAsset ManagementManufacturingFacility ManagementWork Orders

Limble Cmms Create Webhook Example is an example object payload from Limble CMMS, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationrequest

Example Payload

limble-cmms-create-webhook-example.json Raw ↑
{
  "operation": "POST /v2/webhooks",
  "request": {
    "body": {
      "endpoint": "https://hello.com",
      "type": "assetField",
      "enabled": 0
    }
  }
}