With the Zuora Query Function, you can send query operations to Zuora Billing and retrieve the response. The Function sends requests using the POST method and then receives the responses, which are routed to the next Function in the stream. This Function supports two APIs Data Query and ZOQL.
Sample stream with Zuora Query
...
API | Zuora Endpoint |
---|---|
Data Query | Zuora endpoint is POST to /query/jobs |
ZOQL | Zuora endpoint is POST to/v1/action/query. |
Result key
Enter a custom result key to be included in the query output.
...