Hi,
Background
I am planning to perform some automation around tickets on freshdesk. The natural way to achieve this is by tracking sub-tasks or sub-tickets for a ticket that was submitted by a user.
The list of sub-tasks can be dynamic and require additional data source to create. So I would like an automatic process to generate the sub-tickets via an Api call.
The questions
- how can I create child tickets via the Api?
I cannot find documentation for this.
- how can I list child tickets for a particular parent?
- is it possible to view or update custom ticket status via the api.
if so - how can I know what value matches which custom status.
With kind regards,
Ofer