API & Webhooks

How can I view the Ticket Properties of a ticket using API?
You could use the API to "View a Ticket" and as part of the response, you would be able to receive the Tag added to the ticket. Command : Get ...
Tue, 18 Jun, 2024 at 4:43 PM
Is there an API to list all the tickets and schedule it for a particular time?
You could list all tickets on a periodic basis. The API documentation would be available at http://developer.freshdesk.com/api/#list_all_tickets.  Note:...
Tue, 18 Jun, 2024 at 4:44 PM
How do I create an app?
To get information about creating different apps in Freshdesk you can refer to this documentation: https://developers.freshdesk.com/v2/docs/quick-start/
Tue, 18 Jun, 2024 at 4:45 PM
How do I get a list of agent ID's?
You can use our API to get a list of all the agents which would include the Agent's IDs as well. To know more about the same you can make use of https://...
Tue, 18 Jun, 2024 at 4:55 PM
List all tickets with conversations using API
You can use the API https://developers.freshdesk.com/api/#list_all_ticket_notes to list all the conversations of a ticket. You can make use of a script to f...
Tue, 18 Jun, 2024 at 4:55 PM
How to edit the subject line of the tickets based on certain conditions or specific keyword in the subject?
This can be done using the API. Navigate to Admin > Workflow > Automations > Ticket Creation > New Rule and set up an automation rule as follows...
Tue, 18 Jun, 2024 at 4:56 PM
Can I add a customer satisfaction survey for a ticket using API?
Yes, here is the the API documentation for creating a Satisfaction Survey: https://developer.freshdesk.com/api/#create_satisfaction_rating.  The endpoin...
Tue, 18 Jun, 2024 at 4:58 PM
How to create a ticket with dependent field using API?
You can use Create ticket with custom fields commands via API as given in this link to create a ticket with dependent field using API.
Tue, 18 Jun, 2024 at 5:02 PM
Do we have API and integration capabilities in the free Sprout plan?
No, the access to Freshdesk APIs and the integration capabilities is not available in the free Sprout plan. It will be available from the Blossom plan onwar...
Tue, 18 Jun, 2024 at 5:02 PM
How to create a contact using API?
Refer this link to get detailed information on creating a contact using API.
Tue, 18 Jun, 2024 at 5:02 PM