Revel Systems · Example Payload

Revel Webhooks Customer Event Payload Example

POSRestaurantRetailiPad

Revel Webhooks Customer Event Payload Example is an example object payload from Revel Systems, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idfirst_namelast_nameemail

Example Payload

Raw ↑
{
  "id": 1,
  "first_name": "Jane",
  "last_name": "Doe",
  "email": "customer@example.com"
}