
Hubspot API Integration Profile
Information and guides about integrating with Hubspot API
Add Hubspot Integration to Your AppHow to work with Site Pages in Hubspot API
Site Pages Fields
Field Name | API Key | Type | Description |
---|---|---|---|
Publish Date | publishDate | string | The date (ISO8601 format) the page is to be published at. |
Language | language | string | The explicitly defined ISO 639 language code of the page. If null, the page will default to the language of the Domain. |
Enable Layout Stylesheets | enableLayoutStylesheets | boolean | Boolean to determine whether or not the styles from the template should be applied. |
Meta Description | metaDescription | string | A description that goes in <meta> tag on the page. |
Attached Stylesheets | attachedStylesheets | array of items | List of stylesheets to attach to this page. These stylesheets are attached to just this page. Order of precedence is bottom to top, just like in the HTML. |