Gleap
gleapGleap is an all-in-one customer feedback tool for apps and websites, enabling direct communication with users to build better software by discovering their everyday pain points.
Acciones disponibles (29)
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.
Archive a TicketGLEAP_ARCHIVE_A_TICKETAcciónTool to archive a ticket. Use after confirming the ticket ID and that the ticket is resolved. Call when moving tickets to history.
GLEAP_ARCHIVE_A_TICKETAcciónTool to archive a ticket. Use after confirming the ticket ID and that the ticket is resolved. Call when moving tickets to history.
Parámetros de entrada
ticketIdstringObligatorioIdentifier of the ticket to archive
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 a CollectionGLEAP_CREATE_A_COLLECTIONAcciónTool to create a help center collection. Use when adding a new organizational grouping in your Help Center.
GLEAP_CREATE_A_COLLECTIONAcciónTool to create a help center collection. Use when adding a new organizational grouping in your Help Center.
Parámetros de entrada
docIdintegerNumeric document ID this collection belongs to, if applicable
titlestringObligatorioTitle of the help center collection
parentstringIdentifier of the parent collection for nesting
iconUrlstringURL to an icon representing the collection
lexorankstringString used to order this collection among its peers
externalIdstringExternal identifier for syncing with other systems
descriptionstringDetailed description of the collection
targetAudiencestringAudience for this collection, defaults to 'all'
baseAudienceFilterobjectBase filter criteria object to limit the audience
extendedAudienceFilterobjectAdditional filter criteria to extend the base audience
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 a new chat messageGLEAP_CREATE_A_NEW_CHAT_MESSAGEAcciónTool to create a new chat message. Use when sending a message in an active chat session.
GLEAP_CREATE_A_NEW_CHAT_MESSAGEAcciónTool to create a new chat message. Use when sending a message in an active chat session.
Parámetros de entrada
rolestringObligatorioenumRole of the message sender.
useradmincontentstringObligatorioText content of the chat message.
sessionIdstringObligatorioUnique identifier of the chat session.
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 a new teamGLEAP_CREATE_A_NEW_TEAMAcciónTool to create a new team. Use when you have team details ready and want to assign tickets among members.
GLEAP_CREATE_A_NEW_TEAMAcciónTool to create a new team. Use when you have team details ready and want to assign tickets among members.
Parámetros de entrada
namestringObligatorioName of the team to create
membersstring[]ObligatorioList of user IDs to include in the team
assignmentMethodstringObligatorioenumMethod used to assign tickets within the team
randombalancedmanual
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 a new ticketGLEAP_CREATE_A_NEW_TICKETAcciónTool to create a new ticket. Use when you have ticket details ready to open a support ticket.
GLEAP_CREATE_A_NEW_TICKETAcciónTool to create a new ticket. Use when you have ticket details ready to open a support ticket.
Parámetros de entrada
titlestringObligatorioTicket title
attachmentsobject[]List of file attachments
descriptionstringDetailed description of the ticket
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 a User from a ProjectGLEAP_DELETE_A_USER_FROM_A_PROJECTAcciónTool to remove a user from a project. Use when you need to revoke a user's access by their ID.
GLEAP_DELETE_A_USER_FROM_A_PROJECTAcciónTool to remove a user from a project. Use when you need to revoke a user's access by their ID.
Parámetros de entrada
user_idstringObligatorioThe unique identifier of the user to remove from the project
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 a ChecklistGLEAP_GET_A_CHECKLIST_ACTIONAcciónTool to retrieve a specific engagement checklist by its ID. Use after obtaining a valid checklistId.
GLEAP_GET_A_CHECKLIST_ACTIONAcciónTool to retrieve a specific engagement checklist by its ID. Use after obtaining a valid checklistId.
Parámetros de entrada
checklistIdstringObligatorioUnique identifier of the checklist to retrieve
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 a CollectionGLEAP_GET_A_COLLECTIONAcciónTool to retrieve a help center collection by ID. Use when you need to fetch specific collection details by its ID.
GLEAP_GET_A_COLLECTIONAcciónTool to retrieve a help center collection by ID. Use when you need to fetch specific collection details by its ID.
Parámetros de entrada
helpcenterCollectionIdstringObligatorioID of the help center collection to retrieve
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 all articlesGLEAP_GET_ALL_ARTICLESAcciónTool to retrieve all articles in a help center collection. Use when you have a helpcenterCollectionId and want to list its articles.
GLEAP_GET_ALL_ARTICLESAcciónTool to retrieve all articles in a help center collection. Use when you have a helpcenterCollectionId and want to list its articles.
Parámetros de entrada
helpcenterCollectionIdstringObligatorioID of the help center collection
Parámetros de salida
dataobject[]ObligatorioData 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 all chat messagesGLEAP_GET_ALL_CHAT_MESSAGESAcciónTool to retrieve all chat messages. Use when you need to list full conversation history.
GLEAP_GET_ALL_CHAT_MESSAGESAcciónTool to retrieve all chat messages. Use when you need to list full conversation history.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioData 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 All CollectionsGLEAP_GET_ALL_COLLECTIONSAcciónTool to retrieve all help center collections. Use when you need to list all collections for the authenticated project.
GLEAP_GET_ALL_COLLECTIONSAcciónTool to retrieve all help center collections. Use when you need to list all collections for the authenticated project.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioData 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 All Invitations for a ProjectGLEAP_GET_ALL_INVITATIONS_FOR_A_PROJECTAcciónTool to retrieve all invitations for a project. Use when you need to list every pending or accepted invitation within the current project context.
GLEAP_GET_ALL_INVITATIONS_FOR_A_PROJECTAcciónTool to retrieve all invitations for a project. Use when you need to list every pending or accepted invitation within the current project context.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioData 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 all sessionsGLEAP_GET_ALL_SESSIONSAcciónTool to retrieve all sessions for the current project. Use after project context is confirmed. Fetches all user sessions for analysis or reporting.
GLEAP_GET_ALL_SESSIONSAcciónTool to retrieve all sessions for the current project. Use after project context is confirmed. Fetches all user sessions for analysis or reporting.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioData 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 All TeamsGLEAP_GET_ALL_TEAMSAcciónTool to retrieve all teams. Use when you need a list of all teams for the authenticated project.
GLEAP_GET_ALL_TEAMSAcciónTool to retrieve all teams. Use when you need a list of all teams for the authenticated project.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioData 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 All TicketsGLEAP_GET_ALL_TICKETSAcciónTool to retrieve all tickets. Use when you need to list all tickets for the authenticated project.
GLEAP_GET_ALL_TICKETSAcciónTool to retrieve all tickets. Use when you need to list all tickets for the authenticated project.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioData 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 All Users for a ProjectGLEAP_GET_ALL_USERS_FOR_A_PROJECTAcciónTool to retrieve all users for a project. Use when you need to list every user associated with the current project.
GLEAP_GET_ALL_USERS_FOR_A_PROJECTAcciónTool to retrieve all users for a project. Use when you need to list every user associated with the current project.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioData 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 a ticketGLEAP_GET_A_TICKETAcciónTool to retrieve a specific ticket by its ID. Use after confirming the ticket ID. Returns full ticket details.
GLEAP_GET_A_TICKETAcciónTool to retrieve a specific ticket by its ID. Use after confirming the ticket ID. Returns full ticket details.
Parámetros de entrada
ticketIdstringObligatorioThe unique identifier of the ticket to retrieve
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 current userGLEAP_GET_CURRENT_USERAcciónTool to retrieve the currently authenticated user's details. Use when you need the user's profile and settings.
GLEAP_GET_CURRENT_USERAcciónTool to retrieve the currently authenticated user's details. Use when you need the user's profile and settings.
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 Help Center SourcesGLEAP_GET_HELP_CENTER_SOURCESAcciónTool to retrieve available help center sources. Use when you need to list all help center sources for a project.
GLEAP_GET_HELP_CENTER_SOURCESAcciónTool to retrieve available help center sources. Use when you need to list all help center sources for a project.
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 notification ticketGLEAP_GET_NOTIFICATION_TICKETAcciónTool to retrieve a notification ticket using its share token. Use when you have a share token and need to fetch ticket details.
GLEAP_GET_NOTIFICATION_TICKETAcciónTool to retrieve a notification ticket using its share token. Use when you have a share token and need to fetch ticket details.
Parámetros de entrada
shareTokenstringObligatorioThe notification share token used to retrieve the ticket.
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 session checklistsGLEAP_GET_SESSION_CHECKLISTSAcciónTool to retrieve checklists for a given session. Use after confirming a valid sessionId. Returns all checklists associated with the specified session.
GLEAP_GET_SESSION_CHECKLISTSAcciónTool to retrieve checklists for a given session. Use after confirming a valid sessionId. Returns all checklists associated with the specified session.
Parámetros de entrada
sessionIdstringObligatorioThe unique identifier of the session to retrieve checklists for
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Identify or update userGLEAP_IDENTIFY_USERAcciónTool to identify or update user information. Use when you need to sync server-side user profile after authentication.
GLEAP_IDENTIFY_USERAcciónTool to identify or update user information. Use when you need to sync server-side user profile after authentication.
Parámetros de entrada
namestringUser’s full name.
emailstringUser’s email address.
phonestringUser’s phone number.
valuenumberMonetary or lifetime value associated with the user.
userIdstringObligatorioUnique identifier of the user.
createdAtstringdate-timeExplicit user creation timestamp (ISO 8601).
preventLastActivityUpdatebooleanIf true, prevents updating the user’s last activity timestamp.
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
Link a TicketGLEAP_LINK_A_TICKETAcciónTool to link a ticket. Use when you need to connect two existing tickets after confirming both IDs exist. Example: Link a duplicate issue ticket to its original.
GLEAP_LINK_A_TICKETAcciónTool to link a ticket. Use when you need to connect two existing tickets after confirming both IDs exist. Example: Link a duplicate issue ticket to its original.
Parámetros de entrada
ticketIdstringObligatorioID of the source ticket to link from
targetTicketIdstringObligatorioID of the target ticket to link 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
Search for TicketsGLEAP_SEARCH_FOR_TICKETSAcciónTool to search for tickets. Use when needing to find tickets based on search criteria.
GLEAP_SEARCH_FOR_TICKETSAcciónTool to search for tickets. Use when needing to find tickets based on search criteria.
Parámetros de entrada
qstringGeneral search query string (alias for query/value).
pathstringSearch path or field path if required by API.
termstringSearch term (some APIs use 'term' as the query key).
typestringSearch type/category (e.g., 'title', 'description', 'user').
querystringSearch query string (if supported by API).
valuestringSearch value (if API expects 'value').
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Track eventsGLEAP_TRACK_EVENTSAcciónTool to track server-side customer events. Use when you have collected a batch of events and want to send them to Gleap via the /admin/track endpoint.
GLEAP_TRACK_EVENTSAcciónTool to track server-side customer events. Use when you have collected a batch of events and want to send them to Gleap via the /admin/track endpoint.
Parámetros de entrada
eventsobject[]ObligatorioList of events to track; must contain at least one event
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
Unarchive a TicketGLEAP_UNARCHIVE_A_TICKETAcciónTool to unarchive a ticket. Use when you need to restore a previously archived ticket after validation.
GLEAP_UNARCHIVE_A_TICKETAcciónTool to unarchive a ticket. Use when you need to restore a previously archived ticket after validation.
Parámetros de entrada
ticketIdstringObligatorioIdentifier of the ticket to unarchive
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
Unlink a TicketGLEAP_UNLINK_A_TICKETAcciónTool to unlink a ticket. Use after confirming both tickets are linked to remove their association.
GLEAP_UNLINK_A_TICKETAcciónTool to unlink a ticket. Use after confirming both tickets are linked to remove their association.
Parámetros de entrada
ticketIdstringObligatorioID of the source ticket to unlink from
targetTicketIdstringObligatorioID of the target ticket that was previously linked
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 a User for a ProjectGLEAP_UPDATE_A_USER_FOR_A_PROJECTAcciónTool to update a user’s role in a project. Use when you need to change a user's permissions.
GLEAP_UPDATE_A_USER_FOR_A_PROJECTAcciónTool to update a user’s role in a project. Use when you need to change a user's permissions.
Parámetros de entrada
rolestringObligatorioThe new role to assign to the user (e.g., 'admin', 'member')
user_idstringObligatorioThe unique identifier of the user to update in the project
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 Chat MessageGLEAP_UPDATE_CHAT_MESSAGEAcciónTool to update a chat message. Use when you need to modify the content of an existing chat message after obtaining its ID.
GLEAP_UPDATE_CHAT_MESSAGEAcciónTool to update a chat message. Use when you need to modify the content of an existing chat message after obtaining its ID.
Parámetros de entrada
bodyobjectObligatorioJSON object containing the fields to update on the chat message, e.g., {'content': 'Updated text'}.
chatMessageIdstringObligatorioThe unique identifier of the chat message 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