naschmid
(Nicholas Schmid)
May 26, 2022, 6:53pm
1
Hello,
I’m trying to build out a automation using the ZenDesk integration service where it creates a ticket within ZenDesk.
Specifically, I am trying to figure out how to fill the following two fields, Contact Method and Category
As best I can tell, these are considered Custom Fields from ZenDesk, which has a property value attached to the Tickets type:
However, there is no documentation on how to structure the values to fill them in.
If anyone has done this, I’d greatly appreciate some insight!
Lak_Ui
(Lakshmi)
May 27, 2022, 6:38am
2
“{““ticket””:{““custom_fields””:[{““id””:“+get the id for contact method+”,““value””:“”“+contact method value+”“”}]}}"
pass the above json in the body of httprequest
To get id for contact method
zendesk url/api/v2/ticket number.json -chose any ticket where contact method field is filled , so that you can search with that value and get the corresponding id for it
Lak_Ui
(Lakshmi)
May 27, 2022, 9:43am
3
Hi @naschmid
Please let us know if this helped
naschmid
(Nicholas Schmid)
May 30, 2022, 1:57pm
4
Hello,
I’m not using the http request method, I’m using the integration service activities which just passes a ‘tickets’ data type.
naschmid
(Nicholas Schmid)
June 7, 2022, 8:23pm
6
Wanted to let you know that I heard back from Support and the feature to fill custom fields is not yet available in the activities package.
system
(system)
Closed
June 11, 2022, 2:53am
8
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.