Skip to content

Commit 51e651a

Browse files
authored
Updated FAQ section.md
Created the "Understanding HubSpot's `date` and dateTime` custom property types"
1 parent 9758233 commit 51e651a

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,7 @@ 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 to your mapped HubSpot custom properties, make sure the correct `date` or `dateTime` property type was selected for the field in HubSpot as explained on [HubSpot's API Docs](https://developers.hubspot.com/docs/api/crm/crm-custom-objects#properties), otherwise the event may fail due to an "**Invalid Date Error**."
103+
104+
Both HubSpot's _date_ property types each accept ISO 8601 formatted values, but only the `dateTime` property type will successully accept values that include the time data.

0 commit comments

Comments
 (0)