...
Parameter Name | Data Type | Description | Default Value | Example | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Label | String |
| HubSpot Create | Create a Company | ||||||||
Entity | String | Required. Select the data object to delete. | Association | Company | ||||||||
Action | String | Required. Select the delete-action to perform on the entity selected above. Click to see the list of supported actions. | N/A | Delete a company | ||||||||
Required parameter | Specify the required fields for a specific action. Specify each parameter in a separate row. Click to add a new row. This fieldset consists of the following fields:
| |||||||||||
Parameter | String | Specify the names of the required parameters. Click to see the list of supported parameters. | N/A | table_id | ||||||||
Value | Multiple | Specify the values of the required parameters. The data type of this field depends on the specified parameter. | N/A | 123561234 | ||||||||
Connection timeout | Integer | Required. Enter the connection timeout duration of seconds. | 30 | 30 | ||||||||
Number of retries | Integer | Required. Enter the maximum number of re-connection attempts in case of a failure or timeout. | 0 | 3 | ||||||||
Retry interval (seconds) | Integer | Required. Enter the interval in seconds between reconnections reconnection attempts. | 0 | 10 | ||||||||
Retry policy | Dropdown list | Choose the retry policy for connection and error responses. The available options are:
| Connection errors | Connection and API limit exceeded errors (429) | ||||||||
Snap Execution | String | Indicates how the Snap must be executed. Available options are:
| Execute only | Validate & Execute |
Troubleshooting
Error | Reason | Resolution |
---|---|---|
Missing required parameters. | There is a required parameter that was not provided. | Verify whether all required parameters are configured. |
Examples
...
|
|
| ||||||||||||||||||||||||||||||||||||
|
|
| ||||||||||||||||||||||||||||||||||||
|
|
|
Examples
Delete a Company from HubSpot
We want to delete a company from the HubSpot instance. This Pipeline demonstrates how we can use the HubSpot Delete Snap to accomplish this task:
...
We configure the HubSpot Delete Snap with the Company entity and Delete a company action. We also provide the entity's identifier (company_id) as a required parameter.
Upon execution, the HubSpot Delete Snap deletes the specified entity and outputs a confirmation of the same.
...