Freshdesk entegrasyonu | Zervanor
← Tüm konnektörler

Freshdesk

Aynı zamanda bir ajan aracı
support

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.

webhook

Ticket Created

Fires when a Freshdesk Automation rule posts `ticket_created`. The body is operator-authored — the recommended template is in webhooks.md.

webhook

Ticket Updated

Fires when a Freshdesk Automation rule posts `ticket_updated`. The body is operator-authored — the recommended template is in webhooks.md.

polling

New or Updated Ticket

Poll with updated_since (ISO-8601) and dedupe on ticket id; Freshdesk Automation webhooks carry no HMAC signature.

polling

List Satisfaction Ratings

List all account satisfaction ratings (GET /surveys/satisfaction_ratings).

Eylemler 161

Zervanor'un Freshdesk üzerinde yapabilecekleri.

Tickets25

POST

Create Ticket

Create a ticket (POST /tickets).

POST

Create Outbound Email Ticket

Create an outbound-email ticket (POST /tickets/outbound_email).

GET

List Tickets

List tickets with filter and pagination (GET /tickets).

GET

Get Ticket

View a single ticket (GET /tickets/{id}).

PUT

Update Ticket

Update a ticket (PUT /tickets/{id}).

DELETE

Delete Ticket

Soft-delete a ticket (DELETE /tickets/{id}).

POST

Restore Ticket

Restore a deleted ticket (POST /tickets/{id}/restore).

PUT

Bulk Update Tickets

Bulk update tickets (PUT /tickets/bulk_update).

DELETE

Bulk Delete Tickets

Bulk delete tickets (DELETE /tickets/bulk_delete).

POST

Forward Ticket

Forward a ticket (POST /tickets/{id}/forward).

POST

Merge Tickets

Merge tickets (POST /tickets/merge).

POST

Archive Tickets

Archive tickets (POST /tickets/archive).

GET

List Associated Tickets

List associated (tracker/related) tickets (GET /tickets/{id}/associated_tickets).

GET

Get Prime Association

Get the prime/parent association of a ticket (GET /tickets/{id}/prime_association).

POST

Create Reply

Add a public reply to a ticket (POST /tickets/{id}/reply).

POST

Create Note

Add a private/public note to a ticket (POST /tickets/{id}/notes).

POST

Reply To Forward

Reply to a forwarded ticket (POST /tickets/{id}/reply_to_forward).

GET

List Ticket Conversations

List conversations on a ticket (GET /tickets/{id}/conversations).

GET

List Watchers

List watchers on a ticket (GET /tickets/{id}/watchers).

POST

Add Watcher

Add watcher(s) to a ticket (POST /tickets/{id}/watchers).

DELETE

Remove Watcher

Remove a watcher from a ticket (DELETE /tickets/{id}/watchers/{watcher_id}).

POST

Create Ticket Time Entry

Create a time entry on a ticket (POST /tickets/{ticket_id}/time_entries).

GET

List Ticket Time Entries

List time entries on a ticket (GET /tickets/{ticket_id}/time_entries).

POST

Create Satisfaction Rating

Create a satisfaction rating on a ticket (POST /tickets/{ticket_id}/satisfaction_ratings).

GET

List Ticket Satisfaction Ratings

View ratings for a ticket (GET /tickets/{ticket_id}/satisfaction_ratings).

Admin21

POST

Create Admin Group

Create a group in the admin/round-robin model (POST /admin/groups).

GET

List Admin Groups

List groups (admin model) (GET /admin/groups).

GET

Get Admin Group

View a group (admin model) (GET /admin/groups/{id}).

PUT

Update Admin Group

Update a group (admin model) (PUT /admin/groups/{id}).

DELETE

Delete Admin Group

Delete a group (admin model) (DELETE /admin/groups/{id}).

GET

List Admin Group Agents

List agents in a group (GET /admin/groups/{id}/agents).

PUT

Update Admin Group Agents

Add/remove agents in a group (PUT /admin/groups/{id}/agents).

POST

Create Skill

Create a skill (POST /admin/skills).

GET

List Skills

List skills (GET /admin/skills).

GET

Get Skill

View a skill (GET /admin/skills/{id}).

PUT

Update Skill

Update a skill (PUT /admin/skills/{id}).

DELETE

Delete Skill

Delete a skill (DELETE /admin/skills/{id}).

POST

Create Ticket Field

Create a ticket field (POST /admin/ticket_fields).

GET

Get Ticket Field

View a ticket field (GET /admin/ticket_fields/{id}).

PUT

Update Ticket Field

Update a ticket field (PUT /admin/ticket_fields/{id}).

DELETE

Delete Ticket Field

Delete a ticket field (DELETE /admin/ticket_fields/{id}).

GET

List Ticket Field Sections

List sections of a ticket field (GET /admin/ticket_fields/{id}/sections).

POST

Create Ticket Field Section

Create a section on a ticket field (POST /admin/ticket_fields/{id}/sections).

GET

Get Ticket Field Section

View a section (GET /admin/ticket_fields/{id}/sections/{section_id}).

PUT

Update Ticket Field Section

Update a section (PUT /admin/ticket_fields/{id}/sections/{section_id}).

DELETE

Delete Ticket Field Section

Delete a section (DELETE /admin/ticket_fields/{id}/sections/{section_id}).

Solutions15

POST

Create Solution Category

Create a KB category (POST /solutions/categories).

GET

List Solution Categories

List KB categories (GET /solutions/categories).

GET

Get Solution Category

View a KB category (GET /solutions/categories/{id}).

PUT

Update Solution Category

Update a KB category (PUT /solutions/categories/{id}).

DELETE

Delete Solution Category

Delete a KB category (DELETE /solutions/categories/{id}).

POST

Create Solution Folder

Create a folder in a category (POST /solutions/categories/{id}/folders).

GET

List Solution Folders

List folders in a category (GET /solutions/categories/{id}/folders).

GET

Get Solution Folder

View a folder (GET /solutions/folders/{id}).

PUT

Update Solution Folder

Update a folder (PUT /solutions/folders/{id}).

DELETE

Delete Solution Folder

Delete a folder (DELETE /solutions/folders/{id}).

POST

Create Solution Article

Create an article in a folder (POST /solutions/folders/{id}/articles).

GET

List Solution Articles

List articles in a folder (GET /solutions/folders/{id}/articles).

GET

Get Solution Article

View an article (GET /solutions/articles/{id}).

PUT

Update Solution Article

Update an article (PUT /solutions/articles/{id}).

DELETE

Delete Solution Article

Delete an article (DELETE /solutions/articles/{id}).

Contacts13

POST

Create Contact

Create a contact (POST /contacts).

GET

List Contacts

List contacts (GET /contacts).

GET

Get Contact

View a contact (GET /contacts/{id}).

PUT

Update Contact

Update a contact (PUT /contacts/{id}).

DELETE

Delete Contact

Soft-delete a contact (DELETE /contacts/{id}).

DELETE

Hard Delete Contact

Permanently delete a contact (DELETE /contacts/{id}/hard_delete).

POST

Restore Contact

Restore a contact (POST /contacts/{id}/restore).

POST

Make Contact Agent

Convert a contact to an agent (POST /contacts/{id}/make_agent).

POST

Send Contact Invite

Send an activation invite to a contact (POST /contacts/{id}/send_invite).

POST

Merge Contacts

Merge contacts (POST /contacts/merge).

GET

Autocomplete Contacts

Autocomplete-search contacts (GET /contacts/autocomplete).

POST

Export Contacts

Start a contact export (POST /contacts/export).

POST

Import Contacts

Start a contact import (POST /contacts/imports).

Agents10

POST

Create Agent

Create an agent (POST /agents).

GET

List Agents

List agents (GET /agents).

GET

Get Agent

View an agent (GET /agents/{id}).

PUT

Update Agent

Update an agent (PUT /agents/{id}).

DELETE

Delete Agent

Delete (downgrade) an agent (DELETE /agents/{id}).

GET

Get Current Agent

View the currently authenticated agent (GET /agents/me).

POST

Bulk Create Agents

Create multiple agents (POST /agents/bulk).

GET

Autocomplete Agents

Autocomplete-search agents (GET /agents/autocomplete).

GET

Get Agent Availability

View agent availability (GET /agents/{id}/availability).

PUT

Update Agent Availability

Update agent load/availability (PUT /agents/{id}/availability).

Ticket Forms9

GET

List Ticket Forms

List ticket forms (GET /ticket-forms).

POST

Create Ticket Form

Create a ticket form (POST /ticket-forms).

GET

Get Ticket Form

View a ticket form (GET /ticket-forms/{id}).

PUT

Update Ticket Form

Update a ticket form (PUT /ticket-forms/{id}).

DELETE

Delete Ticket Form

Delete a ticket form (DELETE /ticket-forms/{id}).

POST

Clone Ticket Form

Clone a ticket form (POST /ticket-forms/{id}/clone).

GET

Get Ticket Form Field

View a form field (GET /ticket-forms/{form_id}/fields/{field_id}).

PUT

Update Ticket Form Field

Update a form field (PUT /ticket-forms/{form_id}/fields/{field_id}).

DELETE

Delete Ticket Form Field

Delete a form field (DELETE /ticket-forms/{form_id}/fields/{field_id}).

Companies8

POST

Create Company

Create a company (POST /companies).

GET

List Companies

List companies (GET /companies).

GET

Get Company

View a company (GET /companies/{id}).

PUT

Update Company

Update a company (PUT /companies/{id}).

DELETE

Delete Company

Delete a company (DELETE /companies/{id}).

GET

Autocomplete Companies

Autocomplete-search companies (GET /companies/autocomplete).

POST

Export Companies

Start a company export (POST /companies/export).

POST

Import Companies

Start a company import (POST /companies/imports).

Automations5

GET

List Automation Rules

List automation rules of a type (GET /automations/{automation_type_id}/rules).

GET

Get Automation Rule

View an automation rule (GET /automations/{automation_type_id}/rules/{id}).

POST

Create Automation Rule

Create an automation rule (POST /automations/{automation_type_id}/rules).

PUT

Update Automation Rule

Update an automation rule (PUT /automations/{automation_type_id}/rules/{id}).

DELETE

Delete Automation Rule

Delete an automation rule (DELETE /automations/{automation_type_id}/rules/{id}).

Company Fields5

GET

List Company Fields

List company fields (GET /company_fields).

GET

Get Company Field

View a company field (GET /company_fields/{id}).

POST

Create Company Field

Create a company field (POST /company_fields).

PUT

Update Company Field

Update a company field (PUT /company_fields/{id}).

DELETE

Delete Company Field

Delete a company field (DELETE /company_fields/{id}).

Contact Fields5

GET

List Contact Fields

List contact fields (GET /contact_fields).

GET

Get Contact Field

View a contact field (GET /contact_fields/{id}).

POST

Create Contact Field

Create a contact field (POST /contact_fields).

PUT

Update Contact Field

Update a contact field (PUT /contact_fields/{id}).

DELETE

Delete Contact Field

Delete a contact field (DELETE /contact_fields/{id}).

Groups5

POST

Create Group

Create a group (POST /groups).

GET

List Groups

List groups (GET /groups).

GET

Get Group

View a group (GET /groups/{id}).

PUT

Update Group

Update a group (PUT /groups/{id}).

DELETE

Delete Group

Delete a group (DELETE /groups/{id}).

Canned Responses4

POST

Create Canned Response

Create a canned response (POST /canned_responses).

GET

Get Canned Response

View a canned response (GET /canned_responses/{id}).

PUT

Update Canned Response

Update a canned response (PUT /canned_responses/{id}).

POST

Bulk Create Canned Responses

Bulk-create canned responses (POST /canned_responses/bulk).

Time Entries4

GET

List Time Entries

List all time entries (GET /time_entries).

PUT

Update Time Entry

Update a time entry (PUT /time_entries/{id}).

POST

Toggle Time Entry Timer

Start/stop the timer on a time entry (POST /time_entries/{id}/toggle_timer).

DELETE

Delete Time Entry

Delete a time entry (DELETE /time_entries/{id}).

Canned Response Folders3

GET

List Canned Response Folders

List canned-response folders (GET /canned_response_folders).

GET

Get Canned Response Folder

View a folder (GET /canned_response_folders/{id}).

GET

List Folder Canned Responses

List responses in a folder (GET /canned_response_folders/{id}/responses).

Customer Satisfaction3

GET

List CSAT Surveys

List new-CSAT surveys (GET /customer-satisfaction/surveys).

POST

Create CSAT Response

Create a CSAT survey response (POST /customer-satisfaction/surveys/{survey_id}/responses).

GET

List CSAT Responses

View CSAT survey responses (GET /customer-satisfaction/surveys/{survey_id}/responses).

Search3

GET

Search Tickets

Filter/search tickets with a Lucene-like query (GET /search/tickets).

GET

Search Contacts

Filter contacts with a query (GET /search/contacts).

GET

Search Companies

Filter companies with a query (GET /search/companies).

Sla Policies3

POST

Create SLA Policy

Create an SLA policy (POST /sla_policies).

GET

List SLA Policies

List SLA policies (GET /sla_policies).

PUT

Update SLA Policy

Update an SLA policy (PUT /sla_policies/{id}).

Account2

GET

Get Account

View account details (GET /account).

POST

Export Account

Start an account export (POST /account/export).

Business Hours2

GET

List Business Hours

List business-hour configs (GET /business_hours).

GET

Get Business Hours

View a business-hour config (GET /business_hours/{id}).

Canned Response Folder2

POST

Create Canned Response Folder

Create a folder (POST /canned_response_folder).

PUT

Update Canned Response Folder

Update a folder (PUT /canned_response_folder/{id}).

Conversations2

PUT

Update Conversation

Update a conversation (reply/note) (PUT /conversations/{id}).

DELETE

Delete Conversation

Delete a conversation (DELETE /conversations/{id}).

Email Configs2

GET

List Email Configs

List email configs (GET /email_configs).

GET

Get Email Config

View an email config (GET /email_configs/{id}).

Products2

GET

List Products

List products (GET /products).

GET

Get Product

View a product (GET /products/{id}).

Roles2

GET

List Roles

List roles (GET /roles).

GET

Get Role

View a role (GET /roles/{id}).

Surveys2

GET

List Satisfaction Ratings

List all account satisfaction ratings (GET /surveys/satisfaction_ratings).

GET

List Surveys

List all surveys (GET /surveys).

Jobs1

GET

Get Job

View an async job status (export/import/bulk) (GET /jobs/{id}).

Scenario Automations.Json1

GET

List Scenario Automations

List scenario automations (GET /scenario_automations.json).

Settings1

GET

Get Helpdesk Settings

View helpdesk settings (GET /settings/helpdesk).

Ticket Fields1

GET

List Ticket Fields

List ticket fields (GET /ticket_fields).

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.