Tripleseat · Example Payload

Tripleseat Webhooks Webhook Payload Example

RestaurantEventsCateringLeadsWebhooksSales

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

Top-level fields

webhook_trigger_typemessageobject

Example Payload

Raw ↑
{
  "webhook_trigger_type": "CREATE_LEAD",
  "message": "Lead was created",
  "object": {
    "id": 793696,
    "name": "Spring Gala Dinner",
    "event_date": "2026-07-15",
    "status": "definite"
  }
}