Versions Compared

Key

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

...

Format

Type

Number of Views

Examples of Upstream and Downstream Snaps

Description

Input

Document

Min: 1

Max: 1

  • HubSpot Read

  • Mapper

  • Copy

A document containing details of the data object(s) to create.

Output

Document

Min: 0

Max: 1

  • Mapper

  • Copy

  • Email Sender

A document containing the details of the new object(s) including the entity IDs.

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 when running the Pipeline by choosing one of the following options from the When errors occur list under the Views tab:

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

  • Discard Error Data and Continue: Ignores the error, discards that record, and continues with 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.

Snap Settings

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 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.

  • Upload icon ((blue star) ): Indicates that you can upload files.

...

This example pipeline demonstrates how to use the use of HubSpot Bulk Create Snap to create the batch of companies in the HubSpot portal.

...

  1. Configure the JSON Generator Snap is used to create a JSON file containing the new company details such as name, address of the company, website, etc. Alternatively, you can use a CSV (CSV Generator), or XML (XML Generator). Also, if you already have a file with the company details, a File Reader Snap can be used and configured to read the company details.

...

  1. On validation, the Snap shows the JSON generated data.

  2. Configure the Mapper Snap to map the output details from the JSON

...

  1. Generator Snap to the corresponding fields in the HubSpot.

...

  1. On

...

  1. validation, the

...

  1. Snap, displays the JSON input fields are mapped to the HubSpot entity's fields

...

  1. . The data from the Mapper

...

  1. Snap is passed on to the HubSpot Bulk Create

...

  1. Snap.

...

  1. Configure the HubSpot Bulk Create Snap

...

  1. with the Company Entity and Create a Batch of Companies action.

...

  1. On

...

  1. validation, the Snap creates a batch of companies with the

...

  1. configured data.

Download this pipeline.

Downloads

Info
  1. Download and import the pipeline into SnapLogic.

  2. Configure Snap accounts, as applicable.

  3. Provide pipeline parameters, as applicable.

...

Multiexcerpt include macro
macro_uuidf3522bf9-cbca-4b06-9f9e-e73225136a9e
nameHubSpot_SPH
templateDataeJyLjgUAARUAuQ==
pageHubSpot Snap Pack
addpanelfalse

...

Related Content