Versions Compared

Key

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

...

  • Due to the Google API behavior, there is a few seconds delay in unsubscribing a Spreadsheet.

  • If a user creates a Channel using a regular User Account—in that caseAccount, only that specific user from the same client (identified by the OAuth2.0 Client IDs from the Authentication Tokens) who created the channel can unsubscribe.

...

Type

Format

Number of Views

Examples of Upstream and Downstream Snaps

Description

Input 

Document

  • Min: 0

  • Max: 1

  • Mapper

  • Copy

Channel ID and Resource ID.

Output

Document

  • Min: 1

  • Max: 1

  • File Writer

Returns the Channel ID and Resource ID of the unsubscribed Spreadsheet.

Error

Error handling is a generic way to handle errors without losing data or failing the Snap execution. You can handle the errors that the Snap might encounter while running the Pipeline by choosing one of the following options from the When errors occur list under the Views tab. The available options are:

  • Stop Pipeline Execution: Stops the current pipeline execution when if the Snap encounters an error.

  • Discard Error Data and Continue: Ignores the error, discards that record, and continues with the rest of the remaining records.

  • Route Error Data to Error View: Routes the error data to an error view without stopping the Snap execution.

Learn more about Error handling in Pipelines.

...

Info
  • Asterisk ( * ): Indicates a mandatory field.

  • Suggestion icon ((blue star)): Indicates a list that is dynamically populated based on the configuration.

  • Expression icon ((blue star) ): Indicates whether the value is an expression (if enabled) or a static value (if disabled). Learn more about Using Expressions in SnapLogic.

  • Add icon ( (blue star) ): Indicates that you can add fields in the fieldset.

  • Remove icon ( (blue star)): Indicates that you can remove fields from the fieldset.

Field Name

Field Type

Description

Label*

Default ValueGoogle Sheet Unsubscribe
Example: Google Unsubscribe Accounts Sheet Unsubscribe

String

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.

Channel ID

Default value: N/A
Example: 123e4567-e89b-12d3-a456-42661417400

String/Expression

Specify a UUID or similar unique string that identifies the channel.

Resource ID

Default value:
Example: 9DAX6QMX4TWySd_evM14cly-N678

String/Expression

Specify an ID which that identifies the resource being watched on the given specified channel.

Snap Execution

Default ValueValidate & Execute
Example: Execute only

Dropdown list

Select one of the following 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.

...