Scoro Node - Find Company - Not useful

Hey team,
Under Scoro there is a node called Find Client. All this does is returns a list for a client profile:


It doesn’t actually find a client.
This is the curl request for what a useful request might be if it was “search for a client by client name”:
curl -X POST “https://{{companyID}}.scoro.com/api/v2/contacts/list”
-H “Content-Type: application/json”
-d ‘{
“company_account_id”: “{{companyID}}”,
“user_token”: “{{userToken}}”,
“request”:{},
“filter”: {
“contact_type”: “company”,
“name”: “%{{companyName}}%”
}
}’

Hello! Thank you for bringing this to my attention; I will pass it on to the app developers.

In the meantime, have you tried implementing this scenario right here and now using JavaScript to have that functionality immediately?

If you need any assistance with this, please let us know!

Yup thats what i do just raising it so you’re aware :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.