Flipdish · Example Payload

Marketing Push Notification Response Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Marketing Push Notification Response Example is an example object payload from Flipdish, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

SentScheduledPushNotificationIdScheduledTimeTitleMessage

Example Payload

Raw ↑
{
  "Sent": true,
  "ScheduledPushNotificationId": 500123,
  "ScheduledTime": "2026-06-02T12:00:00Z",
  "Title": "string",
  "Message": "string"
}