Zapier · Example Payload

Partner Api Action Run Response Example

IntegrationsiPaaS

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

Top-level fields

typestatusresultserrors

Example Payload

Raw ↑
{
  "type": "standard",
  "status": "example-value",
  "results": [
    {}
  ],
  "errors": [
    {}
  ]
}