...
Table of Contents | ||||||
---|---|---|---|---|---|---|
|
Overview
You can use this Snap to update bulk data objects in the HubSpot portal. Learn more about HubSpot APIs.
...
Snap Type
The HubSpot Snap is a Write type Snap.
Prerequisites
None.
Support for Ultra Pipelines
Works in Ultra Pipelines.
Limitations
None.
Known Issues
Records only up to Only 100 records can be updated in a single runexecution.
Snap Views
Type | Format | Number of Views | Examples of Upstream and Downstream Snaps | Description |
---|---|---|---|---|
Input | Document |
|
| A document containing details identifying the entity (s) to update along with the information to update. |
Output | Document |
|
| A document containing details of the updated entity(s). |
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:
Learn more about Error handling in Pipelines. |
Snap Settings
Info |
---|
|
Field Name | Field Type | Description | |
---|---|---|---|
Label* Default Value: HubSpot Bulk Update Example: Bulk Update Companies | String | Specify a name for the Snap. If you have more than one of the same snaps in the pipeline, you can modify this and create a unique name. | |
API Version* Default Value: V3 Example: V4 | StringDropdown list | Select the version of the API that you are using the API version to use for the pipeline. | |
Category* Default Value: N/A Example: CRM | String | Required. Select the application in which you are updating to update the data objects. | |
Entity* Default Value: N N/A Example: Companies | String | Required. Select the data object to be updatedupdate. | |
Action* Default Value: N N/A Example: Update a batch of Companies | String | Required. Select Specify the action to be performed perform by the snap. Clicking the icon lists the supported actionsSnap. | |
Required Parameters | Use this field set to enable the Snap to perform a specific action. | ||
Parameter* Default Value: N/A | String | Specify the names of the required parameters. | |
Value* Default Value: N N/A | Multiple | Specify the values for mentioned parameters. The data type of this field depends on the specified parameter. | |
Connection Timeout Default Value: 30 Example: 30 | Integer | Required. A time period within which the snap should be runSpecify the connection timeout duration in seconds. | |
Number of re-triesretries* Default Value: 0 Example: 3 | Integer | Required. The Specify the maximum number of re-connection attempts reconnections in case of a connection failure or timeout. | |
Retry Interval (seconds)* Default Value: 0 Example: 15 | Integer | Required. The Specify the time interval between consecutive reconnection connection attempts. | |
Snap Execution Default Value: Execute only | Dropdown list | Select one of the following three modes in which the Snap executes:
|
Examples
...
Update a
...
batch of
...
companies
The following example pipeline demonstrates how to update the batch of companies in the HubSpot portal.
...
On validating, the JSON input fields are mapped to the HubSpot entity 's fields as shown in the Mapper snap's output belowfollows:
...
Finally, the output from the Mapper snap is passed on to the HubSpot Bulk Update snap. The HubSpot Bulk update snap is configured configure the HubSpot Bulk update snap with the Company Entity and Update a Batch of Companies action.
...
On running validating the HubSpot Bulk Update Snap, it the Snap updates a batch of companies with the mentioned specified details as shown in the screenshot below.follows:
...
Downloads
Info |
---|
|
Attachments | ||||
---|---|---|---|---|
|
Snap Pack History
Expand | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
|
...
Related Content
Endpoint Doc Link 1
Endpoint Doc Link 2
Endpoint Doc Link 3HubSpot Documentation
...