Tripleseat · Example Payload

Tripleseat Api Contact Example

RestaurantEventsCateringLeadsWebhooksSales

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

Top-level fields

idfirst_namelast_nameemail_addressphone_numberaccount_idcreated_atupdated_at

Example Payload

Raw ↑
{
  "id": 500123,
  "first_name": "Mark",
  "last_name": "Lawrence",
  "email_address": "contact@example.com",
  "phone_number": "+1-555-867-5309",
  "account_id": 500123,
  "created_at": "2026-06-03T14:30:00Z",
  "updated_at": "2026-06-03T14:30:00Z"
}