Skip to content

Commit 76b3c51

Browse files
Merge pull request #6320 from segmentio/MStephen024-patch-1
Updated FAQ section.md
2 parents 9758233 + 201f183 commit 76b3c51

File tree

1 file changed

+6
-0
lines changed
  • src/connections/destinations/catalog/actions-hubspot-cloud

1 file changed

+6
-0
lines changed

src/connections/destinations/catalog/actions-hubspot-cloud/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,9 @@ Follow the steps mentioned [here](https://knowledge.hubspot.com/integrations/con
9898
### How does disconnecting and uninstalling affect a user's data and HubSpot account?
9999
Segment immediately stops sending data to HubSpot after you disconnect and uninstall a HubSpot account.
100100

101+
### Understanding HubSpot's `date` and dateTime` custom property types
102+
If you plan on sending a _date_ value that includes time data to your mapped HubSpot custom properties, select HubSpot's `dateTime` property type in HubSpot. If you plan to send a _date_ value that does not contain time data, select the `date` property value in HubSpot. For more information about custom property types, see HubSpot's [Custom objects](https://developers.hubspot.com/docs/api/crm/crm-custom-objects#properties){:target="_blank”} documentation.
103+
104+
If you send a _date_ value that contains time data to a custom property in HubSpot with a `date` property type, the event might fail due to an "**Invalid Date Error**."
105+
106+
Both of HubSpot's _date_ property types each accept ISO 8601 formatted values, but only the `dateTime` property type accepts values that include time data.

0 commit comments

Comments
 (0)