APIs & Integrations

ariel_cu4tro
メンバー | Platinum Partner
メンバー | Platinum Partner

Error in 'submittedAt'

解決

I have a API form in React and i when send this form the server answer me:

errorType: INVALID_TIMESTAMP

message: Error in 'submittedAt'. Invalid timestamp 1563205697097. Provide a UTC value that is not in the future or too far in the past.

 

The server have the hour correct

0 いいね!
1件の承認済みベストアンサー
Derek_Gervais
解決策
元HubSpot社員
元HubSpot社員

Error in 'submittedAt'

解決

Hey @ariel_cu4tro ,

 

That timestamp doesn't appear to be far enough in the past to trigger that error; couple questions to help narrow down what's going on:

  • Is this happening with every form submission?
  • Do you happen to have a raw form submission request body that I can look at?
  • Is it possible that you're submitting values that are ahead of the current timestamp in UTC?
  • The `submittedAt` field is optional; are you able/willing to exclude that field from your request?

元の投稿で解決策を見る

0 いいね!
4件の返信
pedro380085
参加者

Error in 'submittedAt'

解決

We are bringing our data from another platform and we want to import our form submissions to our Hubspot account.

0 いいね!
Derek_Gervais
解決策
元HubSpot社員
元HubSpot社員

Error in 'submittedAt'

解決

Hey @ariel_cu4tro ,

 

That timestamp doesn't appear to be far enough in the past to trigger that error; couple questions to help narrow down what's going on:

  • Is this happening with every form submission?
  • Do you happen to have a raw form submission request body that I can look at?
  • Is it possible that you're submitting values that are ahead of the current timestamp in UTC?
  • The `submittedAt` field is optional; are you able/willing to exclude that field from your request?
0 いいね!
rajan
メンバー

Error in 'submittedAt'

解決

Hey, I am getting the same error.

0 いいね!
pedro380085
参加者

Error in 'submittedAt'

解決

@Derek_Gervais What is considered "too far in the past"? 1 year? 6 months? Thanks

0 いいね!