Oct 21, 2021 3:24 AM
i m getting error while creating Ticket from V3 and input json im prividing is this
Solved! Go to Solution.
Oct 22, 2021 10:10 AM
@ashuuas , Try changing the hs_pipeline and hs_pipeline_stage values to their numeric ids.
eg:
{
"properties": {
"content": null,
"hs_pipeline": "0",
"hs_pipeline_stage": "1",
"subject": "new ticket"
}
}
Oct 25, 2021 12:24 AM
Yes and thankyou ..
Oct 22, 2021 10:10 AM
@ashuuas , Try changing the hs_pipeline and hs_pipeline_stage values to their numeric ids.
eg:
{
"properties": {
"content": null,
"hs_pipeline": "0",
"hs_pipeline_stage": "1",
"subject": "new ticket"
}
}