Recent searches


No recent searches

Галкин Евгений's Avatar

Галкин Евгений

Joined Oct 16, 2021

·

Last activity Sep 11, 2023

Following

0

Followers

0

Total activity

7

Votes

4

Subscription

1

ACTIVITY OVERVIEW

Latest activity by Галкин Евгений

Галкин Евгений commented,

CommentSubscriptions and licenses

cannot reduce seats!

my ticket 11107462 is opened about 2 weeks and no any reactions from zendesk. 

View comment · Posted Jan 15, 2023 · Галкин Евгений

0

Followers

2

Votes

0

Comments


Галкин Евгений created a post,

Post Q&A - Sales CRM (Sell)

Hello.

I use php lib to api with zendesk sell. 

I have custom field for leads:

{
"items": [{
"data": {
"id": 1757838,
"name": "Интересующая модель авто",
"created_at": "2018-09-05T23:02:42Z",
"updated_at": "2021-04-19T18:05:19Z",
"type": "list",
"choices": [ {
"id": 44,
"name": "Opel Astra K SportsTourer"
}, {
"id": 9,
"name": "Opel Grandland X"
},
............
]
},
"meta": {
"type": "custom_field"
}
}],
"meta": {
"type": "collection",
"count": 1,
"links": {}
}
}

So I want to get all leads, where my custom_field (id 1757838) is "Opel Grandland X" (id 9).

I try: 

$answer = $basecrmclient->leads->all(["per_page" => 100, "status" => "Квалификация", "custom_fields" =>[[1757838=>"Opel Grandland X"]], "owner_id" => "1491217", "sort_by" => "updated_at:desc"]);

And get error:

 
 
[code] => invalid_param
 
[message] => invalid request query parameter
 
[details] => The request query parameter 'custom_fields/0' is malformed, missing, or has an invalid value (is an unexpected parameter)
   

 

 

 

 

Posted Apr 19, 2021 · Галкин Евгений

0

Followers

2

Votes

1

Comment