Zendesk
zendeskZendesk provides customer support software with ticketing, live chat, and knowledge base features, enabling efficient helpdesk operations and customer engagement
Acciones disponibles (12)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Count Zendesk OrganizationsZENDESK_COUNT_ZENDESK_ORGANIZATIONSAcciónCount the number of organizations in zendesk.
ZENDESK_COUNT_ZENDESK_ORGANIZATIONSAcciónCount the number of organizations in zendesk.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Zendesk OrganizationZENDESK_CREATE_ZENDESK_ORGANIZATIONAcciónCreate an organization in zendesk.
ZENDESK_CREATE_ZENDESK_ORGANIZATIONAcciónCreate an organization in zendesk.
Parámetros de entrada
namestringObligatorioName of the organization
external_idstringOptional external ID for the organization
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Zendesk TicketZENDESK_CREATE_ZENDESK_TICKETAcciónCreate a ticket in zendesk.
ZENDESK_CREATE_ZENDESK_TICKETAcciónCreate a ticket in zendesk.
Parámetros de entrada
subjectstringObligatorioShort summary of the issue. Keep it concise (e.g. 'Cannot log in').
prioritystringenumZendesk priority. Must be one of: 'urgent', 'high', 'normal', 'low'.
urgenthighnormallowdescriptionstringObligatorioLong-form description / steps to reproduce.
requester_namestringName of the requester. If you supply this, you MUST also supply `requester_email`. Leave both blank to default to the authenticated user.
requester_emailstringEmail of the requester. Must accompany `requester_name`.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Zendesk OrganizationZENDESK_DELETE_ZENDESK_ORGANIZATIONAcciónDelete an organization in zendesk.
ZENDESK_DELETE_ZENDESK_ORGANIZATIONAcciónDelete an organization in zendesk.
Parámetros de entrada
organization_idstringObligatorioID of the organization to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Zendesk TicketZENDESK_DELETE_ZENDESK_TICKETAcciónDelete a ticket in zendesk.
ZENDESK_DELETE_ZENDESK_TICKETAcciónDelete a ticket in zendesk.
Parámetros de entrada
ticket_idintegerObligatorioID of the ticket to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Zendesk About MeZENDESK_GET_ABOUT_MEAcciónGet information about the owner account in zendesk.
ZENDESK_GET_ABOUT_MEAcciónGet information about the owner account in zendesk.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Zendesk OrganizationsZENDESK_GET_ALL_ZENDESK_ORGANIZATIONSAcciónGet all organizations in zendesk.
ZENDESK_GET_ALL_ZENDESK_ORGANIZATIONSAcciónGet all organizations in zendesk.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Zendesk OrganizationZENDESK_GET_ZENDESK_ORGANIZATIONAcciónGet information about a specific organization in zendesk.
ZENDESK_GET_ZENDESK_ORGANIZATIONAcciónGet information about a specific organization in zendesk.
Parámetros de entrada
organization_idintegerObligatorioNumeric ID of the organization to retrieve (e.g. 123456).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Zendesk TicketZENDESK_GET_ZENDESK_TICKET_BY_IDAcciónGet ticket details from zendesk.
ZENDESK_GET_ZENDESK_TICKET_BY_IDAcciónGet ticket details from zendesk.
Parámetros de entrada
ticket_idintegerObligatorioID of the ticket to get details for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List TicketsZENDESK_LIST_ZENDESK_TICKETSAcciónList zendesk tickets with pagination and filtering.
ZENDESK_LIST_ZENDESK_TICKETSAcciónList zendesk tickets with pagination and filtering.
Parámetros de entrada
pageintegerPage number for offset pagination (starts at 1)
sort_bystringField to sort by: 'assignee', 'assignee.name', 'created_at', 'group', 'id', 'requester', 'requester.name', 'status', 'subject', 'updated_at'
per_pageintegerNumber of tickets per page (max 100)
sort_orderstringenumSort order: 'asc' or 'desc'
ascdescexternal_idstringFilter tickets by external ID
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Reply to Zendesk TicketZENDESK_REPLY_ZENDESK_TICKETAcciónAction to reply to a zendesk ticket by adding a comment.
ZENDESK_REPLY_ZENDESK_TICKETAcciónAction to reply to a zendesk ticket by adding a comment.
Parámetros de entrada
bodystringComment content
publicbooleanWhether the comment is public or internal
ticket_idintegerObligatorioID of the ticket to reply to
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Zendesk OrganizationZENDESK_UPDATE_ZENDESK_ORGANIZATIONAcciónUpdate an organization in zendesk.
ZENDESK_UPDATE_ZENDESK_ORGANIZATIONAcciónUpdate an organization in zendesk.
Parámetros de entrada
dataobjectObligatorioNew data for the organization
organization_idintegerObligatorioID of the organization to update
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Triggers (2)
Los triggers son eventos externos que pueden iniciar un flujo en tus agentes (ej: nuevo email, mensaje recibido, registro creado).
New User CreatedZENDESK_NEW_USER_TRIGGERTriggerTriggered when a new user is created in Zendesk.
ZENDESK_NEW_USER_TRIGGERTriggerTriggered when a new user is created in Zendesk.
Configuración
eventsstring[]ObligatorioThe events to subscribe to.
namestringObligatorioName of the webhook.
Payload del evento
account_idintegerObligatorioThe Zendesk account ID
detailobjectObligatorioDetailed information about the user
eventobjectAdditional event information
idstringObligatorioThe event UUID
subjectstringObligatorioThe subject of the event
timestringObligatorioThe timestamp of the event
typestringObligatorioThe type of the event
zendesk_event_versionstringObligatorioThe version of the Zendesk event
Instrucciones
This trigger fires every time a new user is created in Zendesk.
New Zendesk TicketZENDESK_NEW_ZENDESK_TICKET_TRIGGERTriggerTriggers when a new ticket is created in a specified Zendesk view.
ZENDESK_NEW_ZENDESK_TICKET_TRIGGERTriggerTriggers when a new ticket is created in a specified Zendesk view.
Configuración
intervalnumberPeriodic Interval to Check for Updates & Send a Trigger in Minutes
Payload del evento
event_typestringType of Zendesk ticket event
ticketobjectObligatorioTicket details
Instrucciones
**Instructions for Setting Up the Trigger:** - Provide the view ID from your Zendesk account - The trigger will monitor for new tickets in the specified view