Commit c7f60dc
authored
18199 action hubspot workflow api (#18348)
* Add HubSpot Workflow Management Actions
- Implemented new actions for managing workflows in HubSpot, including:
- Create a new workflow
- Retrieve workflow details
- Retrieve emails associated with a workflow
- Retrieve multiple workflows by their IDs
- Retrieve migrated workflow mappings
- Update an existing workflow
- Delete a workflow
- Added corresponding methods in the hubspot.app.mjs for API interactions.
- Updated constants and added necessary props for each action.
* pnpm update
* Update HubSpot Workflow Management Actions
- Refactored workflow-related actions to align with the v4 API, including:
- Updated endpoints and request structures for creating, retrieving, updating, and deleting workflows.
- Added new properties for workflow creation and management, such as `isEnabled`, `actions`, and `enrollmentCriteria`.
- Enhanced error handling and response parsing for better integration.
- Bumped package version to 1.7.0 to reflect these changes.
* Remove Retrieve Batch Workflows Action
- Deleted the `retrieve-batch-workflows` action from HubSpot components as part of the ongoing refactor to streamline workflow management actions.
- Updated the `update-workflow` action to change the `revisionId` type from string to integer for better data integrity.
* Update HubSpot Actions and Sources Versions
- Bumped version numbers for multiple HubSpot actions and sources to reflect recent updates and improvements.
- Actions updated include: add-contact-to-list, batch-create-companies, batch-update-companies, create-associations, create-communication, and more.
- Sources updated include: new-company-property-change, new-contact-property-change, new-deal-property-change, and others.
- Ensured consistency across versioning for better management and tracking of changes.
* Refactor HubSpot workflow actions to use v3 API endpoints
- Updated workflow-related actions to utilize the v3 API instead of v4.
- Renamed variables for clarity and consistency.
- Removed deprecated props from create and update workflow actions.
- Adjusted descriptions in action components to reflect the new API documentation.
- Bumped versions for several source components to maintain compatibility.
* Update versions for multiple HubSpot action and source components to maintain compatibility with the latest API changes.
* Update version numbers for HubSpot source components to ensure compatibility with the latest API changes.
* bump fix
* Bump version of HubSpot Batch Upsert Companies action to 0.0.7
* Bump version of @pipedream/hubspot package to 1.7.31 parent 944bcf0 commit c7f60dc
File tree
2 files changed
+2
-2
lines changed- components/hubspot
- actions/batch-upsert-companies
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments