Hi all, I’m very new to Bubble so apologies if this questions is stupid. I’m trying to get emails from HubSpot using the endpoint from their documentation: HubSpot Developer Documentation
Some other calls I have setup work great but this one is giving me the below error:
There was an issue setting up your call.
Raw response for the API
Status code 400
{“correlationId”:“e1290106-b809-3346-8abb-0da716f74848”,“message”:“Unable to parse value for query parameter: startTimestamp”,“status”:“error”}
I’ve tried entering some parameters to resolve the error but no luck. I’m hoping someone can help me, thanks! Photos of the setup and error with attempted solution below
the error is Saying that the value for ‘startTimestamp’ value is in correct, see tge hubspot documentation for this parameter value
Thanks @Baloshi69 super helpful I understand the problem now. I am able to make the call but do you know how I can choose to not set any values here? Is this possible or are they always required? The HubSpot documentation is below:
this is always required sir, but you can make it dynamic, and let the user choose the time.
this is a search on which time duration eamil you want to see else, there will be like 1000s of email which overwhel our app.
So, i think hubspot with this parameter wnat user to limit the duraitons of email which user want to see. like just this week or yesterdays email. thats why we need to pass this parameter.
you can make it dynamic and let user choose the time duraiton.
Thanks Biloshi this is super helpful, I will make this dynamic and define a default value and provide an input to allow users to decide what they want to return. Much appreciated!
1 Like