Describe the problem/error/question
I am trying to setup pagination in an HTTP node performing a search contacts query. Here is the documentation I am using that talks about Pagination (ClickUp)
What is the error message (if any)?
Bad request - please check your parameters
Error occurred while searching for contact
Please share your workflow
Share the output returned by the last node
Error code
400
Full message
400 - “{“status”:400,“message”:“Error occurred while searching for contact”,“name”:“HttpException”,“traceId”:“8d5354b7-92d2-4a22-a30e-30545406b8d4”}”
Request
{ “body”: { “locationId”: “NO66LefcZO64YxAenyBo”, “page”: 1, “pageLimit”: 500 }, “headers”: { “version”: “2021-07-28”, “accept”: “application/json”, “content-type”: “application/json” }, “method”: “POST”, “uri”: “https://services.leadconnectorhq.com/contacts/search”, “gzip”: true, “rejectUnauthorized”: true, “followRedirect”: true, “resolveWithFullResponse”: true, “followAllRedirects”: true, “timeout”: 300000, “encoding”: null, “json”: false, “useStream”: true, “qs”: {}, “simple”: false }
Information on your n8n setup
- n8n version: [email protected]
- Database (default: SQLite): N8N Cloud
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
- Operating system: Windows 11