Gleap 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.
Gleap 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. On Nagent, Gleap is exposed as a fully-configurable customer support integration that any agent can call — 179 actions, and API key authentication. No code is required to wire Gleap into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use Gleap to automate the kinds of tasks customer support teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire Gleap into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against Gleap, with input parameters and output schema. Drop these into any step of an agent built in Helix.
GLEAP_ARCHIVE_ALL_TICKETSTool to archive all tickets matching specific type and status criteria. Use when you need to bulk archive multiple tickets at once based on their type and status.
Input parameters
The ticket type to filter by. Common values include 'bug', 'feature', 'feedback', etc. Required to specify which ticket type to archive.
The ticket status to filter by. Common values include 'open', 'closed', 'pending', etc. Required to specify which status to archive.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_ARCHIVE_A_TICKETTool to archive a ticket. Use after confirming the ticket ID and that the ticket is resolved. Call when moving tickets to history.
Input parameters
Identifier of the ticket to archive
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_CLONE_ENGAGEMENTTool to clone an existing engagement. Use when you need to duplicate an engagement with all its configuration.
Input parameters
The unique identifier (ObjectId) of the engagement to clone. Must be a valid engagement ID from the project's engagements list.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_CREATE_A_COLLECTIONTool to create a help center collection. Use when adding a new organizational grouping in your Help Center.
Input parameters
Numeric document ID this collection belongs to, if applicable
Title of the help center collection
Identifier of the parent collection for nesting
URL to an icon representing the collection
String used to order this collection among its peers
External identifier for syncing with other systems
Detailed description of the collection
Audience for this collection, defaults to 'all'
Base filter criteria object to limit the audience
Additional filter criteria to extend the base audience
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_CREATE_AI_CONTENTTool to create or update AI content in Gleap's knowledge base. Use when adding new documentation, help articles, or product information that AI assistants can reference. Supports text, file, and product content types with optional batch operations.
Input parameters
Type of content being created. Must be one of: 'text' (text-based content), 'file' (file-based content), or 'product' (product information).
Title of the AI content (required)
Optional batch identifier for grouping multiple content items together. Useful for bulk operations.
Content object containing the actual content data. For text type, use {'text': 'Your content here'}. Structure varies by content type.
Unique identifier for this content item. Use this ID to update existing content or create new content with a specific ID.
URL where users can access the full content or additional information.
Label text for the 'read more' link (e.g., 'Learn More', 'View Full Article').
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_CREATE_A_NEW_CHAT_MESSAGECreates a new chat message in a Gleap chat session. Use this action to: - Send a message as a user or admin in an existing chat session - Reply to customer inquiries in the Gleap support system - Add messages to ongoing conversations The action requires a valid sessionId (obtained from get_all_sessions or get_all_chat_messages actions), a role ("user" or "admin"), and message content. Returns the created message with its ID, timestamps, and configuration details.
Input parameters
Role of the message sender. Use "user" for customer messages or "admin" for support team responses.
Text content of the chat message. Supports unicode characters, emojis, newlines, and special characters.
Unique identifier of the chat session where the message will be created. Must be a valid session ID from the Gleap project.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_CREATE_A_NEW_SESSIONCreate a new user session in Gleap and associate it with a project. Use this to track user activity, engagement metrics, and session data. Sessions can be created with minimal information and enriched later through identify_user or other API calls.
Input parameters
Service level agreement value or response time in hours
User's preferred language code (ISO 639-1 format, e.g., 'en', 'de', 'fr')
User's full name
User's subscription plan or tier (e.g., 'free', 'pro', 'enterprise')
List of tags for categorizing and filtering sessions
User's email address for session identification and communication
User's phone number
Monetary or lifetime value associated with the user
URL or path to the user's avatar image
Unique user identifier from your system. Used to track sessions across different devices and platforms
Whether the user is blocked from creating feedback or support tickets
Unique Gleap session identifier (auto-generated if not provided)
Project ID to associate the session with. If not provided, uses the project from authentication headers
Platform or operating system (e.g., 'iOS', 'Android', 'Windows', 'macOS')
Total number of sessions for this user
Unique identifier of the company the user belongs to
If true, indicates the user should only be contacted via email
Security hash for verifying user identity in secure mode
Custom metadata as key-value pairs for storing additional session-specific data (e.g., {'app_version': '2.0.1', 'platform': 'web'})
Type of device (e.g., 'desktop', 'mobile', 'tablet')
Name of the company the user belongs to
Organisation identifier the session belongs to
Whether the user has unsubscribed from communications
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_CREATE_A_NEW_TEAMTool to create a new team. Use when you have team details ready and want to assign tickets among members.
Input parameters
Name of the team to create
List of user IDs to include in the team
Method used to assign tickets within the team. 'random' assigns tickets randomly, 'balanced' distributes evenly across members, 'manual' requires manual assignment, and 'circular' rotates through members in order
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_CREATE_A_NEW_TICKETCreate a new support ticket in Gleap with detailed information including title, description, type, priority, status, tags, and attachments. Supports custom metadata and sentiment tracking for comprehensive ticket management and customer feedback analysis.
Input parameters
Tags for categorizing and organizing tickets
Ticket type/category (e.g., 'BUG', 'FEATURE_REQUEST', 'QUESTION', 'FEEDBACK')
Ticket title (required)
Ticket status (e.g., 'OPEN', 'IN_PROGRESS', 'RESOLVED', 'CLOSED'). Defaults to 'OPEN' if not specified
Due date for ticket resolution in ISO 8601 format (e.g., '2026-02-15T10:00:00Z')
Priority level: 'LOW', 'MEDIUM', or 'HIGH'. Helps prioritize ticket handling
User sentiment: 'positive', 'negative', or 'neutral'. Helps gauge customer satisfaction
Custom metadata as key-value pairs (e.g., {'browser': 'Chrome', 'version': '120.0'})
List of file attachments with name, URL, and MIME type
Detailed description of the ticket issue or request
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_CREATE_ENGAGEMENT_BANNERTool to create a new engagement banner in Gleap. Use when you want to add a banner for user engagement, announcements, or surveys. All fields are optional; the API will create a banner with default values if no fields are specified (default name: 'New survey', status: 'draft', format: 'widget', frequency: 'once').
Input parameters
Name of the banner. Defaults to 'New survey' if not specified
List of specific pages where the banner should appear
Display format for the banner. Defaults to 'widget' if not specified
Banner status: 'draft' or 'active'. Defaults to 'draft' if not specified
Banner content configuration including text, images, buttons, etc.
Frequency at which the banner is shown: 'once', 'always', 'daily', etc. Defaults to 'once' if not specified
Type of page filtering to apply: 'all', 'specific', 'exclude', etc.
Target audience for the banner: 'all', 'specific', etc. Determines who can see the banner
Base filter criteria to limit the audience who sees this banner
Additional filter criteria to extend the base audience targeting
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_CREATE_ENGAGEMENT_CHECKLISTTool to create a new engagement checklist. Use when you need to set up a step-by-step guide or task list for users.
Input parameters
Name of the checklist
List of steps to include in the checklist. Each step can have a title and optional description
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_CREATE_ENGAGEMENT_COBROWSETool to create a new cobrowse product tour. Use when you need to set up an interactive guided tour for users to follow.
Input parameters
Name of the cobrowse product tour
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_CREATE_ENGAGEMENT_EMAILTool to create a new engagement email in Gleap. Use when you want to send emails for user engagement, announcements, or marketing campaigns. Requires name, subject, and body; other fields are optional with defaults (type: 'EMAIL', status: 'draft', format: 'widget', frequency: 'once', targetAudience: 'all').
Input parameters
Email body content (can include HTML)
Name of the engagement email
Type of engagement element. Defaults to 'EMAIL' if not specified
Display format for the email. Defaults to 'widget' if not specified
Email status: 'draft' or 'active'. Defaults to 'draft' if not specified
Email subject line
Frequency at which the email is sent: 'once', 'always', 'daily', etc. Defaults to 'once' if not specified
Target audience for the email: 'all', 'specific', etc. Determines who receives the email. Defaults to 'all' if not specified
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_CREATE_ENGAGEMENT_MODALTool to create a new engagement modal in Gleap. Use when you want to display a modal dialog for user engagement, onboarding, announcements, or feature introductions.
Input parameters
Name of the modal (required)
Type of engagement element (auto-populated as MODAL by the server)
Whether to play a sound when the modal appears
Display format for the modal. Defaults to 'widget' if not specified
Whether the modal is hidden from users
Modal status: 'DRAFT' or 'ACTIVE'. Defaults to 'DRAFT' if not specified
Frequency at which the modal is shown: 'once', 'always', 'daily', etc. Defaults to 'once' if not specified
Type of frequency control: 'dynamic', 'static', etc. Defaults to 'dynamic' if not specified
Target audience for the modal: 'all', 'specific', etc. Determines who can see the modal. Defaults to 'all' if not specified
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_CREATE_ENGAGEMENT_PRODUCT_TOURTool to create a new product tour in Gleap. Use when you want to create guided tours for onboarding, feature introductions, or step-by-step walkthroughs for users.
Input parameters
Name of the product tour (required)
Type of engagement element. Defaults to 'TOUR' if not specified
Whether the product tour is active. Defaults to false if not specified
Display format for the tour. Defaults to 'widget' if not specified
Status of the tour: 'draft' or 'active'. Defaults to 'draft' if not specified
Frequency at which the tour is shown: 'once', 'always', 'daily', etc. Defaults to 'once' if not specified
Target audience for the tour: 'all', 'specific', etc. Determines who can see the tour. Defaults to 'all' if not specified
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_CREATE_ENGAGEMENT_PUSH_NOTIFICATIONTool to create a new push notification in Gleap. Use when you want to send push notifications for user engagement, announcements, or alerts. All fields are optional; the API will create a notification with default values (name: 'New survey', type: 'PUSH', status: 'draft', sound: true, hidden: false, sent: false, format: 'widget', frequencyType: 'dynamic', frequency: 'once', frequencyDays: 0).
Input parameters
Name of the push notification. Defaults to 'New survey' if not specified
Whether the notification has been sent to users. Defaults to false if not specified
Type of engagement element. Defaults to 'PUSH' if not specified
Whether to play a notification sound. Defaults to true if not specified
Display format for the notification. Defaults to 'widget' if not specified
Whether the notification is hidden from users. Defaults to false if not specified
Notification status: 'draft' or 'active'. Defaults to 'draft' if not specified
Frequency at which the notification is shown: 'once', 'always', 'daily', etc. Defaults to 'once' if not specified
Whether this is a new trigger for the notification
Number of days for frequency calculation. Defaults to 0 if not specified
Type of frequency calculation: 'dynamic', 'daily', 'weekly', etc. Defaults to 'dynamic' if not specified
Type of page filtering to apply: 'all', 'specific', 'exclude', etc.
Target audience for the notification: 'all', 'specific', etc. Determines who receives the notification
ISO 8601 timestamp when to stop sending the notification (e.g., '2026-12-31T23:59:59Z')
ISO 8601 timestamp when to start sending the notification (e.g., '2026-02-14T10:00:00Z')
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_CREATE_ENGAGEMENT_TOOLTIPTool to create a new engagement tooltip in Gleap. Use when you want to add tooltips for user guidance, onboarding, or feature explanations.
Input parameters
Name of the tooltip
Content/text of the tooltip
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_CREATE_FEEDBACK_ITEMTool to manually create a feedback item (bug) in a Gleap project. Use when you need to: - Create a new bug report programmatically - Add customer feedback to a specific project - Submit feature requests or issues via API Requires project ID, title, and description. Supports optional fields like type, priority, status, tags, and custom metadata for comprehensive feedback tracking.
Input parameters
The project ID where the feedback item will be created. This is a 24-character hexadecimal string.
Tags for categorizing and organizing feedback items
Type of feedback item (e.g., 'BUG', 'FEATURE_REQUEST', 'QUESTION', 'FEEDBACK')
The title/subject of the bug or feedback item (required)
Status of the feedback item (e.g., 'OPEN', 'IN_PROGRESS', 'RESOLVED', 'CLOSED')
Priority level: 'LOW', 'MEDIUM', or 'HIGH'
Custom metadata as key-value pairs
Detailed description of the bug or feedback (required)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_CREATE_HELPCENTER_REDIRECTTool to create a new redirect for help center URLs. Use when you need to redirect old or deprecated help articles to new URLs. Supports both exact URL matching and pattern-based matching for flexible redirect rules.
Input parameters
The new URL path to redirect to (e.g., '/new-help-article')
The old URL path to redirect from (e.g., '/old-help-article')
Match type for the redirect: 'exact' for exact URL match or 'pattern' for pattern-based matching
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_CREATE_MESSAGE_TEMPLATETool to create a new message template in Gleap. Use when creating pre-defined message templates for support conversations, automated responses, or quick replies. The template can include actions (buttons, links) and attachments, and can be shared publicly or restricted to specific users.
Input parameters
Title of the message template
List of user IDs who can access this message template. Only applicable if isPublic is false.
List of actions associated with the message template (e.g., buttons, links)
Content of the message template. Contains text and formatting data as a dictionary.
Whether the message template is publicly accessible. Defaults to false if not specified.
String used to order this template among its peers. Used for sorting and positioning.
List of file attachments for the message template
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_CREATE_NEW_CONVERSATIONCreate a new conversation with a session in Gleap. Use this action to initiate a conversation linked to a specific session ID within a project.
Input parameters
Session ID to associate with the conversation. Must be a valid session ID from the Gleap project.
Project ID where the conversation will be created. This is the unique identifier of the Gleap project.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_CREATE_QA_SNIPPETTool to create a QA snippet (question-answer pair) in Gleap. Use when you need to add knowledge base content or FAQ entries to help AI assistants answer user questions.
Input parameters
The answer text for the QA snippet
The question text for the QA snippet
The project ID to create the QA snippet in
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_CREATE_TRACKER_TICKETTool to create a tracker ticket in Gleap. Use when you need to create a new tracker-based ticket for tracking features, bugs, or tasks.
Input parameters
Type classification of the tracker ticket (e.g., 'bug', 'feature', 'task')
Title of the tracker ticket
Detailed description of the tracker ticket
Array of ticket IDs to link to this tracker ticket
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_DELETE_AI_CONTENTTool to delete AI content by content ID. Use when you need to remove specific AI content from the system.
Input parameters
The unique identifier of the AI content to delete. This is the content ID string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_DELETE_AICONTENT_BATCHTool to delete all AI content by batchId. Use when you need to remove all AI-generated content associated with a specific batch identifier.
Input parameters
The unique batch identifier of the AI content to delete. All AI content items associated with this batch will be removed.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_DELETE_A_USER_FROM_A_PROJECTRemoves a user (team member) from a Gleap project, revoking their access. Use this when you need to remove a team member's access to the project by their user ID. The user ID can be obtained from the 'Get All Users for a Project' action. Note: This removes organization members from the project, not end-user sessions/contacts.
Input parameters
The unique identifier (ObjectId) of the user to remove from the project. Must be a valid user ID from the project's user list.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_DELETE_BUGSTool to delete a bug/ticket by ID. Use when you need to permanently remove a bug from the system.
Input parameters
The unique identifier of the bug/ticket to delete. This is a 24-character hexadecimal string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_DELETE_ENGAGEMENT_BANNERTool to delete an engagement banner. Use when you need to remove a banner from the project by its banner ID.
Input parameters
The unique identifier (ObjectId) of the banner to delete. Must be a valid banner ID from the project's engagement banners list.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_DELETE_ENGAGEMENT_CHAT_MESSAGEDeletes an engagement chat message from Gleap by its ID. Use this action to permanently remove a chat message from a conversation. The message ID must be obtained from a prior list or get operation. Once deleted, the message cannot be recovered.
Input parameters
The unique identifier (MongoDB ObjectId) of the chat message to delete. Must be a valid 24-character hex string representing an existing message.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_DELETE_ENGAGEMENT_CHECKLISTTool to delete an engagement checklist by its ID. Use when removing a checklist from the project.
Input parameters
Unique identifier of the checklist to delete
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_DELETE_ENGAGEMENT_COBROWSETool to delete a cobrowse product tour by its ID. Use when you need to remove a cobrowse product tour from the project.
Input parameters
The unique identifier of the cobrowse product tour to delete. Must be a valid ObjectId (24-character hexadecimal string).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_DELETE_ENGAGEMENT_EMAILTool to delete an engagement email by its ID. Use when you need to remove an email from the project's engagement emails list.
Input parameters
The unique identifier (ObjectId) of the engagement email to delete. Must be a valid email ID from the project's engagement emails list.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_DELETE_ENGAGEMENT_MODALTool to delete an engagement modal from a Gleap project. Use when you need to remove a modal by its ID.
Input parameters
The unique identifier of the engagement modal to delete. Must be a valid modal ID (24-character hexadecimal ObjectId).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_DELETE_ENGAGEMENT_NEWSTool to delete an engagement news article. Use when you need to remove a news article from the project by its news ID.
Input parameters
The unique identifier (ObjectId) of the news article to delete. Must be a valid news ID from the project's engagement news list.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_DELETE_ENGAGEMENT_PRODUCT_TOURTool to delete an engagement product tour by its ID. Use when you need to remove a product tour from the project's engagement product tours list.
Input parameters
The unique identifier (ObjectId) of the product tour to delete. Must be a valid product tour ID from the project's engagement product tours list.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_DELETE_ENGAGEMENT_PUSH_NOTIFICATIONTool to delete an engagement push notification by its ID. Use when you need to remove a push notification from the project's engagement push notifications list.
Input parameters
The unique identifier (ObjectId) of the push notification to delete. Must be a valid push notification ID from the project's engagement push notifications list.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_DELETE_ENGAGEMENT_SURVEYSTool to delete an engagement survey. Use when you need to remove a survey from the project by its survey ID.
Input parameters
The unique identifier of the survey to delete. Must be a valid survey ID from the engagement surveys list.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_DELETE_ENGAGEMENT_TOOLTIPSTool to delete an engagement tooltip. Use when you need to remove a tooltip from the project by its tooltip ID.
Input parameters
The unique identifier (ObjectId) of the tooltip to delete. Must be a valid tooltip ID from the project's engagement tooltips list.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_DELETE_ENGAGEMENT_WHATSAPP_MESSAGETool to delete an engagement WhatsApp message by its ID. Use when you need to remove a WhatsApp message from the project's engagement WhatsApp messages list.
Input parameters
The unique identifier (ObjectId) of the WhatsApp message to delete. Must be a valid WhatsApp message ID from the project's engagement WhatsApp messages list.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_DELETE_HELPCENTER_COLLECTIONTool to delete a help center collection by ID. Use when you need to permanently remove a collection from the help center.
Input parameters
The unique identifier of the help center collection to delete. This is a 24-character hexadecimal string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_DELETE_HELPCENTER_REDIRECTTool to delete a help center redirect. Use when you need to remove a redirect from the help center by its redirect ID.
Input parameters
The unique identifier of the help center redirect to delete. Must be a valid 24-character hexadecimal string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_DELETE_MESSAGETool to delete a message (comment) from a bug or ticket. Use when you need to permanently remove a comment from a bug/ticket conversation.
Input parameters
The unique identifier of the message/comment to delete. Must be a valid 24-character hexadecimal string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_DELETE_MESSAGE_TEMPLATETool to delete a message template. Use when you need to remove a message template from the project by its template ID.
Input parameters
The unique identifier (ObjectId) of the message template to delete. Must be a valid message template ID from the project's message templates list.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_DELETE_OLD_AI_CONTENT_BATCHESDelete all AI content batches except the current batch. Use when cleaning up old AI content and keeping only the latest batch by providing its ID.
Input parameters
Optional type filter to specify which type of AI content batches to delete.
The unique identifier of the current batch to keep. All other AI content batches will be deleted except this one.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_DELETE_PROJECTS_QAANSWERSTool to delete a QA answer (snippet) from a Gleap project. Use when removing help center content or AI assistant snippets.
Input parameters
The unique identifier of the project containing the QA answer/snippet. This is provided in the API authentication headers.
The unique identifier of the QA answer/snippet to delete. This is a 24-character hexadecimal string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_DELETE_PROJECTS_SESSIONSTool to delete a session from a Gleap project. Use when you need to remove session data by providing both project ID and session ID.
Input parameters
The unique identifier of the project containing the session to delete. Must be a valid project ID.
The unique identifier of the session to delete from the project. Must be a valid session ID.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_DELETE_SESSIONSTool to delete a session by ID. Use when you need to remove a specific session from the system.
Input parameters
The unique identifier of the session to delete. Must be a valid session ID.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_DELETE_TEAMTool to delete a team by ID. Use when you need to permanently remove a team from the project.
Input parameters
The unique identifier of the team to delete. This is a 24-character hexadecimal string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_DELETE_TICKETTool to delete a ticket by ID. Use when you need to permanently remove a ticket from the system.
Input parameters
The unique identifier of the ticket to delete. This is a 24-character hexadecimal string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_EXPORT_SESSIONSTool to export sessions for the authenticated project in CSV format. Use when you need to export session data for analysis, reporting, or backup purposes. Returns comprehensive session information in CSV format including user details, activity data, and metadata. Use limit and skip parameters to control pagination for large datasets.
Input parameters
Number of sessions to skip for pagination.
Maximum number of sessions to export.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_EXPORT_STATISTICS_LISTSTool to export statistics list data as CSV from Gleap. Use when you need to export performance metrics, analytics, or reports. Supports various report types including team performance, article statistics, ticket ratings, SLA reports, and more. Results can be filtered by date range, grouped by time intervals, and paginated for large datasets.
Input parameters
Number of records to skip for pagination
Maximum number of records to return
End date for filtering statistics (ISO 8601 format)
Type of aggregation to apply to the statistics
Timezone for date calculations (e.g., 'America/New_York', 'Europe/London', 'UTC')
Type of statistics list data to export (e.g., TEAM_PERFORMANCE_LIST, ARTICLE_VIEW_STATISTICS_LIST)
Filter by creation date (ISO 8601 format)
Field to group results by
Start date for filtering statistics (ISO 8601 format)
Filter by last update date (ISO 8601 format)
Time grouping interval for statistics.
Whether to use working hours for time calculations (excludes weekends/holidays)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GENERATE_TICKET_DRAFT_REPLYTool to generate an AI-powered draft reply for a ticket. Use when you need to automatically create a contextual response based on the ticket content, similar tickets, and knowledge base articles. The AI analyzes the ticket and suggests an appropriate reply that can be reviewed and sent.
Input parameters
The unique identifier (ID) of the ticket to generate a draft reply for. This is a 24-character hexadecimal string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GENERATE_TRACKER_TICKET_DATATool to generate AI-powered tracker ticket data from an existing ticket. Use when you need to automatically create a title and description for a tracker ticket based on a source ticket's content. The AI analyzes the source ticket and generates appropriate metadata.
Input parameters
Optional type parameter for the generation process. Specifies the type of data to generate.
The unique identifier of the source ticket to generate data from. This is a 24-character hexadecimal string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_A_CHECKLIST_ACTIONTool to retrieve a specific engagement checklist by its ID. Use after obtaining a valid checklistId.
Input parameters
Unique identifier of the checklist to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_A_COLLECTIONTool to retrieve a help center collection by ID. Use when you need to fetch specific collection details by its ID.
Input parameters
ID of the help center collection to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_AI_CONTENTTool to retrieve AI content by its content ID. Use when you need to fetch specific AI-generated or AI-managed content from Gleap's AI content system.
Input parameters
The unique identifier of the AI content to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ALL_ARTICLESTool to retrieve articles in a help center collection. Use when you have a helpcenterCollectionId and want to list its articles. Supports pagination via limit and skip parameters.
Input parameters
Number of articles to skip for pagination.
Maximum number of articles to return.
ID of the help center collection
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ALL_CHAT_MESSAGESRetrieves all engagement chat messages from the current Gleap project. Use this action to: - List all chat conversations across all sessions - Review customer support interactions and message history - Analyze chat engagement data and message patterns - Export or audit chat communications Returns messages sorted by creation date (newest first) with complete metadata including sender information, session details, content, and timestamps. Supports pagination via limit and skip parameters.
Input parameters
Number of chat messages to skip for pagination.
Maximum number of chat messages to return.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ALL_COLLECTIONSRetrieves all help center collections for the authenticated project. Collections are organizational containers in the help center that group related articles. Each collection can contain articles and nested sub-collections. Use this action to: - Get an overview of all collections in the help center - Check collection counts (articles and sub-collections) - Access collection metadata (titles, descriptions, audience filters) Returns an empty list if no collections exist in the project.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ALL_INVITATIONS_FOR_A_PROJECTRetrieves all pending invitations for a project. Use this to list users who have been invited to join the project but haven't accepted yet. The project context is automatically determined from the authentication headers.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ALL_SESSIONSRetrieves all user sessions for the authenticated project. This endpoint returns comprehensive session data including user information, activity timestamps, engagement metrics, and metadata for all sessions associated with the project. Useful for analytics, user tracking, and session management. Use limit and skip parameters to control pagination for large datasets.
Input parameters
Number of sessions to skip for pagination.
Maximum number of sessions to return.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ALL_TEAMSTool to retrieve all teams. Use when you need a list of all teams for the authenticated project.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ALL_TICKETSRetrieve tickets from a Gleap project with optional filtering, sorting, and pagination. This action fetches tickets from the authenticated Gleap project. Without parameters, it returns all tickets. Use filters to narrow results by type, status, priority, or spam classification. Results can be sorted and paginated for efficient data retrieval. Use cases: - List all open bugs: Set status='OPEN' and type='BUG' - Get recent tickets: Set sort='-createdAt' and limit=20 - Paginate through tickets: Use skip and limit parameters - Find high-priority issues: Set priority='HIGH'
Input parameters
Number of tickets to skip for pagination. Use skip=(page-1)*limit for page-based pagination.
Sort order for results. Examples: '-createdAt' (newest first), 'createdAt' (oldest first), 'priority', '-priority', '-updatedAt'.
Filter by ticket type. Examples: 'BUG', 'FEATURE_REQUEST'. Can specify multiple comma-separated: 'BUG,FEATURE_REQUEST'.
Maximum number of tickets to return. Default varies by API, maximum is 1000.
Filter by spam classification. Set to false to exclude spam tickets.
Filter by ticket status. Examples: 'OPEN', 'DONE', 'INPROGRESS'. Can specify multiple comma-separated: 'OPEN,DONE'.
Filter by archived state. Set to false to exclude archived tickets.
Filter by priority level. Examples: 'HIGH', 'MEDIUM', 'LOW'. Can specify multiple comma-separated: 'HIGH,MEDIUM'.
Set to true to ignore archived tickets regardless of archived filter.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ALL_USERS_FOR_A_PROJECTTool to retrieve all users for a project. Use when you need to list every user associated with the current project.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_A_TICKETRetrieves complete details for a specific ticket by its ID. Use this action when you need to: - View full ticket information including title, description, status, and priority - Check ticket metadata like creation time, tags, and custom data - Access associated session and user information - Review AI-generated summaries and support recommendations Returns comprehensive ticket data including type (BUG/FEATURE_REQUEST), priority level, sentiment analysis, upvotes, linked tickets, and custom fields.
Input parameters
The unique identifier (ID) of the ticket to retrieve. This is a 24-character hexadecimal string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_CURRENT_USERRetrieves the authenticated user's profile including email, name, user type, availability status, notification preferences, and 2FA settings. No parameters required - uses authentication from headers. Returns detailed user information including notification preferences for different event types (tickets, assignments, mentions) and account settings.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ENGAGEMENT_ACTIVITIES_COUNTTool to retrieve the count of activities for a specific engagement. Use when you need to know how many activities are associated with an engagement without fetching all activity details.
Input parameters
The unique identifier of the engagement to retrieve activities count for. This is a 24-character hexadecimal string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ENGAGEMENT_BANNERTool to retrieve an engagement banner by its ID. Use when you need to fetch specific banner details including title, message, button configuration, targeting settings, and display schedule.
Input parameters
The unique identifier of the engagement banner to retrieve. This is a 24-character hexadecimal string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ENGAGEMENT_BANNERSTool to retrieve all engagement banners from a Gleap project. Use when you need to list all banners for viewing, auditing, or selecting a specific banner for further operations.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ENGAGEMENT_CHAT_MESSAGERetrieves a specific engagement chat message by its ID. Use this action to fetch complete details of a single chat message including content, sender role, timestamps, and configuration settings.
Input parameters
The unique identifier of the chat message to retrieve. Must be a valid 24-character MongoDB ObjectId (hexadecimal string).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ENGAGEMENT_CHECKLISTSTool to retrieve all engagement checklists for a project. Use when you need to get an overview of all available checklists.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ENGAGEMENT_COBROWSERetrieves all cobrowse product tours for the authenticated project. Cobrowse product tours are interactive guided experiences that help users navigate through features or workflows. Use this action to get an overview of all configured cobrowse tours in your project, including their status, steps, and settings.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ENGAGEMENT_COBROWSE_BY_IDTool to retrieve a specific cobrowse product tour by its ID. Use when you need to fetch complete details of a single cobrowse tour including steps, settings, status, and configuration.
Input parameters
The unique identifier of the cobrowse product tour to retrieve. Must be a valid 24-character MongoDB ObjectId (hexadecimal string).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ENGAGEMENT_EMAILRetrieves a specific engagement email by its ID. Use this action to fetch complete details of a single engagement email including name, subject, body content, status, and configuration settings like frequency, target audience, and scheduling.
Input parameters
The unique identifier of the engagement email to retrieve. Must be a valid 24-character MongoDB ObjectId (hexadecimal string).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ENGAGEMENT_EMAILSTool to retrieve all engagement emails from a Gleap project. Use when you need to list all emails for viewing, auditing, or selecting a specific email for further operations.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ENGAGEMENT_MODALTool to retrieve an engagement modal by its ID. Use when you need to fetch specific modal details including title, message, button configuration, targeting settings, and display schedule.
Input parameters
The unique identifier of the engagement modal to retrieve. This is a 24-character hexadecimal string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ENGAGEMENT_MODALSTool to retrieve all engagement modals from a Gleap project. Use when you need to list all modals for viewing, auditing, or selecting a specific modal for further operations.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ENGAGEMENT_NEWSTool to retrieve all engagement news articles from a Gleap project. Use when you need to list all news articles for viewing, auditing, or selecting a specific article for further operations.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ENGAGEMENT_NEWS_ARTICLERetrieves a specific engagement news article by its ID. Use this action to fetch complete details of a single news article including content, configuration, targeting settings, and delivery schedule.
Input parameters
The unique identifier of the engagement news article to retrieve. Must be a valid 24-character MongoDB ObjectId (hexadecimal string).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ENGAGEMENT_PRODUCT_TOURTool to retrieve a specific engagement product tour by its ID. Use after obtaining a valid productTourId to fetch detailed tour configuration including steps, targeting, and timing settings.
Input parameters
Unique identifier of the product tour to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ENGAGEMENT_PRODUCT_TOURSTool to retrieve all engagement product tours for a project. Use when you need to get an overview of all available product tours.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ENGAGEMENT_PUSH_NOTIFICATIONRetrieves a specific engagement push notification by its ID. Use this action to fetch complete details of a single push notification including name, title, message content, status, and configuration settings like frequency, target audience, and scheduling.
Input parameters
The unique identifier of the push notification to retrieve. Must be a valid 24-character MongoDB ObjectId (hexadecimal string).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ENGAGEMENT_PUSH_NOTIFICATIONSTool to retrieve all engagement push notifications from a Gleap project. Use when you need to list all push notifications for viewing, auditing, or selecting a specific push notification for further operations.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ENGAGEMENTS_ACTIVITIESTool to retrieve all activities for a specific engagement. Use when you need to track user interactions, view engagement performance, or analyze activity patterns for a particular engagement campaign.
Input parameters
The unique identifier of the engagement to retrieve activities for. This is a 24-character hexadecimal string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ENGAGEMENTS_RECIPIENTSTool to find and retrieve recipients for a specific engagement. Use when you need to: - View all recipients who received an engagement (email, push notification, etc.) - Check delivery status and engagement metrics for recipients - Track when recipients opened or clicked on engagement content
Input parameters
The unique identifier of the engagement to retrieve recipients for. This is a 24-character hexadecimal string (MongoDB ObjectId).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ENGAGEMENTS_STATISTICSTool to retrieve statistics for a specific engagement. Use when you need to analyze engagement performance metrics such as views, interactions, conversions, and user behavior data.
Input parameters
The unique identifier of the engagement to retrieve statistics for. This is a 24-character hexadecimal string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ENGAGEMENT_SURVEYTool to retrieve a survey by its ID. Use when you need to view survey details including name, description, status, format, questions, and other configuration settings.
Input parameters
The unique identifier of the survey to retrieve. This is a 24-character hexadecimal string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ENGAGEMENT_SURVEYSTool to retrieve all engagement surveys from a Gleap project. Use when you need to list all surveys for viewing, auditing, or selecting a specific survey for further operations.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ENGAGEMENT_SURVEYS_RESPONSESTool to retrieve all survey responses for a specific survey. Use when you need to get all responses submitted for a survey.
Input parameters
The unique identifier of the survey to retrieve responses for. This is a 24-character hexadecimal string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ENGAGEMENT_SURVEYS_RESPONSES_SAMPLESTool to retrieve survey response samples for a specific engagement survey. Use when you need to view example responses, analyze survey feedback patterns, or audit survey submissions for a particular survey.
Input parameters
The unique identifier of the survey to retrieve response samples for. This is a 24-character hexadecimal string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ENGAGEMENT_SURVEYS_RESPONSES_SUMMARIZETool to retrieve an AI-generated summary of survey responses. Use when you need to analyze survey feedback, understand response patterns, or get insights from customer feedback without reviewing individual responses.
Input parameters
The unique identifier of the survey to summarize responses for. This is a 24-character hexadecimal string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ENGAGEMENT_TOOLTIP_BY_IDTool to retrieve a specific engagement tooltip by its ID. Use when you need to get detailed information about a specific tooltip.
Input parameters
Unique identifier of the tooltip to retrieve. Must be a valid tooltip ID from the project's engagement tooltips list.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ENGAGEMENT_TOOLTIPSTool to retrieve all engagement tooltips for the authenticated project. Use when you need to get a list of all configured tooltips.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_ENGAGEMENT_WHATSAPP_MESSAGERetrieves a specific engagement WhatsApp message by its ID. Use this action to fetch complete details of a single WhatsApp message including content, status, and configuration settings like frequency, target audience, and scheduling.
Input parameters
The unique identifier of the WhatsApp message to retrieve. Must be a valid 24-character MongoDB ObjectId (hexadecimal string).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_HELP_CENTER_SOURCESRetrieves all configured help center sources (knowledge base content sources) for the project. Returns a list of sources with their IDs, titles, URLs, and metadata. Use this to discover available help center content sources before querying articles or answering questions.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_INVITATIONSRetrieves all invitations for the authenticated user. Use this to list all pending invitations (both organisation and project invitations) associated with the current user. The user context is automatically determined from the authentication headers.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_MESSAGE_TEMPLATERetrieves a specific message template by its ID from a Gleap project. Use this when you need to fetch the details of a particular message template including its title, content, visibility settings, and associated metadata.
Input parameters
The unique identifier (ID) of the message template to retrieve. This is a 24-character hexadecimal string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_MESSAGE_TEMPLATESRetrieve all message templates for the authenticated project. Use when you need to list available message templates for customer communication. Message templates are pre-defined message formats that can be used for consistent communication with users. This action supports optional filtering via search term and pagination with a limit parameter.
Input parameters
Maximum number of message templates to return. Use for pagination.
Search term to filter message templates by title or content.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_NOTIFICATION_TICKETRetrieves detailed information about a Gleap ticket using its notification share token. Use this action to access public ticket details via a share token, which is typically obtained from ticket notifications or webhooks. This allows viewing ticket information without requiring full authentication. Returns comprehensive ticket data including title, description, status, priority, tags, and session information.
Input parameters
The share token from a Gleap ticket notification. This token allows public access to view ticket details without authentication.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_PROJECTRetrieves complete details for a specific project by its ID. Use when you need to view project configuration, settings, notification preferences, or metadata for a single project.
Input parameters
The unique identifier of the project to retrieve. This is a 24-character hexadecimal string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_PROJECTSRetrieves all projects accessible to the authenticated user. Use when you need to list all projects the user has access to. Rate limit: 1000 requests per minute.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_PROJECTS_BUGS_ARCHIVETool to retrieve archived bugs for a specific project. Use when you need to view bugs that have been archived or moved to history for a given project.
Input parameters
The project ID to retrieve archived bugs for (MongoDB ObjectId format, 24-character hexadecimal string)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_PROJECTS_HELPCENTER_COLLECTIONSTool to get all help center collections for a project. Use when you need to retrieve the complete list of help center collections including their metadata, titles, descriptions, and audience targeting settings.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_PROJECTS_SESSIONSTool to retrieve all sessions for a specific project. Use when you need to get session data for a particular project by its ID. Returns comprehensive session information including user details, activity timestamps, and metadata.
Input parameters
The project ID to retrieve sessions for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_PROJECTS_TICKETSTool to retrieve all tickets from a specific Gleap project. Use when you need to get tickets for a particular project by its ID.
Input parameters
The project ID to retrieve tickets from. This is a MongoDB ObjectId format string (24-character hexadecimal).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_PROJECTS_USERSTool to get project users by project ID. Use when you need to list all users associated with a specific project.
Input parameters
The project ID (MongoDB ObjectId format, 24-character hexadecimal string)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_SESSIONRetrieves detailed information for a specific session by its ID. Use this when you need to fetch comprehensive session data including user information, activity timestamps, engagement metrics, and custom metadata for a particular session.
Input parameters
The unique identifier of the session to retrieve. This is a 24-character hexadecimal string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_SESSION_ACTIVITIESRetrieves all activities for a specific session by session ID. Use this action when you need to fetch detailed activity data for a particular session, including user interactions and session events.
Input parameters
The unique identifier of the session to retrieve activities for. This is a 24-character hexadecimal string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_SESSION_CHARGEBEE_INFOTool to retrieve Chargebee billing information for a specific session. Use when you need to fetch subscription, payment, or billing details associated with a user session from Chargebee.
Input parameters
The unique identifier of the session. This is a 24-character hexadecimal string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_SESSION_CHECKLISTSRetrieve all engagement checklists associated with a user session in Gleap. Engagement checklists help track user progress through onboarding flows, feature adoption, or guided workflows. Use this after obtaining a valid session ID (e.g., from Get All Sessions). Returns an empty list if the session has no associated checklists.
Input parameters
The unique MongoDB ObjectId of the session (24-character hexadecimal string)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_SESSION_EVENTSTool to retrieve all streamed events for a specific session by its ID. Use when you need to get detailed event stream data for debugging user behavior or analyzing session activity.
Input parameters
The unique identifier of the session to retrieve events for. This is a 24-character hexadecimal string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_SESSION_LEMON_SQUEEZY_INFOTool to retrieve LemonSqueezy subscription and payment information for a specific session. Use when you need to fetch LemonSqueezy data associated with a user session.
Input parameters
The unique identifier of the session. This is a 24-character hexadecimal string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_SESSION_SHOPIFY_INFORetrieve Shopify information associated with a user session in Gleap. Use this when you need to access e-commerce data from Shopify linked to a specific session.
Input parameters
The unique MongoDB ObjectId of the session (24-character hexadecimal string)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_SHARED_HELPCENTER_ANSWERRetrieves an answer to a question from the shared help center knowledge base. Use this when you need to find information from help center articles based on a user's question. The endpoint searches through configured help center sources and returns the most relevant answer. Returns null if no matching answer is found.
Input parameters
The question to answer from the help center. This should be a clear, specific question that can be matched against help center articles and documentation.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_STATISTICS_EMAIL_CLIENT_BOUNCESTool to retrieve email client bounce statistics from Gleap. Use when you need to analyze email delivery failures and bounce rates over time. The statistics can be filtered by date range, grouped by time intervals (day, month, year), and filtered by specific email server configurations.
Input parameters
Number of records to skip for pagination. Use with limit to paginate through results.
Maximum number of records to return. Use with skip for pagination.
End date for filtering statistics (ISO 8601 format, e.g., '2024-12-31T23:59:59Z'). Only statistics up to this date will be included.
Type of aggregation to perform on the statistics data.
Timezone for date calculations (e.g., 'America/New_York', 'Europe/London', 'UTC'). Used to properly calculate date-based statistics in the specified timezone.
Filter by creation timestamp (ISO 8601 format).
Field to group statistics by. Allows grouping data by specific dimensions.
Start date for filtering statistics (ISO 8601 format, e.g., '2024-01-01T00:00:00Z'). Only statistics from this date onwards will be included.
Filter by last update timestamp (ISO 8601 format).
Group interval for statistics aggregation.
Filter statistics by specific email server key. Use to get bounce statistics for a particular email server configuration.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_STATISTICS_EMAIL_CLIENT_USAGETool to retrieve email client usage statistics from Gleap. Returns metrics such as sent emails, bounces, spam reports, and open rates. Use when you need to analyze email delivery performance, track email engagement, or monitor email client behavior over time. Note: The API typically requires startDate and endDate parameters to function properly.
Input parameters
Number of records to skip for pagination. Use with limit for paginated results.
Maximum number of records to return. Use with skip for pagination.
End date for filtering statistics in ISO 8601 format (e.g., '2024-12-31T23:59:59.999Z'). Highly recommended to provide this parameter.
Type of aggregation to apply to the statistics (e.g., 'sum', 'avg', 'count').
Timezone for date calculations (e.g., 'America/New_York', 'Europe/London', 'UTC').
Filter by creation date in ISO 8601 format.
Field to group statistics by (e.g., 'emailClient', 'browser').
Start date for filtering statistics in ISO 8601 format (e.g., '2024-01-01T00:00:00.000Z'). Highly recommended to provide this parameter.
Filter by last update date in ISO 8601 format.
Time interval for grouping statistics data.
Filter statistics by specific email server key.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_STATISTICS_EMAIL_OVERVIEWTool to retrieve email overview statistics from Gleap. Use when you need to analyze email campaign performance metrics such as sent, delivered, opened, clicked, bounced emails, and engagement rates over a specified time period.
Input parameters
Number of records to skip for pagination. Use skip=(page-1)*limit for page-based pagination.
Maximum number of records to return. Use together with skip for pagination.
End date for filtering statistics in ISO 8601 format (e.g., '2024-12-31T23:59:59.999Z'). Only statistics up to this date will be included.
Aggregation type for the statistics. Defines how data should be aggregated across the specified grouping.
Timezone for date calculations (e.g., 'America/New_York', 'Europe/London'). If not specified, uses server default timezone.
Filter by creation timestamp in ISO 8601 format. Used to filter records based on when they were created.
Field to group the statistics by. Can be used to aggregate data by specific dimensions.
Start date for filtering statistics in ISO 8601 format (e.g., '2024-01-01T00:00:00.000Z'). Only statistics from this date onwards will be included.
Filter by last update timestamp in ISO 8601 format. Used to filter records based on when they were last modified.
Time interval for grouping statistics data.
Specific email server key to filter statistics for a particular email server configuration. Use to get statistics for a specific email integration.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_STATISTICS_FACTSTool to retrieve fact data for various statistics from Gleap. Use when you need statistical insights about tickets, AI interactions, help center engagement, or SLA performance for a specific time period.
Input parameters
Number of records to skip for pagination. Use with limit for paginated results.
Maximum number of records to return. Use with skip for pagination.
End date for filtering statistics data. Use ISO 8601 format (YYYY-MM-DD or full timestamp). Only data up to this date will be included.
Aggregation type for calculations. Supported values: 'MEDIAN' or 'AVERAGE'. Determines how metrics are calculated across time periods.
Timezone for date calculations. Use standard timezone identifiers like 'America/New_York' or 'Europe/London'. Affects how date ranges are interpreted.
Type of fact data to retrieve. Determines what statistics are returned (e.g., NEW_TICKETS_COUNT for new ticket statistics, MEDIAN_TIME_TO_CLOSE for time-to-close metrics).
Filter by creation timestamp. Format and usage may vary based on API requirements.
Field to group statistics by. Allows segmentation of data by specific attributes.
Start date for filtering statistics data. Use ISO 8601 format (YYYY-MM-DD or full timestamp). Only data from this date onwards will be included.
Filter by update timestamp. Format and usage may vary based on API requirements.
Enumeration of time grouping intervals for statistics.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_STATISTICS_HEATMAPRetrieve heatmap data for activity patterns in Gleap. Use when you need to visualize busiest hours per weekday or comment activity patterns. Returns aggregated data showing activity distribution across time dimensions, helpful for identifying peak usage times and activity trends.
Input parameters
Number of records to skip for pagination. Use skip=(page-1)*limit for page-based pagination.
Maximum number of records to return. Use with skip for pagination.
End date for filtering data (ISO 8601 format, e.g., '2024-12-31T23:59:59Z'). Only data up to this date is included.
Aggregation type for data calculation. Determines how data points are combined.
Timezone for date calculations (e.g., 'America/New_York', 'Europe/London', 'UTC'). Affects how timestamps are interpreted.
Type of heatmap data to retrieve. BUSIEST_HOURS_PER_WEEKDAY shows activity patterns across hours and weekdays. BUSIEST_COMMENTS_PER_WEEKDAY shows comment activity patterns. Required.
Filter by creation timestamp. Can be used for precise timestamp filtering.
Field to group results by. Allows additional data segmentation beyond the chart type.
Start date for filtering data (ISO 8601 format, e.g., '2024-01-01T00:00:00Z'). Only data from this date onwards is included.
Filter by last update timestamp. Can be used to find recently modified data.
Time interval for grouping data
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_STATISTICS_LISTSTool to retrieve statistics list data from Gleap. Use when you need to access performance metrics, analytics, or reports. Supports various report types including team performance, article statistics, ticket ratings, SLA reports, and more. Results can be filtered by date range, grouped by time intervals, and paginated for large datasets.
Input parameters
Number of records to skip for pagination
Maximum number of records to return
End date for filtering statistics (ISO 8601 format)
Type of aggregation to apply to the statistics
Timezone for date calculations (e.g., 'America/New_York', 'Europe/London', 'UTC')
Type of statistics list data to retrieve (e.g., TEAM_PERFORMANCE_LIST, ARTICLE_VIEW_STATISTICS_LIST)
Filter by creation date (ISO 8601 format)
Field to group results by
Start date for filtering statistics (ISO 8601 format)
Filter by last update date (ISO 8601 format)
Time grouping interval for statistics.
Whether to use working hours for time calculations (excludes weekends/holidays)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_STATISTICS_RAW_DATATool to retrieve raw statistics data from Gleap. Use when you need unprocessed, granular statistical data for custom analysis or reporting.
Input parameters
Number of records to skip for pagination. Use with limit for paginated results.
Type of raw data to retrieve. Specifies the category or kind of statistics data to fetch.
Maximum number of records to return. Use with skip for pagination.
End date for filtering raw statistics data. Use ISO 8601 format (YYYY-MM-DD or full timestamp). Only data up to this date will be included.
Aggregation type for calculations. Determines how metrics are calculated across time periods or groups.
Timezone for date calculations. Use standard timezone identifiers like 'America/New_York', 'Europe/London', or 'UTC'. Affects how date ranges and timestamps are interpreted.
Filter by creation timestamp. Format and usage may vary based on API requirements.
Field to group statistics by. Allows segmentation of raw data by specific attributes or dimensions.
Start date for filtering raw statistics data. Use ISO 8601 format (YYYY-MM-DD or full timestamp). Only data from this date onwards will be included.
Filter by update timestamp. Format and usage may vary based on API requirements.
Time grouping interval for statistics data.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_TICKETS_BY_SESSION_QUERYFind tickets by session query parameters such as email, userId, phone, or custom data. Use this when you need to retrieve tickets associated with a specific user session or contact information.
Input parameters
Number of tickets to skip for pagination. Use skip=(page-1)*limit for page-based pagination.
Email address to search for tickets. Finds tickets associated with sessions that have this email.
Maximum number of tickets to return. Maximum is 1000.
Phone number to search for tickets. Finds tickets associated with sessions that have this phone number.
User ID to search for tickets. Finds tickets associated with sessions that have this user ID.
Custom data TIN field to search for tickets. Finds tickets associated with sessions that have this TIN in custom data.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_TICKETS_EXPORTExport tickets from Gleap project with optional filtering and sorting. This action retrieves tickets in an export format suitable for data analysis, reporting, or backup purposes. Use filters to narrow the export to specific ticket types, statuses, or priorities. The project is automatically identified from authentication headers.
Input parameters
Number of tickets to skip for pagination.
Sort order for exported tickets. Examples: '-createdAt' (newest first), 'createdAt' (oldest first), 'priority', '-priority', '-updatedAt'.
Filter exported tickets by type. Examples: 'BUG', 'FEATURE_REQUEST'. Can specify multiple comma-separated: 'BUG,FEATURE_REQUEST'.
Maximum number of tickets to export. Default varies by API.
Filter by spam classification. Set to false to exclude spam tickets from export.
Filter exported tickets by status. Examples: 'OPEN', 'DONE', 'INPROGRESS'. Can specify multiple comma-separated: 'OPEN,DONE'.
Filter by archived state. Set to false to exclude archived tickets from export.
Filter exported tickets by priority level. Examples: 'HIGH', 'MEDIUM', 'LOW'. Can specify multiple comma-separated: 'HIGH,MEDIUM'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_TICKETS_EXPORT_FIELDSRetrieve available fields for ticket export from Gleap. This action fetches metadata about which fields can be exported for tickets, useful for understanding what data is available before performing a ticket export.
Input parameters
Filter by export type. Optional parameter to specify the type of export fields to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_TICKETS_SEARCHSearch for tickets using a text search term in Gleap. Use when you need to find tickets based on keywords or phrases in titles and descriptions.
Input parameters
The search term to query tickets. This will search across ticket titles, descriptions, and other relevant fields. Required parameter for ticket search.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_TICKETS_TICKETSCOUNTTool to get the total count of tickets in a Gleap project. Use when you need to know how many tickets exist without retrieving full ticket details.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_USERS_ME_PERMISSIONSTool to retrieve the current user's role permissions. Use when you need to check what permissions the authenticated user has.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_USERS_UNIFIED_INBOXRetrieves tickets from the unified inbox for the authenticated user. Use this action to view all tickets assigned to or accessible by the current user across projects. Supports filtering by ticket type, project ID, and pagination for large result sets.
Input parameters
Page number for pagination. Starts at 1. Use this to navigate through multiple pages of tickets.
Filter tickets by type. Common values include 'BUG', 'FEATURE_REQUEST', 'FEEDBACK', 'QUESTION', 'CRASH'. Leave empty to fetch all ticket types.
Number of tickets to return per page. Maximum 100. Use this to control the number of results returned.
Filter tickets by specific project ID. Use this to view tickets from a particular project only.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_GET_USERS_UNIFIED_INBOX_TICKETRetrieves complete details for a specific ticket from the unified inbox by its ID. Use this action when you need to: - View full unified inbox ticket information including title, description, status, and priority - Check ticket metadata like creation time, tags, and custom data - Access associated session and user information - Review notification status and agent replies - Get AI-generated summaries and support recommendations The unified inbox provides a consolidated view of tickets across different channels. Returns comprehensive ticket data including type, priority level, sentiment analysis, upvotes, linked tickets, and custom fields.
Input parameters
The unique identifier (ID) of the unified inbox ticket to retrieve. This is a 24-character hexadecimal string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_IDENTIFY_USERIdentify or update a user's information in Gleap. Creates a new user if the userId doesn't exist, or updates the existing user's profile data. Use this to sync user information from your application to Gleap for customer support and feedback tracking.
Input parameters
User’s full name.
User’s email address.
User’s phone number.
Monetary or lifetime value associated with the user.
Unique identifier of the user. This will create a new user if the ID doesn't exist, or update an existing user's information.
Explicit user creation timestamp (ISO 8601).
If true, prevents updating the user’s last activity timestamp.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_IMPORT_SESSIONImport user sessions into Gleap for tracking and analytics. Use this action to: - Bulk import user session data from external systems - Migrate user data from other platforms into Gleap - Synchronize user information with Gleap's session tracking - Create or update user profiles with associated metadata Each session must include a userId, and can optionally include email, name, phone, avatar, language, company information, custom data, plan, value, and tags.
Input parameters
Array of session objects to import. Must contain at least one session. Each session represents a user and their associated data.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_IMPORT_SESSIONS_FROM_INTERCOMImport user sessions from Intercom into Gleap. Use this to synchronize contact data and session information from your Intercom workspace to Gleap for unified customer support tracking.
Input parameters
Intercom API access token for authentication. This key must have read permissions for contacts in your Intercom workspace.
Intercom API endpoint URL to fetch contacts from. Typically 'https://api.intercom.io/contacts' for retrieving contact data.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_INDICATE_USER_TYPINGTool to indicate that a user is typing in a ticket conversation. Use this to show real-time typing indicators to other users viewing the same ticket. Set typing to true when starting to type and false when finished.
Input parameters
Whether the user is currently typing. Set to true to indicate typing is in progress, false to indicate typing has stopped.
The unique identifier (ID) of the ticket. This is a 24-character hexadecimal string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_INDICATE_USER_VIEWINGTool to indicate that a user is viewing a ticket. Use this to show real-time viewing indicators to other users accessing the same ticket. Set viewing to true when starting to view and false when finished.
Input parameters
Whether the user is currently viewing the ticket. Set to true to indicate the user is viewing the ticket, false to indicate the user has stopped viewing.
The unique identifier (ID) of the ticket. This is a 24-character hexadecimal string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_LINK_A_TICKETTool 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.
Input parameters
ID of the source ticket to link from
ID of the target ticket to link to
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_MARK_SURVEY_RESPONSES_READTool to mark all survey responses as read for a given survey. Use when you need to bulk-mark survey responses as read to clear unread indicators.
Input parameters
Unique identifier of the survey whose responses should be marked as read
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_MERGE_TICKETSTool to merge multiple tickets into a single target ticket in Gleap. Use when you need to consolidate duplicate tickets or combine related tickets into one. You can either merge into an existing ticket by providing targetTicketId, or create a new ticket by setting shouldCreateNewTicket to true. Optionally merge contacts and tasks from all tickets.
Input parameters
The ID of the target ticket to merge into (required if shouldCreateNewTicket is false). This is the ticket that will contain all merged data. Must be a 24-character hexadecimal string.
Whether to merge tasks from all tickets. Set to true to combine tasks from the merged tickets, or false to keep only the target ticket's tasks.
Array of ticket IDs to merge into the target ticket. These tickets will be merged and their data combined into the target ticket. Each ID is a 24-character hexadecimal string.
Whether to merge contact information from all tickets. Set to true to combine contacts from the merged tickets, or false to keep only the target ticket's contacts.
Whether to create a new ticket as the merge target. Set to true to create a new ticket for the merged data, or false to merge into an existing targetTicketId.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_POST_BUGS_COMMENTSTool to post a comment/message on a bug or ticket in Gleap. Use when you need to add a comment to an existing bug/ticket conversation, such as providing updates, asking questions, or documenting resolution steps.
Input parameters
The unique identifier of the bug/ticket to add a comment to. This is a 24-character hexadecimal string.
The text content of the comment message to post on the bug/ticket. Supports unicode characters, emojis, and special characters.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_POST_ENGAGEMENT_NEWSTool to create a new engagement news article in Gleap. Use when you need to publish announcements, product updates, or news content to users. Configure scheduling, targeting, and display frequency.
Input parameters
Name/title of the news article
Whether the news article has been sent/published to users
Type of engagement item, typically 'news' for news articles
Whether to play a notification sound when displaying the news article
Display format for the news article (e.g., 'standard', 'widget', 'modal')
Whether the news article is hidden from users. Set to true to hide, false to show
Publication status: 'draft' or 'active'. Use 'draft' for unpublished articles, 'active' for published
ISO 8601 timestamp when the article was created (e.g., '2026-02-14T10:00:00Z')
Frequency at which the news article is shown: 'once', 'always', 'daily', etc.
ISO 8601 timestamp when the article was last updated (e.g., '2026-02-14T10:00:00Z')
Whether this is a new trigger for the news article
Number of days for frequency calculation (e.g., 0 for immediate, 7 for weekly)
Type of frequency calculation: 'daily', 'weekly', 'monthly', etc.
Type of page filtering to apply: 'is' for exact match, 'contains' for partial match, 'isnot' for exclusion, etc.
Target audience for the news article: 'all' for everyone, 'specific' for filtered audience
ISO 8601 timestamp when to stop sending/displaying the news article (e.g., '2026-12-31T23:59:59Z')
ISO 8601 timestamp when to start sending/displaying the news article (e.g., '2026-02-14T10:00:00Z')
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_POST_ENGAGEMENT_SURVEYSTool to create a new survey in Gleap. Use when you want to create a customer feedback survey, product satisfaction survey, or any user engagement survey. Only the name field is required; all other fields are auto-populated with defaults (status='draft', type='SURVEY', format='widget', frequency='once').
Input parameters
Name of the survey (required)
Description of the survey
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_POST_ENGAGEMENT_WHATSAPP_MESSAGESTool to create a new WhatsApp message in Gleap for user engagement. Use when you want to send WhatsApp messages for customer support, announcements, or marketing campaigns. All fields are optional; the API will create a message with default values (name: 'New whatsapp message', type: 'WHATSAPP', status: 'draft', sound: true, hidden: false, sent: false, format: 'widget', frequencyType: 'dynamic', frequency: 'once', frequencyDays: 0).
Input parameters
Name of the WhatsApp message. Defaults to 'New whatsapp message' if not specified
Whether the message has been sent to users. Defaults to false if not specified
Type of engagement element. Defaults to 'WHATSAPP' if not specified
Whether to play a notification sound. Defaults to true if not specified
Display format for the message. Defaults to 'widget' if not specified
Whether the message is hidden from users. Defaults to false if not specified
Message status: 'draft' or 'active'. Defaults to 'draft' if not specified
Frequency at which the message is shown: 'once', 'always', 'daily', etc. Defaults to 'once' if not specified
Whether this is a new trigger for the message
Number of days for frequency calculation. Defaults to 0 if not specified
Type of frequency calculation: 'dynamic', 'daily', 'weekly', etc. Defaults to 'dynamic' if not specified
Type of page filtering to apply: 'all', 'specific', 'exclude', etc.
Target audience for the message: 'all', 'specific', etc. Determines who receives the message
ISO 8601 timestamp when to stop sending the message (e.g., '2026-12-31T23:59:59Z')
ISO 8601 timestamp when to start sending the message (e.g., '2026-02-14T10:00:00Z')
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_REASSIGN_ALL_TICKETS_TO_USERTool to reassign all tickets to the authenticated user. Use when you need to bulk reassign tickets to yourself for handling or review.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_RESUBSCRIBE_A_SESSIONTool to resubscribe a session. Use when you need to re-enable notifications or tracking for a previously unsubscribed session.
Input parameters
Identifier of the session to resubscribe
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_SEARCH_FOR_SESSIONSSearch for sessions in Gleap using various filter criteria. Use when you need to find sessions by user ID, email, name, or other session attributes. Supports filtering by multiple criteria including user information (userId, email, name), session identifiers (gleapId, gleapHash), language, and user status (blocked, unsubscribed).
Input parameters
Filter sessions by language code (e.g., 'en', 'de', 'fr'). Use to find sessions in a specific language.
Filter sessions by user name. Searches for sessions where the user's name matches this value.
Filter sessions by user email address. Use to find sessions associated with a specific email.
Filter sessions by user ID. Use to find all sessions for a specific user.
Filter sessions by blocked status. Set to true to find blocked users, false for non-blocked users.
Filter by unique Gleap session identifier. Use to find a specific session by its Gleap ID.
Filter by Gleap session hash. Use to find sessions by their hash value.
Filter sessions by unsubscribed status. Set to true to find unsubscribed users, false for subscribed users.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_SEARCH_MESSAGESSearch messages in Gleap by search term. Use when you need to find specific messages based on content, keywords, or metadata across all conversations and tickets.
Input parameters
The search term to query messages. Required parameter for filtering messages by content or metadata.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_SEARCH_SESSIONS_BY_INDEXSearch for sessions in a project using the session search index. Use when you need to retrieve sessions for a specific project using the indexed search endpoint. This endpoint provides indexed session data including user information, activity timestamps, engagement metrics, and metadata for sessions within a specific project. The search is optimized through Gleap's session index for faster lookups.
Input parameters
The unique identifier of the project to search sessions in. This is a 24-character hexadecimal string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_SEND_ENGAGEMENT_EMAIL_PREVIEWTool to send a preview of an engagement email to specified email addresses. Use when you need to test or review how an engagement email will appear before sending it to the actual recipients.
Input parameters
Language code for the email preview (e.g., 'en', 'de', 'fr'). If not specified, uses the default language
List of email addresses to send the preview to. Must contain at least one valid email address
Unique identifier of the engagement email to preview. Must be a valid 24-character MongoDB ObjectId (hexadecimal string)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_SEND_TICKET_TRANSCRIPTTool to send ticket conversation transcript to multiple email addresses. Use when you need to share the complete conversation history of a ticket with external users or team members via email.
Input parameters
List of email addresses to send the ticket conversation transcript to. Each email must be a valid email address.
The unique identifier (ID) of the ticket whose transcript should be sent. This is a 24-character hexadecimal string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_SNOOZE_A_TICKETTool to snooze a ticket for a specified duration. Use when you need to temporarily hide a ticket from active view. The ticket will be automatically unsnoozed after the duration expires.
Input parameters
Duration in seconds to snooze the ticket. After this time, the ticket will be automatically unsnoozed.
Identifier of the ticket to snooze
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_SUGGEST_FAQ_FROM_MESSAGETool to suggest a FAQ from a message. Use when you want to accept or reject a FAQ suggestion for a specific message.
Input parameters
Whether to accept the FAQ suggestion. Set to true to accept the FAQ suggestion or false to reject it.
Unique identifier of the message to suggest a FAQ for. Must be a valid message ID from the Gleap project.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_TOGGLE_HELPCENTER_COLLECTION_PUBLISHTool to toggle the publish status of a help center collection. Use when you need to publish or unpublish a collection to control its visibility in the help center.
Input parameters
Whether to unpublish the collection. Set to true to unpublish (hide) the collection, or false to publish (show) it
Unique identifier of the help center collection to toggle publish status
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_TRACK_EVENTSTrack custom user events in Gleap for analytics and user behavior monitoring. Use this action to: - Record user actions like button clicks, page views, feature usage - Log business events like purchases, subscriptions, or conversions - Send batch events for efficiency (supports multiple events per request) - Track events with custom metadata for detailed analytics Note: Users must be identified first using the Identify User action before tracking events for them. Rate limit: 1000 requests per 60 seconds per project.
Input parameters
Array of event objects to track. Must contain at least one event. Use this to batch multiple events in a single API call for efficiency.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_UNARCHIVE_A_TICKETTool to unarchive a ticket. Use when you need to restore a previously archived ticket after validation.
Input parameters
Identifier of the ticket to unarchive
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_UNLINK_A_TICKETTool to unlink a ticket. Use after confirming both tickets are linked to remove their association.
Input parameters
ID of the source ticket to unlink from
ID of the target ticket that was previously linked
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_UNSUBSCRIBE_SESSIONSTool to unsubscribe one or more user sessions from communications. Use when users request to stop receiving messages or notifications.
Input parameters
Optional reason for unsubscribing the sessions. Helps track why users were unsubscribed.
List of sessions to unsubscribe. Each session must include either an email or userId.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_UPDATE_AI_CONTENT_BY_CONTENT_IDTool to update AI content by content ID. Use when modifying existing AI-powered content entries in Gleap.
Input parameters
Type of the AI content (e.g., 'text', 'html', 'markdown')
Title of the AI content
Batch identifier for grouping multiple AI content updates together
Content body for AI processing
ID of the AI content to update
URL for additional information related to this AI content
Label text for the 'read more' link
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_UPDATE_A_TEAMTool to update an existing team. Use when you need to modify team properties like name, assignment method, or members. All fields except the team ID are required in the request body.
Input parameters
Name of the team
The unique identifier (ID) of the team to update. This is a 24-character hexadecimal string (MongoDB ObjectId format).
List of user IDs to include in the team
Maximum number of tickets when limit_ticket_amount is enabled
Whether the ticket queue needs to be rerun after this update
Method used to assign tickets within the team. 'random' assigns tickets randomly, 'balanced' distributes evenly across members, 'manual' requires manual assignment, and 'circular' rotates through members in order
Whether to limit the number of tickets that can be assigned to this team
Whether to only consider online members for ticket assignments
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_UPDATE_A_TICKETTool to update an existing ticket/bug in Gleap. Use when you need to modify ticket properties like status, priority, description, type, assigned user, tags, or other attributes. All fields except the ticket ID are optional - only provide the fields you want to update.
Input parameters
The unique identifier (ID) of the ticket to update. This is a 24-character hexadecimal string.
Array of tag strings for categorizing and organizing tickets. Updates the ticket tags.
Type of ticket (e.g., BUG, INQUIRY, FEATURE_REQUEST, CRASH). Updates the ticket type.
Status of the ticket (e.g., OPEN, INPROGRESS, TOTEST, DONE). Updates the current status of the ticket.
Due date for ticket resolution in ISO 8601 format (e.g., '2026-02-15T10:00:00Z'). Updates the due date.
Whether the ticket is snoozed. Set to true to snooze or false to unsnooze.
Whether the ticket is archived. Set to true to archive or false to unarchive.
Lexorank position for ticket ordering. Used for custom sorting in kanban boards.
Outbound reference or identifier. Updates the outbound field.
Priority level: 'LOW', 'MEDIUM', or 'HIGH'. Updates the priority of the ticket.
Detailed description of the ticket/bug. Updates the description text.
ID of the ticket this is a duplicate of. Updates the duplicate reference.
URL to a screenshot associated with the ticket. Updates the screenshot URL.
User ID assigned to process the ticket. Updates the assigned user.
Date when the screenshot broke in ISO 8601 format. Updates the screenshot broke date.
Whether there are unread notifications for this ticket. Updates the notification status.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_UPDATE_A_USER_FOR_A_PROJECTTool to update a user’s role in a project. Use when you need to change a user's permissions.
Input parameters
The new role to assign to the user (e.g., 'admin', 'member')
The unique identifier of the user to update in the project
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_UPDATE_CHAT_MESSAGEUpdates an existing chat message in Gleap by its ID. This action modifies one or more fields of a chat message such as content, status, visibility, and other properties. Use this after creating a chat message to edit its text, change its status from draft to active, or update other metadata. The message ID must be obtained from a prior create or list operation. Common use cases: - Edit message content after sending - Change message status (draft → active) - Toggle message visibility (hidden/shown) - Update message metadata (name, sound settings)
Input parameters
JSON object containing the fields to update. Common fields include: - content (str): The message text content - status (str): Message status (e.g., 'draft', 'active') - hidden (bool): Whether the message is hidden - sound (bool): Whether to play sound - name (str): Display name/title for the message Example: {'content': 'Updated message', 'status': 'active'}
The unique MongoDB ObjectId of the chat message to update (24-character hex string)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_UPDATE_CHECKLISTTool to update an engagement checklist by its ID. Use to modify checklist properties such as name, description, status, items, and other configuration options.
Input parameters
Name of the checklist
Checklist items
Whether sound is enabled
Steps in the checklist
Title of the checklist
Format of the checklist (e.g., 'widget')
Whether the checklist is hidden
Status of the checklist (e.g., 'draft', 'active')
Frequency of the checklist
Unique identifier of the checklist to update
Description of the checklist
Target audience for the checklist
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_UPDATE_ENGAGEMENT_BANNERTool to update an engagement banner. Use when modifying banner properties like name, status, targeting, or scheduling.
Input parameters
Name of the banner
Type of engagement (e.g., BANNER)
Whether sound is enabled
Display format (e.g., widget)
Whether the banner is hidden
Status of the banner (e.g., draft, active)
Unique identifier of the banner to update
Frequency setting (e.g., once)
Whether this is a new trigger
Number of days for frequency
Type of frequency (e.g., dynamic)
Type of page filter (e.g., contains)
Target audience (e.g., all)
Stop sending after this date/time in ISO 8601 format
Start sending after this date/time in ISO 8601 format
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_UPDATE_ENGAGEMENT_COBROWSETool to update an existing cobrowse product tour. Use when you need to modify properties like name, description, status, or configuration of an interactive guided tour.
Input parameters
Name of the cobrowse product tour
Type of engagement, typically 'TOUR'
Whether sound is enabled for the tour
Configuration object for cobrowse type
Display format
Whether the tour is hidden from users
Status of the tour
How often to show
Description of the cobrowse product tour
Frequency type
Page filter type
Target audience selection
Unique identifier of the cobrowse product tour to update
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_UPDATE_ENGAGEMENT_EMAILTool to update an existing engagement email. Use when you need to modify properties like name, subject, content, status, or targeting settings of an email campaign.
Input parameters
Name of the engagement email
Type of engagement, typically 'EMAIL'
Display format of the email
Status of the email (e.g., draft, active, paused)
Content body of the email (HTML or plain text)
Subject line of the email
How often the email is sent (e.g., once, daily, weekly)
Number of days for frequency calculation
Frequency type for sending the email (e.g., dynamic, static)
Type of page filtering applied
Target audience for the email (e.g., all, specific)
Stop sending after this date/time in ISO 8601 format
Unique identifier of the engagement email to update
Start sending after this date/time in ISO 8601 format
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_UPDATE_ENGAGEMENT_MODALTool to update an existing engagement modal. Use when you need to modify properties like name, status, format, or targeting configuration of a modal dialog.
Input parameters
Name of the modal
Type of engagement, typically 'MODAL'
Whether sound is enabled for the modal
Display format
Whether the modal is hidden from users
Status of the modal
Unique identifier of the modal to update
How often the modal is shown (e.g., once)
Number of days for frequency calculation
Frequency type for displaying the modal (e.g., dynamic)
Type of page filtering applied (e.g., contains)
Target audience for the modal (e.g., all)
ISO 8601 timestamp when to stop sending the modal
ISO 8601 timestamp when to start sending the modal
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_UPDATE_ENGAGEMENT_NEWSTool to update an engagement news article. Use when modifying news article properties like name, status, scheduling, targeting, or other attributes.
Input parameters
Name of the news article
Whether the news has been sent
Type of engagement (e.g., NEWS)
Whether to play sound
Format of the news article display (e.g., BANNER)
Whether the news is hidden
The unique identifier (ObjectId) of the news article to update. Must be a valid news ID from the project's engagement news list.
Status of the news article (e.g., DRAFT, PUBLISHED)
Frequency of display (e.g., ONCE)
Whether to use new trigger
Page URL or pattern to filter
Number of days for frequency
Type of frequency
Enum for page filter types.
Target audience for the news article
End date for displaying the news in ISO 8601 format
Start date for displaying the news in ISO 8601 format
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_UPDATE_ENGAGEMENT_PRODUCT_TOURTool to update an existing product tour. Use when you need to modify properties like name, status, configuration, or targeting of a product tour.
Input parameters
Name of the product tour
Type of engagement (e.g., TOUR)
Whether sound is enabled
Configuration object for the product tour
Format of the product tour (e.g., widget)
Whether the tour is hidden
Status of the product tour
Frequency setting (e.g., once)
Whether new trigger is enabled
Number of days for frequency
Type of frequency (e.g., dynamic)
Unique identifier of the product tour to update
Page filter type (e.g., contains)
Target audience (e.g., all)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_UPDATE_ENGAGEMENT_PUSH_NOTIFICATIONTool to update an existing push notification. Use when you need to modify properties like title, message, status, targeting, or scheduling of a push notification.
Input parameters
Name of the push notification
Type of engagement (e.g., PUSH)
Whether to play sound with the push notification
Title of the push notification
Display format of the notification (e.g., widget)
Whether the notification is hidden
Status of the push notification (e.g., draft, active)
Message content of the push notification
Frequency of the notification (e.g., once)
Number of days for frequency calculation
Type of frequency (e.g., dynamic)
Type of page filter (e.g., contains)
Target audience (e.g., all)
Stop sending after this date/time in ISO 8601 format
Start sending after this date/time in ISO 8601 format
Unique identifier of the push notification to update
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_UPDATE_ENGAGEMENT_SURVEYSTool to update an existing engagement survey in Gleap. Use when you need to modify survey properties like name, status, type, format, frequency settings, or targeting. Only the surveyId is required; all other fields are optional - provide only the fields you want to update.
Input parameters
Name of the survey
Type of engagement element (e.g., SURVEY)
Whether sound is enabled for the survey
Display format of the survey (e.g., widget)
Whether the survey is hidden
Status of the survey (e.g., draft, active)
Unique identifier of the survey to update (24-character hexadecimal string)
Frequency setting for displaying the survey (e.g., once)
Whether a new trigger is enabled
Number of days for frequency configuration
Frequency type configuration (e.g., dynamic)
Page filter type configuration (e.g., contains)
Target audience configuration (e.g., all, authenticated)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_UPDATE_ENGAGEMENT_TOOLTIPSTool to update an engagement tooltip. Use when modifying tooltip properties like name, active status, targeting, or frequency settings.
Input parameters
Name of the tooltip
Type of engagement (typically auto-set to TOOLTIP)
Whether sound is enabled
Whether the tooltip is active
Display format (e.g., widget)
Whether the tooltip is hidden
Status of the tooltip (e.g., draft, active)
Frequency setting (e.g., once)
Unique identifier of the tooltip to update. Must be a valid tooltip ID from the project's engagement tooltips list.
Number of days for frequency
Type of frequency (e.g., dynamic)
Type of page filter (e.g., contains)
Target audience (e.g., all)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_UPDATE_ENGAGEMENT_WHATSAPP_MESSAGETool to update an existing engagement WhatsApp message. Use when you need to modify properties like name, status, or targeting settings of a WhatsApp message campaign.
Input parameters
Name of the WhatsApp message
Type of engagement, typically 'WHATSAPP'
Whether sound notification is enabled
Display format of the message
Whether the message is hidden
Status of the message (e.g., draft, active)
How often the message is sent (e.g., once, daily, weekly)
Whether this creates a new trigger
Number of days for frequency calculation
Frequency type for sending the message (e.g., dynamic, static)
Type of page filtering applied
Target audience for the message (e.g., all, specific)
Stop sending after this date/time in ISO 8601 format
Start sending after this date/time in ISO 8601 format
Unique identifier of the WhatsApp message to update
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_UPDATE_HELPCENTER_COLLECTIONTool to update a help center collection. Use when you need to modify an existing collection's properties such as title, description, icon, audience filters, or organizational structure. All fields except the collection ID are optional - only provide the fields you want to update.
Input parameters
Numeric document ID this collection belongs to, if applicable
Title of the help center collection
Identifier of the parent collection for nesting
URL to an icon representing the collection
Project ID the collection belongs to
String used to order this collection among its peers
External identifier for syncing with other systems
Detailed description of the collection
Audience for this collection (e.g., 'all')
Base filter criteria object to limit the audience
Additional filter criteria to extend the base audience
ID of the help center collection to update
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_UPDATE_HELPCENTER_REDIRECTTool to update an existing help center redirect. Use when you need to modify the URL paths or match type of an existing redirect rule. This allows you to change where old URLs redirect to or update the matching strategy.
Input parameters
The new URL path to redirect to. This is the destination URL for the redirect.
The old URL path to redirect from. This is the source URL that should be matched.
The type of URL matching to use. 'exact' for exact URL match, 'pattern' for pattern-based matching.
The unique identifier of the redirect to update. This is a 24-character hexadecimal string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_UPDATE_MESSAGE_TEMPLATETool to update an existing message template in Gleap. Use when you need to modify template properties like title, content, ordering, visibility, or associated actions. All fields except the template ID, title, content, and lexorank are optional.
Input parameters
Title of the message template
Array of user IDs who have access to this template. Only applicable when isPublic is false.
Array of action items for the template (e.g., buttons, links)
Content of the message template. Can be plain text, HTML, or structured data depending on template type.
Whether the template is publicly accessible. Set to true for public templates or false for restricted access.
Lexorank position for template ordering. Used for custom sorting in template lists.
Array of attachment objects associated with the template
Unique identifier of the message template to update. This is a 24-character hexadecimal string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_UPDATE_PROJECTTool to update a Gleap project's configuration including name, description, notification settings, and feedback tags. Use when you need to modify project settings such as enabling/disabling notifications, updating contact information, or managing feedback categories. Rate limit: 1000 requests per minute.
Input parameters
The unique identifier of the project to update. This is a 24-character hexadecimal string.
Project name to update
URL of the project picture/logo
Project description to update
Contact phone number for the project
Array of feedback tags with label and color properties for categorizing feedback
Enable or disable general bug notifications. When true, team members receive notifications for bug-related events.
Enable or disable secure session identification. When true, additional security measures are applied to session identification.
Email address or user identifier to receive bug notifications
Enable or disable hiding detail tabs on shared bugs. When true, detail tabs are hidden when bugs are shared externally.
Enable or disable bug assignment notifications. When true, team members receive notifications when bugs are assigned to them.
Enable or disable feedback received notifications. When true, team members receive notifications when new feedback is received.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_UPDATE_QA_ANSWERUpdates an existing QA answer/snippet in Gleap. Use when you need to modify the question, answer, tags, or other properties of a snippet. Only the fields you provide will be updated; omitted fields remain unchanged.
Input parameters
Tags for categorizing the snippet. Provide to update tags.
The answer text for the snippet. Provide this to update the answer.
Whether the snippet is skipped. Set to true to mark as skipped.
The question text for the snippet. Provide this to update the question.
The unique identifier of the project containing the QA answer
The unique identifier of the QA answer/snippet to update
Whether the snippet is acknowledged. Set to true to mark as acknowledged.
Whether to prevent chunking of this snippet in AI processing.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_UPDATE_SESSIONTool to update an existing session in Gleap. Use when you need to modify session properties like user information (name, email, phone), custom data, tags, or other session attributes. All fields except the session ID are optional - only provide the fields you want to update.
Input parameters
Service level agreement value.
Language code (e.g., 'en', 'de', 'fr').
User's full name.
Subscription plan.
Array of tag strings for categorizing and organizing sessions.
User's email address.
User's phone number.
Monetary or lifetime value associated with the user.
URL to user avatar image.
User identifier for the session.
Whether the user is blocked.
Unique Gleap session identifier.
Project ID.
Platform (e.g., web, ios, android).
Number of sessions.
Company identifier.
Whether user is email-only.
Hash of the Gleap session.
Custom metadata attached to the session (key-value pairs).
Device type (e.g., mobile, desktop, tablet).
Facebook ID.
The unique identifier (ID) of the session to update. This is a 24-character hexadecimal string.
Company name.
Instagram ID.
Organisation ID.
Whether user is unsubscribed.
Instagram username.
Reason for unsubscription.
Count of feedback reports.
Count of feedback comments.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_UPDATE_USERTool to update a user's profile information including name, availability, profile image, onboarding status, and notification settings. Use when you need to modify user profile data or preferences. Use 'me' as the user_id to update the authenticated user.
Input parameters
The unique identifier of the user to update. Use 'me' to update the authenticated user's profile.
User's last name. Updates the last name field.
The user's role designation. Updates the role field.
Whether the user is currently available. Set to true for available or false for unavailable.
User's first name. Updates the first name field.
Description of how the user intends to use Gleap. Updates the usage field.
Current password (required when changing password). Must be provided along with new password in notification settings.
How the user found out about Gleap. Updates the referral source.
URL to the user's profile image. Updates the profile picture.
Whether the user has completed onboarding. Set to true when onboarding is complete.
List of project IDs where the user is marked as unavailable. Updates the unavailable projects list.
Notification settings object containing global notification configuration. Updates the notification settings.
Notification preferences object containing settings for different notification types (e.g., {'personal-ticket-messages': {'push': true, 'email': false}}). Updates the notification preferences.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
GLEAP_VOTE_FOR_TICKETTool to vote for a ticket in Gleap. Use when users want to upvote or show support for a specific ticket or feature request. Each email can only vote once per ticket to prevent duplicate votes.
Input parameters
Email address of the user casting the vote. Used to track votes and prevent duplicate voting.
The unique identifier (ID) of the ticket to vote for. This is a 24-character hexadecimal string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 71 agents privately built on Nagent that already use Gleap.
Build on Nagent
Connect Gleap to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find Gleap, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, Gleap is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once Gleap is connected, you configure its 179 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop Gleap steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a Gleap event fires, the agent kicks off automatically.
Every Gleap action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While Gleap ships with 179 pre-built customer support actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching Gleap together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build Gleap-based workflows tailored to your business.