In this article
...
Input/Output | Type of View | Number of Views | Examples of Upstream and Downstream Snaps | Description |
---|---|---|---|---|
Input | Document |
|
| A document containing all the information required by the Snap. You can modify the default name to be specific and meaningful, especially if you have more than one of the same Snap in your Pipeline. |
Output | Document |
|
| Parts and referred objects of the specification related to the selected path and operation in the second output view. |
...
Field Name | Data type | Description | ||
---|---|---|---|---|
Label* | String | Specify a unique label for the Snap. Default Value: Zuora REST Read | ||
OpenAPI Specification | String | Enter the URL for the OpenAPI specification file. If the field is left empty, the Snap uses the built-in OpenAPI specification. Default Value: [None] | ||
Zuora Object* | String/Suggestion | Enter the desired Zuora object name. Alternatively, click the Suggestion icon to fetch the list of associated object names and select an object. The Snap executes and fetches the data for the object specified. Default Value: [None] | ||
Where Clause | String | Enter the WHERE clause of the Zuora SELECT query without the word ‘WHERE’. Default Value: [None] | ||
Limit Clause | String | Enter the LIMIT clause to indicate the maximum number of output records. Default Value: [None]
| ||
Output Fields | Use this field set to define the output fields that you want to view in your query output. Specify each output field in a separate row. Click + to add a new row. | |||
Output Fields | String | Enter the Output field names, one field name for each row. If left empty, the Snap includes all the fields in the output. Default Value: [None] | ||
Number of Retries | Integer | Enter the maximum number of retries to attempt in case of connection failure.
| ||
Retry Interval (seconds) | Integer | Specify the interval in seconds between two reconnection attempts. Default Value: 1 | ||
Pass Through | Checkbox | Select this checkbox to pass the input document through the output view under the key Default Value: Deselected | ||
Snap Execution | N/A | Select one of the three modes in which the Snap executes. Available options are:
Default Value: Validate & Execute |
Examples
Reading Account details from an Account
...