Memesio · Example Payload

Memesio Post Api Alerts Delivery Example

MemesMediaImage GenerationContentDeveloper Tools

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

Top-level fields

operationmethodpathrequestresponse

Example Payload

Raw ↑
{
  "operation": "Execute Trend Alert Delivery Fanout and Return P95 Delivery Latency Against the 5-Minute SLA Target",
  "method": "POST",
  "path": "/api/alerts/delivery",
  "request": {
    "deliverAllAlerts": true,
    "channels": [
      "in_app_inbox"
    ]
  },
  "response": {
    "message": "Trend alert delivery execution payload"
  }
}