Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


In this article

Table of Contents
maxLevel2
absoluteUrltrue

...

Input/OutputType of ViewNumber of ViewsExamples of Upstream and Downstream SnapsDescription
Input 

Document

  • Min:1
  • Max:1
  • Mapper Snap
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

  • Min:1
  • Max:1
  • Filter and JSON Formatter.

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
Example: Read Account data

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]
Example: zuora_open_api_spec3.json, sldb:///zuora_open_api_spec3.json

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] 
Example: Account

Where Clause

String

Enter the WHERE clause of the Zuora SELECT query without the word ‘WHERE’.

Default Value: [None] 
Example: name = ‘SnapLogic’

Limit ClauseString

Enter the LIMIT clause to indicate the maximum number of output records.

Default Value: [None]
Example: 10000

Note

This field does not support Zuora Objects: export, import and communicationprofile. Use Where Clause to limit the number of records. For more information, refer to the Zuora documentation on Zuora Query Processing Limitations.


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 FieldsString

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]
Example: id

Number of Retries

Integer

Enter the maximum number of retries to attempt in case of connection failure.


Default Value: 0
Example: 3

Retry Interval (seconds)

Integer

Specify the interval in seconds between two reconnection attempts.

Default Value: 1
Example: 2

Pass Through

Checkbox

Select this checkbox to pass the input document through the output view under the key original

Default Value: Deselected
Example: Selected

Snap Execution

N/A

Select one of the three modes in which the Snap executes. Available options are:

  • Validate & Execute: Performs limited execution of the Snap, and generates a data preview during Pipeline validation. Subsequently, performs full execution of the Snap (unlimited records) during Pipeline runtime.

  • Execute only: Performs full execution of the Snap during Pipeline execution without generating preview data.

  • Disabled: Disables the Snap and all Snaps that are downstream from it.

Default Value: Validate & Execute
ExampleExecute

Examples

Reading Account details from an Account

...

First, we read the data with the help of Zuora Rest Read Snap and segregate the required information with the help of Mapper Snap. 

Image RemovedImage Added

Configure the Zuora Rest Read Snap to read the information.

Settings


Output view

Image Modified

Image Modified

 Route the output of the Snap into two outputs to read the data as-is using Router Snap and to segregate the required information. Using Mapper Snap, enter the columns name or the parameters you want the Snap to read. 

Settings

Output view

Image Modified

Image Modified

Once the information is segregated in the output, you use the information in ServiceNow Insert Snap. 

Settings

Output view
Image Removed

Image Added

Image Removed

Image Added

Download this Pipeline

Reading Contact ID from an Account

...

We configure the Mapper Snap to add data and send it to the Open API Snap.

Settings

Output view

Image Modified

Image Modified

The details created are sent from the upstream Snap to create a unique account ID using Open API Snap. Following are the Snap settings and the output view:


Settings

Output view

Image Modified

Image Modified

Using Mapper Snap, we are sending data to create a contact for an account by mapping a unique account ID. The details of the data created can be seen under Expression and Target Path. The Output view for the Mapper Snap is as follows:

Settings

Output view
Image Removed
Image Added
Image Removed

Image Added



Settings

Output view
Image Removed

Image Added

Image Removed

Image Added

The contact for an account is created and a unique contact ID is generated. The Settings and Output view are as follows:

Settings

Output view

Image Modified

Image Modified

The contact details can be fetched by passing a unique contact ID using Zuora Rest Read by passing $entity.Id.


Settings

Output view

Image Modified

Image Modified


Download this Pipeline

Downloads

...