APIs & Integrations

ariel_cu4tro
Mitglied | Platinum Partner
Mitglied | Platinum Partner

Error in 'submittedAt'

lösung

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 Upvotes
1 Akzeptierte Lösung
Derek_Gervais
Lösung
HubSpot-Alumnus/Alumna
HubSpot-Alumnus/Alumna

Error in 'submittedAt'

lösung

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?

Lösung in ursprünglichem Beitrag anzeigen

0 Upvotes
4 Antworten
pedro380085
Teilnehmer/-in

Error in 'submittedAt'

lösung

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

0 Upvotes
Derek_Gervais
Lösung
HubSpot-Alumnus/Alumna
HubSpot-Alumnus/Alumna

Error in 'submittedAt'

lösung

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 Upvotes
rajan
Mitglied

Error in 'submittedAt'

lösung

Hey, I am getting the same error.

0 Upvotes
pedro380085
Teilnehmer/-in

Error in 'submittedAt'

lösung

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

0 Upvotes