Great point but I still donât know why my requests gets sent without a value, but with a raw string of my âformulaâ on the filters
array.
How does it look on your side?
{
"_engineData": {
"calledAt": "Not available"
},
"response": {
"status": 400,
"headers": {
"date": "Mon, 27 Nov 2023 17:29:59 GMT",
"content-type": "application/json;charset=utf-8",
"content-length": "123",
"connection": "close",
"cf-ray": "82cc18afed169597-DUB",
"cf-cache-status": "DYNAMIC",
"strict-transport-security": "max-age=31536000; includeSubDomains; preload",
"vary": "origin",
"access-control-allow-credentials": "false",
"x-content-type-options": "nosniff",
"x-envoy-upstream-service-time": "96",
"x-evy-trace-listener": "listener_https",
"x-evy-trace-route-configuration": "listener_https/all",
"x-evy-trace-route-service-name": "envoyset-translator",
"x-evy-trace-served-by-pod": "iad02/hubapi-td/envoy-proxy-66c9b4c4f4-d2k8j",
"x-evy-trace-virtual-host": "all",
"x-hubspot-correlation-id": "e2335f9c-5729-4658-a81b-c361c8b5409e",
"x-request-id": "e2335f9c-5729-4658-a81b-c361c8b5409e",
"x-trace": "2B0B54F8A95F70CC693C837FA06E3E1DF8C3F2D1D9000000000000000000",
"report-to": "{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=wO49CezH7FLPLhcixHxlthyjrF8BB3AYmjih7h6N%2F9nkpcXgbZGTfZpNU%2BtRSv87csvfeJwo6ZdcMuScZWN5tBBxZvgDmADQZlom06XjppiW7CMbRN%2Fx2DlrfjFJ4yAK\"}],\"group\":\"cf-nel\",\"max_age\":604800}",
"nel": "{\"success_fraction\":0.01,\"report_to\":\"cf-nel\",\"max_age\":604800}",
"server": "cloudflare"
},
"body": {
"status": "error",
"message": "There was a problem with the request.",
"correlationId": "e2335f9c-5729-4658-a81b-c361c8b5409e"
},
"_engineData": {
"calledAt": "Not available"
}
},
"request": {
"url": "https://api.hubapi.com/crm/v3/objects/contacts/search",
"headers": {
"user-agent": "Make/production",
"authorization": "***",
"content-type": "application/json"
},
"method": "POST",
"body": {
"limit": 100,
"sorts": [
{
"direction": "DESCENDING",
"propertyName": "createdate"
}
],
"properties": [],
"filterGroups": [
{
"filters": [
{
"propertyName": "createdate",
"operator": "GT",
"value": "{{addHours(now; -24)}}"
}
]
}
]
}
}
}