Zapier · Example Payload

Partner Api Zap Run Example

IntegrationsiPaaS

Partner Api Zap Run Example is an example object payload from Zapier, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idzap_idstart_timeend_timestatuszap_titlestepsdata_indata_out

Example Payload

Raw ↑
{
  "id": "550e8400-e29b-41d4-a716-446655440000",
  "zap_id": 100,
  "start_time": "2026-05-01T12:00:00Z",
  "end_time": "2026-05-01T12:00:00Z",
  "status": "active",
  "zap_title": "example-value",
  "steps": [
    {}
  ],
  "data_in": "example-value",
  "data_out": "example-value"
}