Tripleseat · Example Payload

Tripleseat Api Contact Create Example

RestaurantEventsCateringLeadsWebhooksSales

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

Top-level fields

first_namelast_nameemail_addressphone_numberaccount_id

Example Payload

Raw ↑
{
  "first_name": "Mark",
  "last_name": "Lawrence",
  "email_address": "contact@example.com",
  "phone_number": "+1-555-867-5309",
  "account_id": 500123
}