On this Page

Snap type:

Write


Description:

This Snap provides the ability to update records in Zuora by defining an object. The object becomes suggestable once the account is defined. The fields that can be set on the object are provided on the input view of the Snap and can be mapped using an upstream Data or Structure Snap.
The Snap batches up to 50 records per request.

  • Expected upstream Snaps:  Any Snap that provides a document output view such as a Structure or a JSON Generator Snap.
  • Expected downstream Snaps: [None] or any Snap that has a document input view such as Filter, Data, or JSON Formatter.
  • Expected input: This Snap provides schema on its input view for the selected object, which can then be used in a Structure Snap to map the required fields.  
  • Expected output: This Snap provides the result of the update operation for each record on the output view. Errors can be routed to the error view if enabled or cause the Snap to fail during execution. 


Prerequisites:

[None]


Support and limitations:

Works in Ultra Task Pipelines.

Account: 

This Snap uses account references created on the Accounts page of SnapLogic Manager to handle access to this endpoint. See Zuora Account for information on setting up this type of account.


Views:


InputThis Snap has exactly one document input view.
OutputThis Snap has exactly one document output view.
ErrorThis Snap has at most one document error view and produces zero or more documents in the view.


Settings

Label


Required. The name for the Snap. You can modify this to be more specific, especially if you have more than one of the same Snap in your pipeline.

Request timeout



Required. Defines the timeout value for the SOAP request (in seconds). A value of 0 indicates no timeout.

Example: 0

Default value: 0


Object


The Zuora Object being updated. The field is suggestible once the Zuora account is defined.
Example: Account
Default value: [None]



Downloads

The sample pipeline (attached) contains these Snaps: Zuora Execute, Data, Zuora Create, Structure, Zuora Update, Zuora Delete.