HubSpot · Arazzo Workflow
HubSpot Manage a HubDB Table
Version 1.0.0
Create a HubDB table, add a row to its draft, then publish the table.
View Spec
View on GitHub
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSalesArazzoWorkflows
Provider
Workflows
manage-hubdb-table
Provision a HubDB table, seed it with a row, and publish it live.
Creates a draft HubDB table, captures its identifier, adds a row to the draft, and publishes the table draft so the structure and row are live.
1
createTable
createHubDBTable
Create a new HubDB table in draft state using the supplied name, label, and column definitions.
2
addRow
addHubDBTableRow
Add a single row to the draft version of the newly created table using the supplied column values.
3
publishTable
publishHubDBTableDraft
Publish the table draft so the new schema and row become live and available for CMS pages.