Blissfully · Example Payload

Blissfully Webhook Example

ProcurementSaaS DiscoverySaaS ManagementSoftware ProcurementSpend OptimizationVendor Management

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

Top-level fields

idurleventsactive

Example Payload

Raw ↑
{
  "id": "webhook-500123",
  "url": "https://procurement.example.com/vendr-webhook",
  "events": [
    "pricing.updated",
    "catalog.updated"
  ],
  "active": true
}