📝 Overview
Yoom integrates with HubSpot, enabling various operations.
This article explains the key points to note when entering dates into date-type properties in HubSpot.
🛠️ Setup Method
A date-type property refers to fields like the following:
When entering a date into this property via Yoom, the date format must be one of the following:
YYYY-MM-DD
Example: 2024-08-07
UNIXTIME+000
Example: 1722988800000
☝️ Note:
Any other date format will result in an error.
Successful Examples
Entered in YYYY-MM-DD format ⬇️
Entered in UNIXTIME+000 format ⬇️
Error Examples
Entered in YYYY/MM/DD format ⬇️
☝️ Points to Note
UNIXTIME is usually represented by a 10-digit value (e.g., 1722988800). However, this will cause an error due to HubSpot's specifications.
When using UNIXTIME for data entry, you need to add three zeros to the 10-digit value, converting it into a 13-digit value (e.g., 1722988800 → 1722988800000).
These are the essential points to remember when setting date-type properties in HubSpot. 🎉
📚 Related Guides
How to Register HubSpot in Yoom - View Guide Here
What You Can Do with HubSpot Integration in Yoom - View Guide Here
How to Retrieve Custom Property Values in HubSpot - View Guide Here
Related Keywords
Related Keywords
HubSpot, date, date type, unixtime, things to note