Freshdesk
Aynı zamanda bir ajan aracıFreshdesk customer-support connector — full v2 REST coverage for tickets, conversations, time entries, satisfaction surveys, contacts, companies, agents, groups, roles, skills, canned responses, solutions/KB, fields/forms, automations and more (per-tenant Basic auth)
161 eylemler · 4 tetikleyiciler
Freshdesk entegrasyonu — 161 aksiyon ve 4 tetikleyici ile Freshdesk'ı otomasyonlarına bağla; her aksiyon aynı zamanda bir AI agent aracı. Örnek: Create Ticket, Create Outbound Email Ticket, List Tickets, Get Ticket, Update Ticket. Boş bir tuvalde uğraşmadan — bağla ve workflow'larında kullan.
Aşağıdaki her eylem, bir AI ajanının da çağırabileceği bir araçtır — aynı pack hem iş akışlarınızı hem ajanlarınızı çalıştırır.
Tetikleyiciler 4
Freshdesk üzerinde bir iş akışını başlatabilen olaylar.
Ticket Created
Fires when a Freshdesk Automation rule posts `ticket_created`. The body is operator-authored — the recommended template is in webhooks.md.
Ticket Updated
Fires when a Freshdesk Automation rule posts `ticket_updated`. The body is operator-authored — the recommended template is in webhooks.md.
New or Updated Ticket
Poll with updated_since (ISO-8601) and dedupe on ticket id; Freshdesk Automation webhooks carry no HMAC signature.
List Satisfaction Ratings
List all account satisfaction ratings (GET /surveys/satisfaction_ratings).
Eylemler 161
Zervanor'un Freshdesk üzerinde yapabilecekleri.
Tickets25
Create Ticket
Create a ticket (POST /tickets).
Create Outbound Email Ticket
Create an outbound-email ticket (POST /tickets/outbound_email).
List Tickets
List tickets with filter and pagination (GET /tickets).
Get Ticket
View a single ticket (GET /tickets/{id}).
Update Ticket
Update a ticket (PUT /tickets/{id}).
Delete Ticket
Soft-delete a ticket (DELETE /tickets/{id}).
Restore Ticket
Restore a deleted ticket (POST /tickets/{id}/restore).
Bulk Update Tickets
Bulk update tickets (PUT /tickets/bulk_update).
Bulk Delete Tickets
Bulk delete tickets (DELETE /tickets/bulk_delete).
Forward Ticket
Forward a ticket (POST /tickets/{id}/forward).
Merge Tickets
Merge tickets (POST /tickets/merge).
Archive Tickets
Archive tickets (POST /tickets/archive).
List Associated Tickets
List associated (tracker/related) tickets (GET /tickets/{id}/associated_tickets).
Get Prime Association
Get the prime/parent association of a ticket (GET /tickets/{id}/prime_association).
Create Reply
Add a public reply to a ticket (POST /tickets/{id}/reply).
Create Note
Add a private/public note to a ticket (POST /tickets/{id}/notes).
Reply To Forward
Reply to a forwarded ticket (POST /tickets/{id}/reply_to_forward).
List Ticket Conversations
List conversations on a ticket (GET /tickets/{id}/conversations).
List Watchers
List watchers on a ticket (GET /tickets/{id}/watchers).
Add Watcher
Add watcher(s) to a ticket (POST /tickets/{id}/watchers).
Remove Watcher
Remove a watcher from a ticket (DELETE /tickets/{id}/watchers/{watcher_id}).
Create Ticket Time Entry
Create a time entry on a ticket (POST /tickets/{ticket_id}/time_entries).
List Ticket Time Entries
List time entries on a ticket (GET /tickets/{ticket_id}/time_entries).
Create Satisfaction Rating
Create a satisfaction rating on a ticket (POST /tickets/{ticket_id}/satisfaction_ratings).
List Ticket Satisfaction Ratings
View ratings for a ticket (GET /tickets/{ticket_id}/satisfaction_ratings).
Admin21
Create Admin Group
Create a group in the admin/round-robin model (POST /admin/groups).
List Admin Groups
List groups (admin model) (GET /admin/groups).
Get Admin Group
View a group (admin model) (GET /admin/groups/{id}).
Update Admin Group
Update a group (admin model) (PUT /admin/groups/{id}).
Delete Admin Group
Delete a group (admin model) (DELETE /admin/groups/{id}).
List Admin Group Agents
List agents in a group (GET /admin/groups/{id}/agents).
Update Admin Group Agents
Add/remove agents in a group (PUT /admin/groups/{id}/agents).
Create Skill
Create a skill (POST /admin/skills).
List Skills
List skills (GET /admin/skills).
Get Skill
View a skill (GET /admin/skills/{id}).
Update Skill
Update a skill (PUT /admin/skills/{id}).
Delete Skill
Delete a skill (DELETE /admin/skills/{id}).
Create Ticket Field
Create a ticket field (POST /admin/ticket_fields).
Get Ticket Field
View a ticket field (GET /admin/ticket_fields/{id}).
Update Ticket Field
Update a ticket field (PUT /admin/ticket_fields/{id}).
Delete Ticket Field
Delete a ticket field (DELETE /admin/ticket_fields/{id}).
List Ticket Field Sections
List sections of a ticket field (GET /admin/ticket_fields/{id}/sections).
Create Ticket Field Section
Create a section on a ticket field (POST /admin/ticket_fields/{id}/sections).
Get Ticket Field Section
View a section (GET /admin/ticket_fields/{id}/sections/{section_id}).
Update Ticket Field Section
Update a section (PUT /admin/ticket_fields/{id}/sections/{section_id}).
Delete Ticket Field Section
Delete a section (DELETE /admin/ticket_fields/{id}/sections/{section_id}).
Solutions15
Create Solution Category
Create a KB category (POST /solutions/categories).
List Solution Categories
List KB categories (GET /solutions/categories).
Get Solution Category
View a KB category (GET /solutions/categories/{id}).
Update Solution Category
Update a KB category (PUT /solutions/categories/{id}).
Delete Solution Category
Delete a KB category (DELETE /solutions/categories/{id}).
Create Solution Folder
Create a folder in a category (POST /solutions/categories/{id}/folders).
List Solution Folders
List folders in a category (GET /solutions/categories/{id}/folders).
Get Solution Folder
View a folder (GET /solutions/folders/{id}).
Update Solution Folder
Update a folder (PUT /solutions/folders/{id}).
Delete Solution Folder
Delete a folder (DELETE /solutions/folders/{id}).
Create Solution Article
Create an article in a folder (POST /solutions/folders/{id}/articles).
List Solution Articles
List articles in a folder (GET /solutions/folders/{id}/articles).
Get Solution Article
View an article (GET /solutions/articles/{id}).
Update Solution Article
Update an article (PUT /solutions/articles/{id}).
Delete Solution Article
Delete an article (DELETE /solutions/articles/{id}).
Contacts13
Create Contact
Create a contact (POST /contacts).
List Contacts
List contacts (GET /contacts).
Get Contact
View a contact (GET /contacts/{id}).
Update Contact
Update a contact (PUT /contacts/{id}).
Delete Contact
Soft-delete a contact (DELETE /contacts/{id}).
Hard Delete Contact
Permanently delete a contact (DELETE /contacts/{id}/hard_delete).
Restore Contact
Restore a contact (POST /contacts/{id}/restore).
Make Contact Agent
Convert a contact to an agent (POST /contacts/{id}/make_agent).
Send Contact Invite
Send an activation invite to a contact (POST /contacts/{id}/send_invite).
Merge Contacts
Merge contacts (POST /contacts/merge).
Autocomplete Contacts
Autocomplete-search contacts (GET /contacts/autocomplete).
Export Contacts
Start a contact export (POST /contacts/export).
Import Contacts
Start a contact import (POST /contacts/imports).
Agents10
Create Agent
Create an agent (POST /agents).
List Agents
List agents (GET /agents).
Get Agent
View an agent (GET /agents/{id}).
Update Agent
Update an agent (PUT /agents/{id}).
Delete Agent
Delete (downgrade) an agent (DELETE /agents/{id}).
Get Current Agent
View the currently authenticated agent (GET /agents/me).
Bulk Create Agents
Create multiple agents (POST /agents/bulk).
Autocomplete Agents
Autocomplete-search agents (GET /agents/autocomplete).
Get Agent Availability
View agent availability (GET /agents/{id}/availability).
Update Agent Availability
Update agent load/availability (PUT /agents/{id}/availability).
Ticket Forms9
List Ticket Forms
List ticket forms (GET /ticket-forms).
Create Ticket Form
Create a ticket form (POST /ticket-forms).
Get Ticket Form
View a ticket form (GET /ticket-forms/{id}).
Update Ticket Form
Update a ticket form (PUT /ticket-forms/{id}).
Delete Ticket Form
Delete a ticket form (DELETE /ticket-forms/{id}).
Clone Ticket Form
Clone a ticket form (POST /ticket-forms/{id}/clone).
Get Ticket Form Field
View a form field (GET /ticket-forms/{form_id}/fields/{field_id}).
Update Ticket Form Field
Update a form field (PUT /ticket-forms/{form_id}/fields/{field_id}).
Delete Ticket Form Field
Delete a form field (DELETE /ticket-forms/{form_id}/fields/{field_id}).
Companies8
Create Company
Create a company (POST /companies).
List Companies
List companies (GET /companies).
Get Company
View a company (GET /companies/{id}).
Update Company
Update a company (PUT /companies/{id}).
Delete Company
Delete a company (DELETE /companies/{id}).
Autocomplete Companies
Autocomplete-search companies (GET /companies/autocomplete).
Export Companies
Start a company export (POST /companies/export).
Import Companies
Start a company import (POST /companies/imports).
Automations5
List Automation Rules
List automation rules of a type (GET /automations/{automation_type_id}/rules).
Get Automation Rule
View an automation rule (GET /automations/{automation_type_id}/rules/{id}).
Create Automation Rule
Create an automation rule (POST /automations/{automation_type_id}/rules).
Update Automation Rule
Update an automation rule (PUT /automations/{automation_type_id}/rules/{id}).
Delete Automation Rule
Delete an automation rule (DELETE /automations/{automation_type_id}/rules/{id}).
Company Fields5
List Company Fields
List company fields (GET /company_fields).
Get Company Field
View a company field (GET /company_fields/{id}).
Create Company Field
Create a company field (POST /company_fields).
Update Company Field
Update a company field (PUT /company_fields/{id}).
Delete Company Field
Delete a company field (DELETE /company_fields/{id}).
Contact Fields5
List Contact Fields
List contact fields (GET /contact_fields).
Get Contact Field
View a contact field (GET /contact_fields/{id}).
Create Contact Field
Create a contact field (POST /contact_fields).
Update Contact Field
Update a contact field (PUT /contact_fields/{id}).
Delete Contact Field
Delete a contact field (DELETE /contact_fields/{id}).
Groups5
Create Group
Create a group (POST /groups).
List Groups
List groups (GET /groups).
Get Group
View a group (GET /groups/{id}).
Update Group
Update a group (PUT /groups/{id}).
Delete Group
Delete a group (DELETE /groups/{id}).
Canned Responses4
Create Canned Response
Create a canned response (POST /canned_responses).
Get Canned Response
View a canned response (GET /canned_responses/{id}).
Update Canned Response
Update a canned response (PUT /canned_responses/{id}).
Bulk Create Canned Responses
Bulk-create canned responses (POST /canned_responses/bulk).
Time Entries4
List Time Entries
List all time entries (GET /time_entries).
Update Time Entry
Update a time entry (PUT /time_entries/{id}).
Toggle Time Entry Timer
Start/stop the timer on a time entry (POST /time_entries/{id}/toggle_timer).
Delete Time Entry
Delete a time entry (DELETE /time_entries/{id}).
Canned Response Folders3
List Canned Response Folders
List canned-response folders (GET /canned_response_folders).
Get Canned Response Folder
View a folder (GET /canned_response_folders/{id}).
List Folder Canned Responses
List responses in a folder (GET /canned_response_folders/{id}/responses).
Customer Satisfaction3
List CSAT Surveys
List new-CSAT surveys (GET /customer-satisfaction/surveys).
Create CSAT Response
Create a CSAT survey response (POST /customer-satisfaction/surveys/{survey_id}/responses).
List CSAT Responses
View CSAT survey responses (GET /customer-satisfaction/surveys/{survey_id}/responses).
Search3
Search Tickets
Filter/search tickets with a Lucene-like query (GET /search/tickets).
Search Contacts
Filter contacts with a query (GET /search/contacts).
Search Companies
Filter companies with a query (GET /search/companies).
Sla Policies3
Create SLA Policy
Create an SLA policy (POST /sla_policies).
List SLA Policies
List SLA policies (GET /sla_policies).
Update SLA Policy
Update an SLA policy (PUT /sla_policies/{id}).
Account2
Get Account
View account details (GET /account).
Export Account
Start an account export (POST /account/export).
Business Hours2
List Business Hours
List business-hour configs (GET /business_hours).
Get Business Hours
View a business-hour config (GET /business_hours/{id}).
Canned Response Folder2
Create Canned Response Folder
Create a folder (POST /canned_response_folder).
Update Canned Response Folder
Update a folder (PUT /canned_response_folder/{id}).
Conversations2
Update Conversation
Update a conversation (reply/note) (PUT /conversations/{id}).
Delete Conversation
Delete a conversation (DELETE /conversations/{id}).
Email Configs2
List Email Configs
List email configs (GET /email_configs).
Get Email Config
View an email config (GET /email_configs/{id}).
Products2
List Products
List products (GET /products).
Get Product
View a product (GET /products/{id}).
Roles2
List Roles
List roles (GET /roles).
Get Role
View a role (GET /roles/{id}).
Surveys2
List Satisfaction Ratings
List all account satisfaction ratings (GET /surveys/satisfaction_ratings).
List Surveys
List all surveys (GET /surveys).
Jobs1
Get Job
View an async job status (export/import/bulk) (GET /jobs/{id}).
Scenario Automations.Json1
List Scenario Automations
List scenario automations (GET /scenario_automations.json).
Settings1
Get Helpdesk Settings
View helpdesk settings (GET /settings/helpdesk).
Ticket Fields1
List Ticket Fields
List ticket fields (GET /ticket_fields).
Aramanızla eşleşen bir şey yok.
Freshdesk kullanan Çözüm Şablonları
Freshdesk ile kendi otomasyonunu görsel tasarımcıda kur.
Sıkça sorulan sorular
Freshdesk ile neler otomatikleştirebilirim?
161 aksiyon var — örneğin: Create Ticket, Create Outbound Email Ticket, List Tickets, Get Ticket, Update Ticket ve daha fazlası.
Hangi Freshdesk olayları bir workflow başlatabilir?
4 tetikleyici — örneğin: Ticket Created, Ticket Updated, New or Updated Ticket, List Satisfaction Ratings.
Freshdesk bir AI agent aracı olarak kullanılabilir mi?
Evet. Freshdesk'ın her aksiyonu otomatik olarak bir AI agent aracına dönüşür — aynı pack hem workflow'larını hem agent'larını besler.
Freshdesk entegrasyonu nasıl modellenir?
Freshdesk sürümlü bir connector pack olarak modellenir; muhakeme gerektiren adımlar workflow'larla aynı runtime'da barınan first-party agent'lara düşer.