Hello Team,
I need your help where I want to map the customer organization Field to the Custom ticket field. I am using the webhook PUT https://dmydomain.zendesk.com/api/v2/tickets/{{ticket.id}}.json and following JSON scrip. i am getting the 200 responses the custom ticket field is not getting updated.
{
"ticket": {
"custom_fields": [
{
"id": 5992342402971,
"value": "{{ticket.organization.custom_fields.30000001.title}}"
}
]
}
}
Can you please help me with this request?
Thank you,
Abhishek Govani




