With every API call, Zapier expects the response data to be returned in a specific response type. This can vary depending on what part of your integration you’re working on. Use the table below to identify the correct response type to use
Method | Response type | Notes |
---|---|---|
Authentication | Object | Single JSON-formatted object with any specific fields for auth scheme. |
Authentication testing | Object | Object |
Trigger | Array | JSON-formatted array with the results in reverse chronological order. Results are parsed and passed through deduplication. Empty arrays will not trigger. |
Create action | Object | Individual fields within object are parsed for mapping into subsequent Zap steps. |
Search action | Array | JSON-formatted array sorted with the best match first, but don’t limit to a single result or group them as one. For no match found, return a 200 with an empty array. |