AACFlow

Zendesk

Управление тикетами, пользователями и организациями в Zendesk

Zendesk — ведущая платформа клиентского сервиса и поддержки, которая позволяет организациям эффективно управлять тикетами поддержки, пользователями и организациями через мощный набор инструментов и API. Интеграция Zendesk в AACFlow позволяет вашим агентам автоматизировать ключевые операции поддержки и синхронизировать данные поддержки с остальными процессами.

Интеграция Zendesk в AACFlow позволяет:

  • Управление тикетами:

    • Получайте списки тикетов с расширенной фильтрацией и сортировкой.
    • Получайте подробную информацию по конкретному тикету для отслеживания и решения.
    • Создавайте новые тикеты по одному или массово, чтобы программно фиксировать обращения клиентов.
    • Обновляйте тикеты по одному или массово, упрощая сложные процессы.
    • Удаляйте или объединяйте тикеты по мере их решения или появления дубликатов.
  • Управление пользователями:

    • Получайте списки пользователей или ищите их по критериям, чтобы поддерживать актуальность каталогов клиентов и агентов.
    • Получайте подробную информацию о конкретном пользователе или о текущем авторизованном пользователе.
    • Создавайте новых пользователей по одному или массово, автоматизируя подключение клиентов и агентов.
    • Обновляйте данные пользователей по одному или массово для поддержания точности информации.
    • Удаляйте пользователей по необходимости для соблюдения приватности или управления аккаунтами.
  • Управление организациями:

    • Получайте список, ищите и автодополняйте организации для упрощённой поддержки и управления аккаунтами.
    • Получайте детали организаций и поддерживайте базу в порядке.
    • Создавайте, обновляйте или удаляйте организации, отражая изменения в клиентской базе.
    • Выполняйте массовое создание организаций для масштабного онбординга.
  • Расширенный поиск и аналитика:

    • Используйте универсальные эндпоинты поиска, чтобы быстро находить тикеты, пользователей или организации по любому полю.
    • Получайте количество результатов поиска для отчётности и аналитики.

Используя интеграцию Zendesk в AACFlow, ваши автоматизированные воркфлоу могут бесшовно сортировать тикеты поддержки, управлять onboarding/offboarding пользователей, вести компании и обеспечивать стабильную работу службы поддержки. Будь то интеграция поддержки с продуктом, CRM или системами автоматизации — инструменты Zendesk в AACFlow дают надёжный программный контроль для лучшей в своём классе поддержки в масштабе.

Инструкции по использованию

Интегрируйте Zendesk в рабочий процесс. Может get tickets, get ticket, create ticket, create tickets bulk, update ticket, update tickets bulk, delete ticket, merge tickets, get users, get user, get current user, search users, create user, create users bulk, update user, update users bulk, delete user, get organizations, get organization, autocomplete organizations, create organization, create organizations bulk, update organization, delete organization, search, search count.

Инструменты

zendesk_get_tickets

Получить список of tickets from Zendesk с optional фильтрация

Входные параметры

ПараметрТипОбязательныйОписание
emailstringДаYour Zendesk email address
apiTokenstringДаZendesk API token
subdomainstringДаYour Zendesk subdomain (e.g., "mycompany" for mycompany.zendesk.com)
statusstringНетFilter by status: "new", "open", "pending", "hold", "solved", or "closed"
prioritystringНетFilter by priority: "low", "normal", "high", or "urgent"
typestringНетFilter by type: "problem", "incident", "question", or "task"
assigneeIdstringНетFilter by assignee user ID as a numeric string (e.g., "12345")
organizationIdstringНетFilter by organization ID as a numeric string (e.g., "67890")
sortstringНетSort field for ticket listing (only applies without filters): "updated_at", "id", or "status". Prefix with "-" for descending (e.g., "-updated_at")
perPagestringНетResults per page as a number string (default: "100", max: "100")
pageAfterstringНетCursor from a previous response to fetch the next page of results

Выходные данные

ПараметрТипОписание
ticketsarrayМассив ticket objects
idnumberAutomatically assigned ticket ID
urlstringAPI URL of the ticket
external_idstringExternal ID for linking to external records
viaobjectHow the ticket was created
channelstringChannel through which the ticket was created (e.g., email, web, api)
sourceobjectSource details for the channel
fromobjectInformation about the source sender
addressstringEmail address or other identifier
namestringName of the sender
toobjectInformation about the recipient
addressstringEmail address or other identifier
namestringName of the recipient
relstringRelationship type
created_atstringWhen the ticket was created (ISO 8601 format)
updated_atstringWhen the ticket was last updated (ISO 8601 format)
typestringTicket type (problem, incident, question, task)
subjectstringSubject of the ticket
raw_subjectstringSubject of the ticket as entered by the requester
descriptionstringRead-only first comment on the ticket
prioritystringPriority level (low, normal, high, urgent)
statusstringTicket status (new, open, pending, hold, solved, closed)
recipientstringOriginal recipient email address
requester_idnumberUser ID of the ticket requester
submitter_idnumberUser ID of the ticket submitter
assignee_idnumberUser ID of the agent assigned to the ticket
organization_idnumberOrganization ID of the requester
group_idnumberGroup ID assigned to the ticket
collaborator_idsarrayUser IDs of collaborators (CC)
follower_idsarrayUser IDs of followers
email_cc_idsarrayUser IDs of email CCs
forum_topic_idnumberTopic ID in the community forum
problem_idnumberFor incident tickets, the ID of the associated problem ticket
has_incidentsbooleanПроизошла ли ticket has incident tickets linked
is_publicbooleanПроизошла ли first comment is public
due_atstringDue date for task tickets (ISO 8601 format)
tagsarrayTags associated С помощью ticket
custom_fieldsarrayCustom ticket fields
idnumberCustom field ID
valuestringCustom field value
custom_status_idnumberCustom status ID
satisfaction_ratingobjectCustomer satisfaction rating
idnumberSatisfaction rating ID
scorestringRating score (e.g., good, bad, offered, unoffered)
commentstringComment left С помощью rating
sharing_agreement_idsarraySharing agreement IDs
followup_idsarrayIDs of follow-up tickets
brand_idnumberBrand ID the ticket belongs to
allow_attachmentsbooleanWhether attachments are allowed
allow_channelbackbooleanWhether channelback is enabled
from_messaging_channelbooleanПроизошла ли ticket originated from a messaging channel
ticket_form_idnumberTicket form ID
generated_timestampnumberUnix timestamp of the ticket generation
pagingobjectCursor-based постраничная выборка information
after_cursorstringCursor for fetching the next page of results
has_morebooleanWhether more results are available
next_pagestringURL for next page of results
metadataobjectResponse metadata
total_returnednumberNumber of items returned in this response
has_morebooleanWhether more items are available

zendesk_get_ticket

Получить a single ticket от ID from Zendesk

Входные параметры

ПараметрТипОбязательныйОписание
emailstringДаYour Zendesk email address
apiTokenstringДаZendesk API token
subdomainstringДаYour Zendesk subdomain
ticketIdstringДаTicket ID to retrieve as a numeric string (e.g., "12345")

Выходные данные

ПараметрТипОписание
ticketobjectTicket object
idnumberAutomatically assigned ticket ID
urlstringAPI URL of the ticket
external_idstringExternal ID for linking to external records
viaobjectHow the ticket was created
channelstringChannel through which the ticket was created (e.g., email, web, api)
sourceobjectSource details for the channel
fromobjectInformation about the source sender
addressstringEmail address or other identifier
namestringName of the sender
toobjectInformation about the recipient
addressstringEmail address or other identifier
namestringName of the recipient
relstringRelationship type
created_atstringWhen the ticket was created (ISO 8601 format)
updated_atstringWhen the ticket was last updated (ISO 8601 format)
typestringTicket type (problem, incident, question, task)
subjectstringSubject of the ticket
raw_subjectstringSubject of the ticket as entered by the requester
descriptionstringRead-only first comment on the ticket
prioritystringPriority level (low, normal, high, urgent)
statusstringTicket status (new, open, pending, hold, solved, closed)
recipientstringOriginal recipient email address
requester_idnumberUser ID of the ticket requester
submitter_idnumberUser ID of the ticket submitter
assignee_idnumberUser ID of the agent assigned to the ticket
organization_idnumberOrganization ID of the requester
group_idnumberGroup ID assigned to the ticket
collaborator_idsarrayUser IDs of collaborators (CC)
follower_idsarrayUser IDs of followers
email_cc_idsarrayUser IDs of email CCs
forum_topic_idnumberTopic ID in the community forum
problem_idnumberFor incident tickets, the ID of the associated problem ticket
has_incidentsbooleanПроизошла ли ticket has incident tickets linked
is_publicbooleanПроизошла ли first comment is public
due_atstringDue date for task tickets (ISO 8601 format)
tagsarrayTags associated С помощью ticket
custom_fieldsarrayCustom ticket fields
idnumberCustom field ID
valuestringCustom field value
custom_status_idnumberCustom status ID
satisfaction_ratingobjectCustomer satisfaction rating
idnumberSatisfaction rating ID
scorestringRating score (e.g., good, bad, offered, unoffered)
commentstringComment left С помощью rating
sharing_agreement_idsarraySharing agreement IDs
followup_idsarrayIDs of follow-up tickets
brand_idnumberBrand ID the ticket belongs to
allow_attachmentsbooleanWhether attachments are allowed
allow_channelbackbooleanWhether channelback is enabled
from_messaging_channelbooleanПроизошла ли ticket originated from a messaging channel
ticket_form_idnumberTicket form ID
generated_timestampnumberUnix timestamp of the ticket generation
ticket_idnumberThe ticket ID

zendesk_create_ticket

Создать новый ticket in Zendesk с support для custom fields

Входные параметры

ПараметрТипОбязательныйОписание
emailstringДаYour Zendesk email address
apiTokenstringДаZendesk API token
subdomainstringДаYour Zendesk subdomain
subjectstringНетTicket subject (optional - will be auto-generated if not provided)
descriptionstringДаTicket description text (first comment)
prioritystringНетPriority: "low", "normal", "high", or "urgent"
statusstringНетStatus: "new", "open", "pending", "hold", "solved", or "closed"
typestringНетType: "problem", "incident", "question", or "task"
tagsstringНетComma-separated tags (e.g., "billing, urgent")
assigneeIdstringНетAssignee user ID as a numeric string (e.g., "12345")
groupIdstringНетGroup ID as a numeric string (e.g., "67890")
requesterIdstringНетRequester user ID as a numeric string (e.g., "11111")
customFieldsstringНетCustom fields as JSON object (e.g., {"field_id": "value"})

Выходные данные

ПараметрТипОписание
ticketobjectCreated ticket object
idnumberAutomatically assigned ticket ID
urlstringAPI URL of the ticket
external_idstringExternal ID for linking to external records
viaobjectHow the ticket was created
channelstringChannel through which the ticket was created (e.g., email, web, api)
sourceobjectSource details for the channel
fromobjectInformation about the source sender
addressstringEmail address or other identifier
namestringName of the sender
toobjectInformation about the recipient
addressstringEmail address or other identifier
namestringName of the recipient
relstringRelationship type
created_atstringWhen the ticket was created (ISO 8601 format)
updated_atstringWhen the ticket was last updated (ISO 8601 format)
typestringTicket type (problem, incident, question, task)
subjectstringSubject of the ticket
raw_subjectstringSubject of the ticket as entered by the requester
descriptionstringRead-only first comment on the ticket
prioritystringPriority level (low, normal, high, urgent)
statusstringTicket status (new, open, pending, hold, solved, closed)
recipientstringOriginal recipient email address
requester_idnumberUser ID of the ticket requester
submitter_idnumberUser ID of the ticket submitter
assignee_idnumberUser ID of the agent assigned to the ticket
organization_idnumberOrganization ID of the requester
group_idnumberGroup ID assigned to the ticket
collaborator_idsarrayUser IDs of collaborators (CC)
follower_idsarrayUser IDs of followers
email_cc_idsarrayUser IDs of email CCs
forum_topic_idnumberTopic ID in the community forum
problem_idnumberFor incident tickets, the ID of the associated problem ticket
has_incidentsbooleanПроизошла ли ticket has incident tickets linked
is_publicbooleanПроизошла ли first comment is public
due_atstringDue date for task tickets (ISO 8601 format)
tagsarrayTags associated С помощью ticket
custom_fieldsarrayCustom ticket fields
idnumberCustom field ID
valuestringCustom field value
custom_status_idnumberCustom status ID
satisfaction_ratingobjectCustomer satisfaction rating
idnumberSatisfaction rating ID
scorestringRating score (e.g., good, bad, offered, unoffered)
commentstringComment left С помощью rating
sharing_agreement_idsarraySharing agreement IDs
followup_idsarrayIDs of follow-up tickets
brand_idnumberBrand ID the ticket belongs to
allow_attachmentsbooleanWhether attachments are allowed
allow_channelbackbooleanWhether channelback is enabled
from_messaging_channelbooleanПроизошла ли ticket originated from a messaging channel
ticket_form_idnumberTicket form ID
generated_timestampnumberUnix timestamp of the ticket generation
ticket_idnumberThe created ticket ID

zendesk_create_tickets_bulk

Создать multiple tickets in Zendesk at once (max 100)

Входные параметры

ПараметрТипОбязательныйОписание
emailstringДаYour Zendesk email address
apiTokenstringДаZendesk API token
subdomainstringДаYour Zendesk subdomain
ticketsstringДаJSON array of ticket objects to create (max 100). Each ticket should have subject and comment properties (e.g., [{"subject": "Issue 1", "comment": {"body": "Description"}}])

Выходные данные

ПараметрТипОписание
job_statusobjectJob status object for bulk operations
idstringAutomatically assigned job ID
urlstringURL to poll for status updates
statusstringCurrent job status (queued, working, failed, completed)
job_typestringCategory of background task
totalnumberTotal number of tasks in this job
progressnumberNumber of tasks already completed
messagestringMessage from the job worker
resultsarrayМассив result objects from the job
idnumberID of the created or updated resource
indexnumberPosition of the result in the batch
actionstringAction performed (e.g., create, update)
successbooleanПроизошла ли operation succeeded
statusstringStatus message (e.g., Updated, Created)
errorstringError message if operation failed
job_idstringThe bulk operation job ID

zendesk_update_ticket

Обновитьn existing ticket in Zendesk с support для custom fields

Входные параметры

ПараметрТипОбязательныйОписание
emailstringДаYour Zendesk email address
apiTokenstringДаZendesk API token
subdomainstringДаYour Zendesk subdomain
ticketIdstringДаTicket ID to update as a numeric string (e.g., "12345")
subjectstringНетNew ticket subject text
commentstringНетComment text to add to the ticket
prioritystringНетPriority: "low", "normal", "high", or "urgent"
statusstringНетStatus: "new", "open", "pending", "hold", "solved", or "closed"
typestringНетType: "problem", "incident", "question", or "task"
tagsstringНетComma-separated tags (e.g., "billing, urgent")
assigneeIdstringНетAssignee user ID as a numeric string (e.g., "12345")
groupIdstringНетGroup ID as a numeric string (e.g., "67890")
customFieldsstringНетCustom fields as JSON object (e.g., {"field_id": "value"})

Выходные данные

ПараметрТипОписание
ticketobjectUpdated ticket object
idnumberAutomatically assigned ticket ID
urlstringAPI URL of the ticket
external_idstringExternal ID for linking to external records
viaobjectHow the ticket was created
channelstringChannel through which the ticket was created (e.g., email, web, api)
sourceobjectSource details for the channel
fromobjectInformation about the source sender
addressstringEmail address or other identifier
namestringName of the sender
toobjectInformation about the recipient
addressstringEmail address or other identifier
namestringName of the recipient
relstringRelationship type
created_atstringWhen the ticket was created (ISO 8601 format)
updated_atstringWhen the ticket was last updated (ISO 8601 format)
typestringTicket type (problem, incident, question, task)
subjectstringSubject of the ticket
raw_subjectstringSubject of the ticket as entered by the requester
descriptionstringRead-only first comment on the ticket
prioritystringPriority level (low, normal, high, urgent)
statusstringTicket status (new, open, pending, hold, solved, closed)
recipientstringOriginal recipient email address
requester_idnumberUser ID of the ticket requester
submitter_idnumberUser ID of the ticket submitter
assignee_idnumberUser ID of the agent assigned to the ticket
organization_idnumberOrganization ID of the requester
group_idnumberGroup ID assigned to the ticket
collaborator_idsarrayUser IDs of collaborators (CC)
follower_idsarrayUser IDs of followers
email_cc_idsarrayUser IDs of email CCs
forum_topic_idnumberTopic ID in the community forum
problem_idnumberFor incident tickets, the ID of the associated problem ticket
has_incidentsbooleanПроизошла ли ticket has incident tickets linked
is_publicbooleanПроизошла ли first comment is public
due_atstringDue date for task tickets (ISO 8601 format)
tagsarrayTags associated С помощью ticket
custom_fieldsarrayCustom ticket fields
idnumberCustom field ID
valuestringCustom field value
custom_status_idnumberCustom status ID
satisfaction_ratingobjectCustomer satisfaction rating
idnumberSatisfaction rating ID
scorestringRating score (e.g., good, bad, offered, unoffered)
commentstringComment left С помощью rating
sharing_agreement_idsarraySharing agreement IDs
followup_idsarrayIDs of follow-up tickets
brand_idnumberBrand ID the ticket belongs to
allow_attachmentsbooleanWhether attachments are allowed
allow_channelbackbooleanWhether channelback is enabled
from_messaging_channelbooleanПроизошла ли ticket originated from a messaging channel
ticket_form_idnumberTicket form ID
generated_timestampnumberUnix timestamp of the ticket generation
ticket_idnumberThe updated ticket ID

zendesk_update_tickets_bulk

Обновить multiple tickets in Zendesk at once (max 100)

Входные параметры

ПараметрТипОбязательныйОписание
emailstringДаYour Zendesk email address
apiTokenstringДаZendesk API token
subdomainstringДаYour Zendesk subdomain
ticketIdsstringДаComma-separated ticket IDs to update (max 100, e.g., "111, 222, 333")
statusstringНетNew status for all tickets: "new", "open", "pending", "hold", "solved", or "closed"
prioritystringНетNew priority for all tickets: "low", "normal", "high", or "urgent"
assigneeIdstringНетNew assignee ID for all tickets as a numeric string (e.g., "12345")
groupIdstringНетNew group ID for all tickets as a numeric string (e.g., "67890")
tagsstringНетComma-separated tags to add to all tickets (e.g., "bulk-update, processed")

Выходные данные

ПараметрТипОписание
job_statusobjectJob status object for bulk operations
idstringAutomatically assigned job ID
urlstringURL to poll for status updates
statusstringCurrent job status (queued, working, failed, completed)
job_typestringCategory of background task
totalnumberTotal number of tasks in this job
progressnumberNumber of tasks already completed
messagestringMessage from the job worker
resultsarrayМассив result objects from the job
idnumberID of the created or updated resource
indexnumberPosition of the result in the batch
actionstringAction performed (e.g., create, update)
successbooleanПроизошла ли operation succeeded
statusstringStatus message (e.g., Updated, Created)
errorstringError message if operation failed
job_idstringThe bulk operation job ID

zendesk_delete_ticket

Удалить ticket from Zendesk

Входные параметры

ПараметрТипОбязательныйОписание
emailstringДаYour Zendesk email address
apiTokenstringДаZendesk API token
subdomainstringДаYour Zendesk subdomain
ticketIdstringДаTicket ID to delete as a numeric string (e.g., "12345")

Выходные данные

ПараметрТипОписание
deletedbooleanDeletion success
ticket_idstringThe deleted ticket ID

zendesk_merge_tickets

Merge multiple tickets into a target ticket

Входные параметры

ПараметрТипОбязательныйОписание
emailstringДаYour Zendesk email address
apiTokenstringДаZendesk API token
subdomainstringДаYour Zendesk subdomain
targetTicketIdstringДаTarget ticket ID as a numeric string (tickets will be merged into this one, e.g., "12345")
sourceTicketIdsstringДаComma-separated source ticket IDs to merge (e.g., "111, 222, 333")
targetCommentstringНетComment text to add to target ticket after merge

Выходные данные

ПараметрТипОписание
job_statusobjectJob status object for bulk operations
idstringAutomatically assigned job ID
urlstringURL to poll for status updates
statusstringCurrent job status (queued, working, failed, completed)
job_typestringCategory of background task
totalnumberTotal number of tasks in this job
progressnumberNumber of tasks already completed
messagestringMessage from the job worker
resultsarrayМассив result objects from the job
idnumberID of the created or updated resource
indexnumberPosition of the result in the batch
actionstringAction performed (e.g., create, update)
successbooleanПроизошла ли operation succeeded
statusstringStatus message (e.g., Updated, Created)
errorstringError message if operation failed
job_idstringThe merge job ID
target_ticket_idstringThe target ticket ID that tickets were merged into

zendesk_get_users

Получить список of users from Zendesk с optional фильтрация

Входные параметры

ПараметрТипОбязательныйОписание
emailstringДаYour Zendesk email address
apiTokenstringДаZendesk API token
subdomainstringДаYour Zendesk subdomain (e.g., "mycompany" for mycompany.zendesk.com)
rolestringНетFilter by role: "end-user", "agent", or "admin"
permissionSetstringНетFilter by permission set ID as a numeric string (e.g., "12345")
perPagestringНетResults per page as a number string (default: "100", max: "100")
pageAfterstringНетCursor from a previous response to fetch the next page of results

Выходные данные

ПараметрТипОписание
usersarrayМассив user objects
idnumberAutomatically assigned user ID
urlstringAPI URL of the user
namestringUser name
emailstringPrimary email address
created_atstringWhen the user was created (ISO 8601 format)
updated_atstringWhen the user was last updated (ISO 8601 format)
time_zonestringTime zone (e.g., Eastern Time (US & Canada))
iana_time_zonestringIANA time zone (e.g., America/New_York)
phonestringPhone number
shared_phone_numberbooleanПроизошла ли phone number is shared
photoobjectUser photo details
content_urlstringURL to the photo
file_namestringPhoto file name
sizenumberFile size in bytes
localestringLocale (e.g., en-US)
locale_idnumberLocale ID
organization_idnumberPrimary organization ID
rolestringUser role (end-user, agent, admin)
role_typenumberRole type identifier
custom_role_idnumberCustom role ID
activebooleanПроизошла ли user is active (false if deleted)
verifiedbooleanWhether any user identity has been verified
aliasstringAlias displayed to end users
detailsstringDetails about the user
notesstringNotes about the user
signaturestringUser signature for email replies
default_group_idnumberDefault group ID for the user
tagsarrayTags associated С помощью user
external_idstringExternal ID for linking to external records
restricted_agentbooleanПроизошла ли agent has restrictions
suspendedbooleanПроизошла ли user is suspended
moderatorbooleanПроизошла ли user has moderator permissions
chat_onlybooleanПроизошла ли user is a chat-only agent
only_private_commentsbooleanПроизошла ли user can only create private comments
two_factor_auth_enabledbooleanWhether two-factor auth is enabled
last_login_atstringLast login time (ISO 8601 format)
ticket_restrictionstringTicket access restriction (organization, groups, assigned, requested)
user_fieldsjsonCustom user fields (dynamic key-value pairs)
sharedbooleanПроизошла ли user is shared from a different Zendesk
shared_agentbooleanПроизошла ли agent is shared from a different Zendesk
remote_photo_urlstringURL to a remote photo
pagingobjectCursor-based постраничная выборка information
after_cursorstringCursor for fetching the next page of results
has_morebooleanWhether more results are available
next_pagestringURL for next page of results
metadataobjectResponse metadata
total_returnednumberNumber of items returned in this response
has_morebooleanWhether more items are available

zendesk_get_user

Получить a single user от ID from Zendesk

Входные параметры

ПараметрТипОбязательныйОписание
emailstringДаYour Zendesk email address
apiTokenstringДаZendesk API token
subdomainstringДаYour Zendesk subdomain
userIdstringДаUser ID to retrieve as a numeric string (e.g., "12345")

Выходные данные

ПараметрТипОписание
userobjectUser object
idnumberAutomatically assigned user ID
urlstringAPI URL of the user
namestringUser name
emailstringPrimary email address
created_atstringWhen the user was created (ISO 8601 format)
updated_atstringWhen the user was last updated (ISO 8601 format)
time_zonestringTime zone (e.g., Eastern Time (US & Canada))
iana_time_zonestringIANA time zone (e.g., America/New_York)
phonestringPhone number
shared_phone_numberbooleanПроизошла ли phone number is shared
photoobjectUser photo details
content_urlstringURL to the photo
file_namestringPhoto file name
sizenumberFile size in bytes
localestringLocale (e.g., en-US)
locale_idnumberLocale ID
organization_idnumberPrimary organization ID
rolestringUser role (end-user, agent, admin)
role_typenumberRole type identifier
custom_role_idnumberCustom role ID
activebooleanПроизошла ли user is active (false if deleted)
verifiedbooleanWhether any user identity has been verified
aliasstringAlias displayed to end users
detailsstringDetails about the user
notesstringNotes about the user
signaturestringUser signature for email replies
default_group_idnumberDefault group ID for the user
tagsarrayTags associated С помощью user
external_idstringExternal ID for linking to external records
restricted_agentbooleanПроизошла ли agent has restrictions
suspendedbooleanПроизошла ли user is suspended
moderatorbooleanПроизошла ли user has moderator permissions
chat_onlybooleanПроизошла ли user is a chat-only agent
only_private_commentsbooleanПроизошла ли user can only create private comments
two_factor_auth_enabledbooleanWhether two-factor auth is enabled
last_login_atstringLast login time (ISO 8601 format)
ticket_restrictionstringTicket access restriction (organization, groups, assigned, requested)
user_fieldsjsonCustom user fields (dynamic key-value pairs)
sharedbooleanПроизошла ли user is shared from a different Zendesk
shared_agentbooleanПроизошла ли agent is shared from a different Zendesk
remote_photo_urlstringURL to a remote photo
user_idnumberThe user ID

zendesk_get_current_user

Получить currently authenticated user from Zendesk

Входные параметры

ПараметрТипОбязательныйОписание
emailstringДаYour Zendesk email address
apiTokenstringДаZendesk API token
subdomainstringДаYour Zendesk subdomain

Выходные данные

ПараметрТипОписание
userobjectCurrent user object
idnumberAutomatically assigned user ID
urlstringAPI URL of the user
namestringUser name
emailstringPrimary email address
created_atstringWhen the user was created (ISO 8601 format)
updated_atstringWhen the user was last updated (ISO 8601 format)
time_zonestringTime zone (e.g., Eastern Time (US & Canada))
iana_time_zonestringIANA time zone (e.g., America/New_York)
phonestringPhone number
shared_phone_numberbooleanПроизошла ли phone number is shared
photoobjectUser photo details
content_urlstringURL to the photo
file_namestringPhoto file name
sizenumberFile size in bytes
localestringLocale (e.g., en-US)
locale_idnumberLocale ID
organization_idnumberPrimary organization ID
rolestringUser role (end-user, agent, admin)
role_typenumberRole type identifier
custom_role_idnumberCustom role ID
activebooleanПроизошла ли user is active (false if deleted)
verifiedbooleanWhether any user identity has been verified
aliasstringAlias displayed to end users
detailsstringDetails about the user
notesstringNotes about the user
signaturestringUser signature for email replies
default_group_idnumberDefault group ID for the user
tagsarrayTags associated С помощью user
external_idstringExternal ID for linking to external records
restricted_agentbooleanПроизошла ли agent has restrictions
suspendedbooleanПроизошла ли user is suspended
moderatorbooleanПроизошла ли user has moderator permissions
chat_onlybooleanПроизошла ли user is a chat-only agent
only_private_commentsbooleanПроизошла ли user can only create private comments
two_factor_auth_enabledbooleanWhether two-factor auth is enabled
last_login_atstringLast login time (ISO 8601 format)
ticket_restrictionstringTicket access restriction (organization, groups, assigned, requested)
user_fieldsjsonCustom user fields (dynamic key-value pairs)
sharedbooleanПроизошла ли user is shared from a different Zendesk
shared_agentbooleanПроизошла ли agent is shared from a different Zendesk
remote_photo_urlstringURL to a remote photo
user_idnumberThe current user ID

zendesk_search_users

Поиск users in Zendesk using a запрос string

Входные параметры

ПараметрТипОбязательныйОписание
emailstringДаYour Zendesk email address
apiTokenstringДаZendesk API token
subdomainstringДаYour Zendesk subdomain
querystringНетSearch query string (e.g., user name or email)
externalIdstringНетExternal ID to search by (your system identifier)
perPagestringНетResults per page as a number string (default: "100", max: "100")
pagestringНетPage number for постраничная выборка (1-based)

Выходные данные

ПараметрТипОписание
usersarrayМассив user objects
idnumberAutomatically assigned user ID
urlstringAPI URL of the user
namestringUser name
emailstringPrimary email address
created_atstringWhen the user was created (ISO 8601 format)
updated_atstringWhen the user was last updated (ISO 8601 format)
time_zonestringTime zone (e.g., Eastern Time (US & Canada))
iana_time_zonestringIANA time zone (e.g., America/New_York)
phonestringPhone number
shared_phone_numberbooleanПроизошла ли phone number is shared
photoobjectUser photo details
content_urlstringURL to the photo
file_namestringPhoto file name
sizenumberFile size in bytes
localestringLocale (e.g., en-US)
locale_idnumberLocale ID
organization_idnumberPrimary organization ID
rolestringUser role (end-user, agent, admin)
role_typenumberRole type identifier
custom_role_idnumberCustom role ID
activebooleanПроизошла ли user is active (false if deleted)
verifiedbooleanWhether any user identity has been verified
aliasstringAlias displayed to end users
detailsstringDetails about the user
notesstringNotes about the user
signaturestringUser signature for email replies
default_group_idnumberDefault group ID for the user
tagsarrayTags associated С помощью user
external_idstringExternal ID for linking to external records
restricted_agentbooleanПроизошла ли agent has restrictions
suspendedbooleanПроизошла ли user is suspended
moderatorbooleanПроизошла ли user has moderator permissions
chat_onlybooleanПроизошла ли user is a chat-only agent
only_private_commentsbooleanПроизошла ли user can only create private comments
two_factor_auth_enabledbooleanWhether two-factor auth is enabled
last_login_atstringLast login time (ISO 8601 format)
ticket_restrictionstringTicket access restriction (organization, groups, assigned, requested)
user_fieldsjsonCustom user fields (dynamic key-value pairs)
sharedbooleanПроизошла ли user is shared from a different Zendesk
shared_agentbooleanПроизошла ли agent is shared from a different Zendesk
remote_photo_urlstringURL to a remote photo
pagingobjectCursor-based постраничная выборка information
after_cursorstringCursor for fetching the next page of results
has_morebooleanWhether more results are available
next_pagestringURL for next page of results
metadataobjectResponse metadata
total_returnednumberNumber of items returned in this response
has_morebooleanWhether more items are available

zendesk_create_user

Создать новый user in Zendesk

Входные параметры

ПараметрТипОбязательныйОписание
emailstringДаYour Zendesk email address
apiTokenstringДаZendesk API token
subdomainstringДаYour Zendesk subdomain
namestringДаUser full name (e.g., "John Smith")
userEmailstringНетUser email address (e.g., "john@example.com")
rolestringНетUser role: "end-user", "agent", or "admin"
phonestringНетUser phone number (e.g., "+1-555-123-4567")
organizationIdstringНетOrganization ID as a numeric string (e.g., "12345")
verifiedstringНетSet to "true" to skip email verification, or "false" otherwise
tagsstringНетComma-separated tags (e.g., "vip, enterprise")
customFieldsstringНетCustom fields as JSON object (e.g., {"field_id": "value"})

Выходные данные

ПараметрТипОписание
userobjectCreated user object
idnumberAutomatically assigned user ID
urlstringAPI URL of the user
namestringUser name
emailstringPrimary email address
created_atstringWhen the user was created (ISO 8601 format)
updated_atstringWhen the user was last updated (ISO 8601 format)
time_zonestringTime zone (e.g., Eastern Time (US & Canada))
iana_time_zonestringIANA time zone (e.g., America/New_York)
phonestringPhone number
shared_phone_numberbooleanПроизошла ли phone number is shared
photoobjectUser photo details
content_urlstringURL to the photo
file_namestringPhoto file name
sizenumberFile size in bytes
localestringLocale (e.g., en-US)
locale_idnumberLocale ID
organization_idnumberPrimary organization ID
rolestringUser role (end-user, agent, admin)
role_typenumberRole type identifier
custom_role_idnumberCustom role ID
activebooleanПроизошла ли user is active (false if deleted)
verifiedbooleanWhether any user identity has been verified
aliasstringAlias displayed to end users
detailsstringDetails about the user
notesstringNotes about the user
signaturestringUser signature for email replies
default_group_idnumberDefault group ID for the user
tagsarrayTags associated С помощью user
external_idstringExternal ID for linking to external records
restricted_agentbooleanПроизошла ли agent has restrictions
suspendedbooleanПроизошла ли user is suspended
moderatorbooleanПроизошла ли user has moderator permissions
chat_onlybooleanПроизошла ли user is a chat-only agent
only_private_commentsbooleanПроизошла ли user can only create private comments
two_factor_auth_enabledbooleanWhether two-factor auth is enabled
last_login_atstringLast login time (ISO 8601 format)
ticket_restrictionstringTicket access restriction (organization, groups, assigned, requested)
user_fieldsjsonCustom user fields (dynamic key-value pairs)
sharedbooleanПроизошла ли user is shared from a different Zendesk
shared_agentbooleanПроизошла ли agent is shared from a different Zendesk
remote_photo_urlstringURL to a remote photo
user_idnumberThe created user ID

zendesk_create_users_bulk

Создать multiple users in Zendesk using bulk import

Входные параметры

ПараметрТипОбязательныйОписание
emailstringДаYour Zendesk email address
apiTokenstringДаZendesk API token
subdomainstringДаYour Zendesk subdomain
usersstringДаJSON array of user objects to create (e.g., [{"name": "User1", "email": "user1@example.com"}])

Выходные данные

ПараметрТипОписание
job_statusobjectJob status object for bulk operations
idstringAutomatically assigned job ID
urlstringURL to poll for status updates
statusstringCurrent job status (queued, working, failed, completed)
job_typestringCategory of background task
totalnumberTotal number of tasks in this job
progressnumberNumber of tasks already completed
messagestringMessage from the job worker
resultsarrayМассив result objects from the job
idnumberID of the created or updated resource
indexnumberPosition of the result in the batch
actionstringAction performed (e.g., create, update)
successbooleanПроизошла ли operation succeeded
statusstringStatus message (e.g., Updated, Created)
errorstringError message if operation failed
job_idstringThe bulk operation job ID

zendesk_update_user

Обновитьn existing user in Zendesk

Входные параметры

ПараметрТипОбязательныйОписание
emailstringДаYour Zendesk email address
apiTokenstringДаZendesk API token
subdomainstringДаYour Zendesk subdomain
userIdstringДаUser ID to update as a numeric string (e.g., "12345")
namestringНетNew user full name (e.g., "John Smith")
userEmailstringНетNew user email address (e.g., "john@example.com")
rolestringНетUser role: "end-user", "agent", or "admin"
phonestringНетUser phone number (e.g., "+1-555-123-4567")
organizationIdstringНетOrganization ID as a numeric string (e.g., "67890")
verifiedstringНетSet to "true" to mark user as verified, or "false" otherwise
tagsstringНетComma-separated tags (e.g., "vip, enterprise")
customFieldsstringНетCustom fields as JSON object (e.g., {"field_id": "value"})

Выходные данные

ПараметрТипОписание
userobjectUpdated user object
idnumberAutomatically assigned user ID
urlstringAPI URL of the user
namestringUser name
emailstringPrimary email address
created_atstringWhen the user was created (ISO 8601 format)
updated_atstringWhen the user was last updated (ISO 8601 format)
time_zonestringTime zone (e.g., Eastern Time (US & Canada))
iana_time_zonestringIANA time zone (e.g., America/New_York)
phonestringPhone number
shared_phone_numberbooleanПроизошла ли phone number is shared
photoobjectUser photo details
content_urlstringURL to the photo
file_namestringPhoto file name
sizenumberFile size in bytes
localestringLocale (e.g., en-US)
locale_idnumberLocale ID
organization_idnumberPrimary organization ID
rolestringUser role (end-user, agent, admin)
role_typenumberRole type identifier
custom_role_idnumberCustom role ID
activebooleanПроизошла ли user is active (false if deleted)
verifiedbooleanWhether any user identity has been verified
aliasstringAlias displayed to end users
detailsstringDetails about the user
notesstringNotes about the user
signaturestringUser signature for email replies
default_group_idnumberDefault group ID for the user
tagsarrayTags associated С помощью user
external_idstringExternal ID for linking to external records
restricted_agentbooleanПроизошла ли agent has restrictions
suspendedbooleanПроизошла ли user is suspended
moderatorbooleanПроизошла ли user has moderator permissions
chat_onlybooleanПроизошла ли user is a chat-only agent
only_private_commentsbooleanПроизошла ли user can only create private comments
two_factor_auth_enabledbooleanWhether two-factor auth is enabled
last_login_atstringLast login time (ISO 8601 format)
ticket_restrictionstringTicket access restriction (organization, groups, assigned, requested)
user_fieldsjsonCustom user fields (dynamic key-value pairs)
sharedbooleanПроизошла ли user is shared from a different Zendesk
shared_agentbooleanПроизошла ли agent is shared from a different Zendesk
remote_photo_urlstringURL to a remote photo
user_idnumberThe updated user ID

zendesk_update_users_bulk

Обновить multiple users in Zendesk using bulk update

Входные параметры

ПараметрТипОбязательныйОписание
emailstringДаYour Zendesk email address
apiTokenstringДаZendesk API token
subdomainstringДаYour Zendesk subdomain
usersstringДаJSON array of user objects to update, each must include id field (e.g., [{"id": "123", "name": "New Name"}])

Выходные данные

ПараметрТипОписание
job_statusobjectJob status object for bulk operations
idstringAutomatically assigned job ID
urlstringURL to poll for status updates
statusstringCurrent job status (queued, working, failed, completed)
job_typestringCategory of background task
totalnumberTotal number of tasks in this job
progressnumberNumber of tasks already completed
messagestringMessage from the job worker
resultsarrayМассив result objects from the job
idnumberID of the created or updated resource
indexnumberPosition of the result in the batch
actionstringAction performed (e.g., create, update)
successbooleanПроизошла ли operation succeeded
statusstringStatus message (e.g., Updated, Created)
errorstringError message if operation failed
job_idstringThe bulk operation job ID

zendesk_delete_user

Удалить user from Zendesk

Входные параметры

ПараметрТипОбязательныйОписание
emailstringДаYour Zendesk email address
apiTokenstringДаZendesk API token
subdomainstringДаYour Zendesk subdomain
userIdstringДаUser ID to delete as a numeric string (e.g., "12345")

Выходные данные

ПараметрТипОписание
deletedbooleanDeletion success
user_idstringThe deleted user ID

zendesk_get_organizations

Получить список of organizations from Zendesk

Входные параметры

ПараметрТипОбязательныйОписание
emailstringДаYour Zendesk email address
apiTokenstringДаZendesk API token
subdomainstringДаYour Zendesk subdomain (e.g., "mycompany" for mycompany.zendesk.com)
perPagestringНетResults per page as a number string (default: "100", max: "100")
pageAfterstringНетCursor from a previous response to fetch the next page of results

Выходные данные

ПараметрТипОписание
organizationsarrayМассив organization objects
idnumberAutomatically assigned organization ID
urlstringAPI URL of the organization
namestringUnique organization name
domain_namesarrayDomain names for automatic user assignment
detailsstringDetails about the organization
notesstringNotes about the organization
group_idnumberGroup ID for auto-routing new tickets
shared_ticketsbooleanWhether end users can see each others tickets
shared_commentsbooleanWhether end users can see each others comments
tagsarrayTags associated С помощью organization
organization_fieldsjsonCustom organization fields (dynamic key-value pairs)
created_atstringWhen the organization was created (ISO 8601 format)
updated_atstringWhen the organization was last updated (ISO 8601 format)
external_idstringExternal ID for linking to external records
pagingobjectCursor-based постраничная выборка information
after_cursorstringCursor for fetching the next page of results
has_morebooleanWhether more results are available
next_pagestringURL for next page of results
metadataobjectResponse metadata
total_returnednumberNumber of items returned in this response
has_morebooleanWhether more items are available

zendesk_get_organization

Получить a single organization от ID from Zendesk

Входные параметры

ПараметрТипОбязательныйОписание
emailstringДаYour Zendesk email address
apiTokenstringДаZendesk API token
subdomainstringДаYour Zendesk subdomain
organizationIdstringДаOrganization ID to retrieve as a numeric string (e.g., "12345")

Выходные данные

ПараметрТипОписание
organizationobjectOrganization object
idnumberAutomatically assigned organization ID
urlstringAPI URL of the organization
namestringUnique organization name
domain_namesarrayDomain names for automatic user assignment
detailsstringDetails about the organization
notesstringNotes about the organization
group_idnumberGroup ID for auto-routing new tickets
shared_ticketsbooleanWhether end users can see each others tickets
shared_commentsbooleanWhether end users can see each others comments
tagsarrayTags associated С помощью organization
organization_fieldsjsonCustom organization fields (dynamic key-value pairs)
created_atstringWhen the organization was created (ISO 8601 format)
updated_atstringWhen the organization was last updated (ISO 8601 format)
external_idstringExternal ID for linking to external records
organization_idnumberThe organization ID

zendesk_autocomplete_organizations

Autocomplete organizations in Zendesk by name prefix (для name matching/autocomplete)

Входные параметры

ПараметрТипОбязательныйОписание
emailstringДаYour Zendesk email address
apiTokenstringДаZendesk API token
subdomainstringДаYour Zendesk subdomain
namestringДаOrganization name prefix to search for (e.g., "Acme")
perPagestringНетResults per page as a number string (default: "100", max: "100")
pagestringНетPage number for постраничная выборка (1-based)

Выходные данные

ПараметрТипОписание
organizationsarrayМассив organization objects
idnumberAutomatically assigned organization ID
urlstringAPI URL of the organization
namestringUnique organization name
domain_namesarrayDomain names for automatic user assignment
detailsstringDetails about the organization
notesstringNotes about the organization
group_idnumberGroup ID for auto-routing new tickets
shared_ticketsbooleanWhether end users can see each others tickets
shared_commentsbooleanWhether end users can see each others comments
tagsarrayTags associated С помощью organization
organization_fieldsjsonCustom organization fields (dynamic key-value pairs)
created_atstringWhen the organization was created (ISO 8601 format)
updated_atstringWhen the organization was last updated (ISO 8601 format)
external_idstringExternal ID for linking to external records
pagingobjectCursor-based постраничная выборка information
after_cursorstringCursor for fetching the next page of results
has_morebooleanWhether more results are available
next_pagestringURL for next page of results
metadataobjectResponse metadata
total_returnednumberNumber of items returned in this response
has_morebooleanWhether more items are available

zendesk_create_organization

Создать новый organization in Zendesk

Входные параметры

ПараметрТипОбязательныйОписание
emailstringДаYour Zendesk email address
apiTokenstringДаZendesk API token
subdomainstringДаYour Zendesk subdomain
namestringДаOrganization name (e.g., "Acme Corporation")
domainNamesstringНетComma-separated domain names (e.g., "acme.com, acme.org")
detailsstringНетOrganization details text
notesstringНетOrganization notes text
tagsstringНетComma-separated tags (e.g., "enterprise, priority")
customFieldsstringНетCustom fields as JSON object (e.g., {"field_id": "value"})

Выходные данные

ПараметрТипОписание
organizationobjectCreated organization object
idnumberAutomatically assigned organization ID
urlstringAPI URL of the organization
namestringUnique organization name
domain_namesarrayDomain names for automatic user assignment
detailsstringDetails about the organization
notesstringNotes about the organization
group_idnumberGroup ID for auto-routing new tickets
shared_ticketsbooleanWhether end users can see each others tickets
shared_commentsbooleanWhether end users can see each others comments
tagsarrayTags associated С помощью organization
organization_fieldsjsonCustom organization fields (dynamic key-value pairs)
created_atstringWhen the organization was created (ISO 8601 format)
updated_atstringWhen the organization was last updated (ISO 8601 format)
external_idstringExternal ID for linking to external records
organization_idnumberThe created organization ID

zendesk_create_organizations_bulk

Создать multiple organizations in Zendesk using bulk import

Входные параметры

ПараметрТипОбязательныйОписание
emailstringДаYour Zendesk email address
apiTokenstringДаZendesk API token
subdomainstringДаYour Zendesk subdomain
organizationsstringДаJSON array of organization objects to create (e.g., [{"name": "Org1"}, {"name": "Org2"}])

Выходные данные

ПараметрТипОписание
job_statusobjectJob status object for bulk operations
idstringAutomatically assigned job ID
urlstringURL to poll for status updates
statusstringCurrent job status (queued, working, failed, completed)
job_typestringCategory of background task
totalnumberTotal number of tasks in this job
progressnumberNumber of tasks already completed
messagestringMessage from the job worker
resultsarrayМассив result objects from the job
idnumberID of the created or updated resource
indexnumberPosition of the result in the batch
actionstringAction performed (e.g., create, update)
successbooleanПроизошла ли operation succeeded
statusstringStatus message (e.g., Updated, Created)
errorstringError message if operation failed
job_idstringThe bulk operation job ID

zendesk_update_organization

Обновитьn existing organization in Zendesk

Входные параметры

ПараметрТипОбязательныйОписание
emailstringДаYour Zendesk email address
apiTokenstringДаZendesk API token
subdomainstringДаYour Zendesk subdomain
organizationIdstringДаOrganization ID to update as a numeric string (e.g., "12345")
namestringНетNew organization name (e.g., "Acme Corporation")
domainNamesstringНетComma-separated domain names (e.g., "acme.com, acme.org")
detailsstringНетOrganization details text
notesstringНетOrganization notes text
tagsstringНетComma-separated tags (e.g., "enterprise, priority")
customFieldsstringНетCustom fields as JSON object (e.g., {"field_id": "value"})

Выходные данные

ПараметрТипОписание
organizationobjectUpdated organization object
idnumberAutomatically assigned organization ID
urlstringAPI URL of the organization
namestringUnique organization name
domain_namesarrayDomain names for automatic user assignment
detailsstringDetails about the organization
notesstringNotes about the organization
group_idnumberGroup ID for auto-routing new tickets
shared_ticketsbooleanWhether end users can see each others tickets
shared_commentsbooleanWhether end users can see each others comments
tagsarrayTags associated С помощью organization
organization_fieldsjsonCustom organization fields (dynamic key-value pairs)
created_atstringWhen the organization was created (ISO 8601 format)
updated_atstringWhen the organization was last updated (ISO 8601 format)
external_idstringExternal ID for linking to external records
organization_idnumberThe updated organization ID

zendesk_delete_organization

Удалитьn organization from Zendesk

Входные параметры

ПараметрТипОбязательныйОписание
emailstringДаYour Zendesk email address
apiTokenstringДаZendesk API token
subdomainstringДаYour Zendesk subdomain
organizationIdstringДаOrganization ID to delete as a numeric string (e.g., "12345")

Выходные данные

ПараметрТипОписание
deletedbooleanПроизошла ли organization was successfully deleted
organization_idstringThe deleted organization ID

Unified search across tickets, users, и organizations in Zendesk

Входные параметры

ПараметрТипОбязательныйОписание
emailstringДаYour Zendesk email address
apiTokenstringДаZendesk API token
subdomainstringДаYour Zendesk subdomain
querystringДаSearch query string using Zendesk search syntax (e.g., "type:ticket status:open")
filterTypestringДаResource type to search for: "ticket", "user", "organization", or "group"
perPagestringНетResults per page as a number string (default: "100", max: "100")
pageAfterstringНетCursor from a previous response to fetch the next page of results

Выходные данные

ПараметрТипОписание
pagingobjectCursor-based постраничная выборка information
after_cursorstringCursor for fetching the next page of results
has_morebooleanWhether more results are available
next_pagestringURL for next page of results
metadataobjectResponse metadata
total_returnednumberNumber of items returned in this response
has_morebooleanWhether more items are available
resultsarrayМассив result objects (tickets, users, or organizations depending on search query)

zendesk_search_count

Count the number of search results matching a запрос in Zendesk

Входные параметры

ПараметрТипОбязательныйОписание
emailstringДаYour Zendesk email address
apiTokenstringДаZendesk API token
subdomainstringДаYour Zendesk subdomain
querystringДаSearch query string using Zendesk search syntax (e.g., "type:ticket status:open")

Выходные данные

ПараметрТипОписание
countnumberNumber of matching results

On this page

Инструкции по использованию
Инструменты
zendesk_get_tickets
Входные параметры
Выходные данные
zendesk_get_ticket
Входные параметры
Выходные данные
zendesk_create_ticket
Входные параметры
Выходные данные
zendesk_create_tickets_bulk
Входные параметры
Выходные данные
zendesk_update_ticket
Входные параметры
Выходные данные
zendesk_update_tickets_bulk
Входные параметры
Выходные данные
zendesk_delete_ticket
Входные параметры
Выходные данные
zendesk_merge_tickets
Входные параметры
Выходные данные
zendesk_get_users
Входные параметры
Выходные данные
zendesk_get_user
Входные параметры
Выходные данные
zendesk_get_current_user
Входные параметры
Выходные данные
zendesk_search_users
Входные параметры
Выходные данные
zendesk_create_user
Входные параметры
Выходные данные
zendesk_create_users_bulk
Входные параметры
Выходные данные
zendesk_update_user
Входные параметры
Выходные данные
zendesk_update_users_bulk
Входные параметры
Выходные данные
zendesk_delete_user
Входные параметры
Выходные данные
zendesk_get_organizations
Входные параметры
Выходные данные
zendesk_get_organization
Входные параметры
Выходные данные
zendesk_autocomplete_organizations
Входные параметры
Выходные данные
zendesk_create_organization
Входные параметры
Выходные данные
zendesk_create_organizations_bulk
Входные параметры
Выходные данные
zendesk_update_organization
Входные параметры
Выходные данные
zendesk_delete_organization
Входные параметры
Выходные данные
zendesk_search
Входные параметры
Выходные данные
zendesk_search_count
Входные параметры
Выходные данные
Начните создавать сегодня
Нам доверяют более 100 000 разработчиков.
SaaS-платформа для создания AI-агентов и управления агентным workforce.
Начать