{
  "info": {
    "name": "Gleap — mcp.ai",
    "description": "REST API for the Gleap MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/gleap",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "gleap_archive_a_ticket",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive/a/ticket",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive",
            "a",
            "ticket"
          ]
        },
        "description": "Tool to archive a ticket. Use after confirming the ticket ID and that the ticket is resolved. Call when moving tickets to history.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ticketId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_archive_all_tickets",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive/all/tickets",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive",
            "all",
            "tickets"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"status\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_clone_engagement",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/clone/engagement",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "clone",
            "engagement"
          ]
        },
        "description": "Tool to clone an existing engagement. Use when you need to duplicate an engagement with all its configuration.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"engagementId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_create_a_collection",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/a/collection",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "a",
            "collection"
          ]
        },
        "description": "Tool to create a help center collection. Use when adding a new organizational grouping in your Help Center.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"docId\": 0,\n  \"title\": \"\",\n  \"parent\": \"\",\n  \"iconUrl\": \"\",\n  \"lexorank\": \"\",\n  \"externalId\": \"\",\n  \"description\": \"\",\n  \"targetAudience\": \"\",\n  \"baseAudienceFilter\": {},\n  \"extendedAudienceFilter\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_create_a_new_chat_message",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/a/new/chat/message",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "a",
            "new",
            "chat",
            "message"
          ]
        },
        "description": "Creates 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 ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"role\": \"\",\n  \"content\": \"\",\n  \"sessionId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_create_a_new_session",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/a/new/session",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "a",
            "new",
            "session"
          ]
        },
        "description": "Create 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",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sla\": 0,\n  \"lang\": \"\",\n  \"name\": \"\",\n  \"plan\": \"\",\n  \"tags\": \"\",\n  \"email\": \"\",\n  \"phone\": \"\",\n  \"value\": 0,\n  \"avatar\": \"\",\n  \"userId\": \"\",\n  \"blocked\": false,\n  \"gleapId\": \"\",\n  \"project\": \"\",\n  \"platform\": \"\",\n  \"sessions\": 0,\n  \"companyId\": \"\",\n  \"emailOnly\": false,\n  \"gleapHash\": \"\",\n  \"customData\": {},\n  \"deviceType\": \"\",\n  \"companyName\": \"\",\n  \"organisation\": \"\",\n  \"unsubscribed\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_create_a_new_team",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/a/new/team",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "a",
            "new",
            "team"
          ]
        },
        "description": "Tool to create a new team. Use when you have team details ready and want to assign tickets among members.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"members\": \"\",\n  \"assignmentMethod\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_create_a_new_ticket",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/a/new/ticket",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "a",
            "new",
            "ticket"
          ]
        },
        "description": "Create 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 comprehe",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"tags\": \"\",\n  \"type\": \"\",\n  \"title\": \"\",\n  \"status\": \"\",\n  \"dueDate\": \"\",\n  \"priority\": \"\",\n  \"sentiment\": \"\",\n  \"customData\": {},\n  \"attachments\": \"\",\n  \"description\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_create_ai_content",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/ai/content",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "ai",
            "content"
          ]
        },
        "description": "Tool 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 produ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"title\": \"\",\n  \"batchId\": \"\",\n  \"content\": {},\n  \"contentId\": \"\",\n  \"readMoreUrl\": \"\",\n  \"readMoreLabel\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_create_engagement_banner",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/engagement/banner",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "engagement",
            "banner"
          ]
        },
        "description": "Tool 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 va",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"pages\": \"\",\n  \"format\": \"\",\n  \"status\": \"\",\n  \"content\": {},\n  \"frequency\": \"\",\n  \"pageFilterType\": \"\",\n  \"targetAudience\": \"\",\n  \"baseAudienceFilter\": {},\n  \"extendedAudienceFilter\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_create_engagement_checklist",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/engagement/checklist",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "engagement",
            "checklist"
          ]
        },
        "description": "Tool to create a new engagement checklist. Use when you need to set up a step-by-step guide or task list for users.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"steps\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_create_engagement_cobrowse",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/engagement/cobrowse",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "engagement",
            "cobrowse"
          ]
        },
        "description": "Tool to create a new cobrowse product tour. Use when you need to set up an interactive guided tour for users to follow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_create_engagement_email",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/engagement/email",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "engagement",
            "email"
          ]
        },
        "description": "Tool 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",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"body\": \"\",\n  \"name\": \"\",\n  \"type\": \"\",\n  \"format\": \"\",\n  \"status\": \"\",\n  \"subject\": \"\",\n  \"frequency\": \"\",\n  \"targetAudience\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_create_engagement_modal",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/engagement/modal",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "engagement",
            "modal"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"type\": \"\",\n  \"sound\": false,\n  \"format\": \"\",\n  \"hidden\": false,\n  \"status\": \"\",\n  \"frequency\": \"\",\n  \"frequencyType\": \"\",\n  \"targetAudience\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_create_engagement_product_tour",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/engagement/product/tour",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "engagement",
            "product",
            "tour"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"type\": \"\",\n  \"active\": false,\n  \"format\": \"\",\n  \"status\": \"\",\n  \"frequency\": \"\",\n  \"targetAudience\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_create_engagement_push_notification",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/engagement/push/notification",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "engagement",
            "push",
            "notification"
          ]
        },
        "description": "Tool 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",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"sent\": false,\n  \"type\": \"\",\n  \"sound\": false,\n  \"format\": \"\",\n  \"hidden\": false,\n  \"status\": \"\",\n  \"frequency\": \"\",\n  \"newTrigger\": false,\n  \"frequencyDays\": 0,\n  \"frequencyType\": \"\",\n  \"pageFilterType\": \"\",\n  \"targetAudience\": \"\",\n  \"stopSendingAfter\": \"\",\n  \"startSendingAfter\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_create_engagement_tooltip",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/engagement/tooltip",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "engagement",
            "tooltip"
          ]
        },
        "description": "Tool to create a new engagement tooltip in Gleap. Use when you want to add tooltips for user guidance, onboarding, or feature explanations.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"content\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_create_feedback_item",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/feedback/item",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "feedback",
            "item"
          ]
        },
        "description": "Tool 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 reques",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"tags\": \"\",\n  \"type\": \"\",\n  \"title\": \"\",\n  \"status\": \"\",\n  \"priority\": \"\",\n  \"customData\": {},\n  \"description\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_create_helpcenter_redirect",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/helpcenter/redirect",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "helpcenter",
            "redirect"
          ]
        },
        "description": "Tool 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 ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"newUrl\": \"\",\n  \"oldUrl\": \"\",\n  \"matchType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_create_message_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/message/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "message",
            "template"
          ]
        },
        "description": "Tool 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 (butt",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"title\": \"\",\n  \"users\": \"\",\n  \"actions\": \"\",\n  \"content\": {},\n  \"isPublic\": false,\n  \"lexorank\": \"\",\n  \"attachments\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_create_new_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/new/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "new",
            "conversation"
          ]
        },
        "description": "Create a new conversation with a session in Gleap. Use this action to initiate a conversation linked to a specific session ID within a project.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sessionId\": \"\",\n  \"project_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_create_qa_snippet",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/qa/snippet",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "qa",
            "snippet"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"answer\": \"\",\n  \"question\": \"\",\n  \"project_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_create_tracker_ticket",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/tracker/ticket",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "tracker",
            "ticket"
          ]
        },
        "description": "Tool to create a tracker ticket in Gleap. Use when you need to create a new tracker-based ticket for tracking features, bugs, or tasks.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"title\": \"\",\n  \"description\": \"\",\n  \"linkedTicketIds\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_delete_a_user_from_a_project",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/a/user/from/a/project",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "a",
            "user",
            "from",
            "a",
            "project"
          ]
        },
        "description": "Removes 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 ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"user_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_delete_ai_content",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/ai/content",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "ai",
            "content"
          ]
        },
        "description": "Tool to delete AI content by content ID. Use when you need to remove specific AI content from the system.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"contentId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_delete_aicontent_batch",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/aicontent/batch",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "aicontent",
            "batch"
          ]
        },
        "description": "Tool to delete all AI content by batchId. Use when you need to remove all AI-generated content associated with a specific batch identifier.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"batchId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_delete_bugs",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/bugs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "bugs"
          ]
        },
        "description": "Tool to delete a bug/ticket by ID. Use when you need to permanently remove a bug from the system.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_delete_engagement_banner",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/engagement/banner",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "engagement",
            "banner"
          ]
        },
        "description": "Tool to delete an engagement banner. Use when you need to remove a banner from the project by its banner ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"bannerId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_delete_engagement_chat_message",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/engagement/chat/message",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "engagement",
            "chat",
            "message"
          ]
        },
        "description": "Deletes 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. O",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"chatMessageId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_delete_engagement_checklist",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/engagement/checklist",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "engagement",
            "checklist"
          ]
        },
        "description": "Tool to delete an engagement checklist by its ID. Use when removing a checklist from the project.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"checklistId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_delete_engagement_cobrowse",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/engagement/cobrowse",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "engagement",
            "cobrowse"
          ]
        },
        "description": "Tool to delete a cobrowse product tour by its ID. Use when you need to remove a cobrowse product tour from the project.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"cobrowseProductTourId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_delete_engagement_email",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/engagement/email",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "engagement",
            "email"
          ]
        },
        "description": "Tool to delete an engagement email by its ID. Use when you need to remove an email from the project's engagement emails list.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"engagementEmailId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_delete_engagement_modal",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/engagement/modal",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "engagement",
            "modal"
          ]
        },
        "description": "Tool to delete an engagement modal from a Gleap project. Use when you need to remove a modal by its ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"modal_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_delete_engagement_news",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/engagement/news",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "engagement",
            "news"
          ]
        },
        "description": "Tool to delete an engagement news article. Use when you need to remove a news article from the project by its news ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"newsId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_delete_engagement_product_tour",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/engagement/product/tour",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "engagement",
            "product",
            "tour"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"productTourId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_delete_engagement_push_notification",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/engagement/push/notification",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "engagement",
            "push",
            "notification"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"pushNotificationId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_delete_engagement_surveys",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/engagement/surveys",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "engagement",
            "surveys"
          ]
        },
        "description": "Tool to delete an engagement survey. Use when you need to remove a survey from the project by its survey ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"surveyId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_delete_engagement_tooltips",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/engagement/tooltips",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "engagement",
            "tooltips"
          ]
        },
        "description": "Tool to delete an engagement tooltip. Use when you need to remove a tooltip from the project by its tooltip ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"tooltipId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_delete_engagement_whatsapp_message",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/engagement/whatsapp/message",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "engagement",
            "whatsapp",
            "message"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"whatsappMessageId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_delete_helpcenter_collection",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/helpcenter/collection",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "helpcenter",
            "collection"
          ]
        },
        "description": "Tool to delete a help center collection by ID. Use when you need to permanently remove a collection from the help center.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"helpcenterCollectionId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_delete_helpcenter_redirect",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/helpcenter/redirect",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "helpcenter",
            "redirect"
          ]
        },
        "description": "Tool to delete a help center redirect. Use when you need to remove a redirect from the help center by its redirect ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"redirectId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_delete_message",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/message",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "message"
          ]
        },
        "description": "Tool to delete a message (comment) from a bug or ticket. Use when you need to permanently remove a comment from a bug/ticket conversation.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"messageId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_delete_message_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/message/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "message",
            "template"
          ]
        },
        "description": "Tool to delete a message template. Use when you need to remove a message template from the project by its template ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"messageTemplateId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_delete_old_ai_content_batches",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/old/ai/content/batches",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "old",
            "ai",
            "content",
            "batches"
          ]
        },
        "description": "Delete 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"currentBatchId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_delete_projects_qaanswers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/projects/qaanswers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "projects",
            "qaanswers"
          ]
        },
        "description": "Tool to delete a QA answer (snippet) from a Gleap project. Use when removing help center content or AI assistant snippets.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"project_id\": \"\",\n  \"qaanswer_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_delete_projects_sessions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/projects/sessions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "projects",
            "sessions"
          ]
        },
        "description": "Tool to delete a session from a Gleap project. Use when you need to remove session data by providing both project ID and session ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"project_id\": \"\",\n  \"session_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_delete_sessions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/sessions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "sessions"
          ]
        },
        "description": "Tool to delete a session by ID. Use when you need to remove a specific session from the system.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sessionId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_delete_team",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/team",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "team"
          ]
        },
        "description": "Tool to delete a team by ID. Use when you need to permanently remove a team from the project.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"teamId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_delete_ticket",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/ticket",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "ticket"
          ]
        },
        "description": "Tool to delete a ticket by ID. Use when you need to permanently remove a ticket from the system.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ticketId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_export_sessions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/export/sessions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "export",
            "sessions"
          ]
        },
        "description": "Tool 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 ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"skip\": 0,\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_export_statistics_lists",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/export/statistics/lists",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "export",
            "statistics",
            "lists"
          ]
        },
        "description": "Tool 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 statist",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"skip\": 0,\n  \"limit\": 0,\n  \"endDate\": \"\",\n  \"aggsType\": \"\",\n  \"timezone\": \"\",\n  \"chartType\": \"\",\n  \"createdAt\": \"\",\n  \"groupedBy\": \"\",\n  \"startDate\": \"\",\n  \"updatedAt\": \"\",\n  \"groupInterval\": \"\",\n  \"useWorkingHours\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_generate_ticket_draft_reply",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/generate/ticket/draft/reply",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "generate",
            "ticket",
            "draft",
            "reply"
          ]
        },
        "description": "Tool 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 ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ticketId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_generate_tracker_ticket_data",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/generate/tracker/ticket/data",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "generate",
            "tracker",
            "ticket",
            "data"
          ]
        },
        "description": "Tool 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 ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"sourceTicketId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_a_checklist_action",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/a/checklist/action",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "a",
            "checklist",
            "action"
          ]
        },
        "description": "Tool to retrieve a specific engagement checklist by its ID. Use after obtaining a valid checklistId.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"checklistId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_a_collection",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/a/collection",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "a",
            "collection"
          ]
        },
        "description": "Tool to retrieve a help center collection by ID. Use when you need to fetch specific collection details by its ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"helpcenterCollectionId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_a_ticket",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/a/ticket",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "a",
            "ticket"
          ]
        },
        "description": "Retrieves 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 ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ticketId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_ai_content",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/ai/content",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "ai",
            "content"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"contentId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_all_articles",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/all/articles",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "all",
            "articles"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"skip\": 0,\n  \"limit\": 0,\n  \"helpcenterCollectionId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_all_chat_messages",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/all/chat/messages",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "all",
            "chat",
            "messages"
          ]
        },
        "description": "Retrieves 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 ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"skip\": 0,\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_all_collections",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/all/collections",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "all",
            "collections"
          ]
        },
        "description": "Retrieves 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 ",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_all_invitations_for_a_project",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/all/invitations/for/a/project",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "all",
            "invitations",
            "for",
            "a",
            "project"
          ]
        },
        "description": "Retrieves 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 aut",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_all_sessions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/all/sessions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "all",
            "sessions"
          ]
        },
        "description": "Retrieves all user sessions for the authenticated project. This endpoint returns comprehensive session data including user information, activity timestamps, engagement metrics, and metadata for all se",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"skip\": 0,\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_all_teams",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/all/teams",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "all",
            "teams"
          ]
        },
        "description": "Tool to retrieve all teams. Use when you need a list of all teams for the authenticated project.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_all_tickets",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/all/tickets",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "all",
            "tickets"
          ]
        },
        "description": "Retrieve 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. Us",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"skip\": 0,\n  \"sort\": \"\",\n  \"type\": \"\",\n  \"limit\": 0,\n  \"isSpam\": false,\n  \"status\": \"\",\n  \"archived\": false,\n  \"priority\": \"\",\n  \"ignoreArchived\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_all_users_for_a_project",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/all/users/for/a/project",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "all",
            "users",
            "for",
            "a",
            "project"
          ]
        },
        "description": "Tool to retrieve all users for a project. Use when you need to list every user associated with the current project.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_current_user",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/current/user",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "current",
            "user"
          ]
        },
        "description": "Retrieves the authenticated user's profile including email, name, user type, availability status, notification preferences, and 2FA settings. No parameters required - uses authentication from headers.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_engagement_activities_count",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/engagement/activities/count",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "engagement",
            "activities",
            "count"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"engagementId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_engagement_banner",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/engagement/banner",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "engagement",
            "banner"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"bannerId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_engagement_banners",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/engagement/banners",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "engagement",
            "banners"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_engagement_chat_message",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/engagement/chat/message",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "engagement",
            "chat",
            "message"
          ]
        },
        "description": "Retrieves 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"chatMessageId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_engagement_checklists",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/engagement/checklists",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "engagement",
            "checklists"
          ]
        },
        "description": "Tool to retrieve all engagement checklists for a project. Use when you need to get an overview of all available checklists.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_engagement_cobrowse",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/engagement/cobrowse",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "engagement",
            "cobrowse"
          ]
        },
        "description": "Retrieves 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",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_engagement_cobrowse_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/engagement/cobrowse/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "engagement",
            "cobrowse",
            "by",
            "id"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"cobrowseProductTourId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_engagement_email",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/engagement/email",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "engagement",
            "email"
          ]
        },
        "description": "Retrieves 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 f",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"engagementEmailId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_engagement_emails",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/engagement/emails",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "engagement",
            "emails"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_engagement_modal",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/engagement/modal",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "engagement",
            "modal"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"modalId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_engagement_modals",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/engagement/modals",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "engagement",
            "modals"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_engagement_news",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/engagement/news",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "engagement",
            "news"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_engagement_news_article",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/engagement/news/article",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "engagement",
            "news",
            "article"
          ]
        },
        "description": "Retrieves 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"newsId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_engagement_product_tour",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/engagement/product/tour",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "engagement",
            "product",
            "tour"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"productTourId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_engagement_product_tours",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/engagement/product/tours",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "engagement",
            "product",
            "tours"
          ]
        },
        "description": "Tool to retrieve all engagement product tours for a project. Use when you need to get an overview of all available product tours.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_engagement_push_notification",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/engagement/push/notification",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "engagement",
            "push",
            "notification"
          ]
        },
        "description": "Retrieves 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 s",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"pushNotificationId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_engagement_push_notifications",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/engagement/push/notifications",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "engagement",
            "push",
            "notifications"
          ]
        },
        "description": "Tool 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 o",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_engagement_survey",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/engagement/survey",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "engagement",
            "survey"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"surveyId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_engagement_surveys",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/engagement/surveys",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "engagement",
            "surveys"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_engagement_surveys_responses",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/engagement/surveys/responses",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "engagement",
            "surveys",
            "responses"
          ]
        },
        "description": "Tool to retrieve all survey responses for a specific survey. Use when you need to get all responses submitted for a survey.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"surveyId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_engagement_surveys_responses_samples",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/engagement/surveys/responses/samples",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "engagement",
            "surveys",
            "responses",
            "samples"
          ]
        },
        "description": "Tool 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 s",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"surveyId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_engagement_surveys_responses_summarize",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/engagement/surveys/responses/summarize",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "engagement",
            "surveys",
            "responses",
            "summarize"
          ]
        },
        "description": "Tool 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 indiv",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"surveyId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_engagement_tooltip_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/engagement/tooltip/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "engagement",
            "tooltip",
            "by",
            "id"
          ]
        },
        "description": "Tool to retrieve a specific engagement tooltip by its ID. Use when you need to get detailed information about a specific tooltip.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"tooltipId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_engagement_tooltips",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/engagement/tooltips",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "engagement",
            "tooltips"
          ]
        },
        "description": "Tool to retrieve all engagement tooltips for the authenticated project. Use when you need to get a list of all configured tooltips.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_engagement_whatsapp_message",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/engagement/whatsapp/message",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "engagement",
            "whatsapp",
            "message"
          ]
        },
        "description": "Retrieves 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,",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"whatsappMessageId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_engagements_activities",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/engagements/activities",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "engagements",
            "activities"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"engagementId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_engagements_recipients",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/engagements/recipients",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "engagements",
            "recipients"
          ]
        },
        "description": "Tool 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 enga",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"engagementId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_engagements_statistics",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/engagements/statistics",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "engagements",
            "statistics"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"engagementId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_help_center_sources",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/help/center/sources",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "help",
            "center",
            "sources"
          ]
        },
        "description": "Retrieves 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",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_invitations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/invitations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "invitations"
          ]
        },
        "description": "Retrieves 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 automat",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_message_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/message/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "message",
            "template"
          ]
        },
        "description": "Retrieves 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, an",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"messageTemplateId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_message_templates",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/message/templates",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "message",
            "templates"
          ]
        },
        "description": "Retrieve 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 c",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"searchTerm\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_notification_ticket",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/notification/ticket",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "notification",
            "ticket"
          ]
        },
        "description": "Retrieves 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 notif",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"shareToken\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_project",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/project",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "project"
          ]
        },
        "description": "Retrieves 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_projects",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/projects",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "projects"
          ]
        },
        "description": "Retrieves 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.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_projects_bugs_archive",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/projects/bugs/archive",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "projects",
            "bugs",
            "archive"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_projects_helpcenter_collections",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/projects/helpcenter/collections",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "projects",
            "helpcenter",
            "collections"
          ]
        },
        "description": "Tool 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",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_projects_sessions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/projects/sessions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "projects",
            "sessions"
          ]
        },
        "description": "Tool 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, activi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_projects_tickets",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/projects/tickets",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "projects",
            "tickets"
          ]
        },
        "description": "Tool to retrieve all tickets from a specific Gleap project. Use when you need to get tickets for a particular project by its ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_projects_users",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/projects/users",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "projects",
            "users"
          ]
        },
        "description": "Tool to get project users by project ID. Use when you need to list all users associated with a specific project.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_session",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/session",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "session"
          ]
        },
        "description": "Retrieves 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 cus",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sessionId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_session_activities",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/session/activities",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "session",
            "activities"
          ]
        },
        "description": "Retrieves 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"session_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_session_chargebee_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/session/chargebee/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "session",
            "chargebee",
            "info"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"session_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_session_checklists",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/session/checklists",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "session",
            "checklists"
          ]
        },
        "description": "Retrieve 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 aft",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sessionId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_session_events",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/session/events",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "session",
            "events"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"session_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_session_lemon_squeezy_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/session/lemon/squeezy/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "session",
            "lemon",
            "squeezy",
            "info"
          ]
        },
        "description": "Tool to retrieve LemonSqueezy subscription and payment information for a specific session. Use when you need to fetch LemonSqueezy data associated with a user session.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sessionId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_session_shopify_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/session/shopify/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "session",
            "shopify",
            "info"
          ]
        },
        "description": "Retrieve 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sessionId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_shared_helpcenter_answer",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/shared/helpcenter/answer",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "shared",
            "helpcenter",
            "answer"
          ]
        },
        "description": "Retrieves 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 thr",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"question\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_statistics_email_client_bounces",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/statistics/email/client/bounces",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "statistics",
            "email",
            "client",
            "bounces"
          ]
        },
        "description": "Tool 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 ti",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"skip\": 0,\n  \"limit\": 0,\n  \"endDate\": \"\",\n  \"aggsType\": \"\",\n  \"timezone\": \"\",\n  \"createdAt\": \"\",\n  \"groupedBy\": \"\",\n  \"startDate\": \"\",\n  \"updatedAt\": \"\",\n  \"groupInterval\": \"\",\n  \"emailServerKey\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_statistics_email_client_usage",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/statistics/email/client/usage",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "statistics",
            "email",
            "client",
            "usage"
          ]
        },
        "description": "Tool 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 em",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"skip\": 0,\n  \"limit\": 0,\n  \"endDate\": \"\",\n  \"aggsType\": \"\",\n  \"timezone\": \"\",\n  \"createdAt\": \"\",\n  \"groupedBy\": \"\",\n  \"startDate\": \"\",\n  \"updatedAt\": \"\",\n  \"groupInterval\": \"\",\n  \"emailServerKey\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_statistics_email_overview",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/statistics/email/overview",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "statistics",
            "email",
            "overview"
          ]
        },
        "description": "Tool 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 ov",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"skip\": 0,\n  \"limit\": 0,\n  \"endDate\": \"\",\n  \"aggsType\": \"\",\n  \"timezone\": \"\",\n  \"createdAt\": \"\",\n  \"groupedBy\": \"\",\n  \"startDate\": \"\",\n  \"updatedAt\": \"\",\n  \"groupInterval\": \"\",\n  \"emailServerKey\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_statistics_facts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/statistics/facts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "statistics",
            "facts"
          ]
        },
        "description": "Tool 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 peri",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"skip\": 0,\n  \"limit\": 0,\n  \"endDate\": \"\",\n  \"aggsType\": \"\",\n  \"timezone\": \"\",\n  \"chartType\": \"\",\n  \"createdAt\": \"\",\n  \"groupedBy\": \"\",\n  \"startDate\": \"\",\n  \"updatedAt\": \"\",\n  \"groupInterval\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_statistics_heatmap",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/statistics/heatmap",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "statistics",
            "heatmap"
          ]
        },
        "description": "Retrieve 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 acros",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"skip\": 0,\n  \"limit\": 0,\n  \"endDate\": \"\",\n  \"aggsType\": \"\",\n  \"timezone\": \"\",\n  \"chartType\": \"\",\n  \"createdAt\": \"\",\n  \"groupedBy\": \"\",\n  \"startDate\": \"\",\n  \"updatedAt\": \"\",\n  \"groupInterval\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_statistics_lists",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/statistics/lists",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "statistics",
            "lists"
          ]
        },
        "description": "Tool 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, ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"skip\": 0,\n  \"limit\": 0,\n  \"endDate\": \"\",\n  \"aggsType\": \"\",\n  \"timezone\": \"\",\n  \"chartType\": \"\",\n  \"createdAt\": \"\",\n  \"groupedBy\": \"\",\n  \"startDate\": \"\",\n  \"updatedAt\": \"\",\n  \"groupInterval\": \"\",\n  \"useWorkingHours\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_statistics_raw_data",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/statistics/raw/data",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "statistics",
            "raw",
            "data"
          ]
        },
        "description": "Tool to retrieve raw statistics data from Gleap. Use when you need unprocessed, granular statistical data for custom analysis or reporting.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"skip\": 0,\n  \"type\": \"\",\n  \"limit\": 0,\n  \"endDate\": \"\",\n  \"aggsType\": \"\",\n  \"timezone\": \"\",\n  \"createdAt\": \"\",\n  \"groupedBy\": \"\",\n  \"startDate\": \"\",\n  \"updatedAt\": \"\",\n  \"groupInterval\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_tickets_by_session_query",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tickets/by/session/query",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tickets",
            "by",
            "session",
            "query"
          ]
        },
        "description": "Find 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"skip\": 0,\n  \"email\": \"\",\n  \"limit\": 0,\n  \"phone\": \"\",\n  \"userId\": \"\",\n  \"customData.TIN\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_tickets_export",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tickets/export",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tickets",
            "export"
          ]
        },
        "description": "Export 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 narro",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"skip\": 0,\n  \"sort\": \"\",\n  \"type\": \"\",\n  \"limit\": 0,\n  \"isSpam\": false,\n  \"status\": \"\",\n  \"archived\": false,\n  \"priority\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_tickets_export_fields",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tickets/export/fields",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tickets",
            "export",
            "fields"
          ]
        },
        "description": "Retrieve 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",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_tickets_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tickets/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tickets",
            "search"
          ]
        },
        "description": "Search 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"searchTerm\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_tickets_ticketscount",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tickets/ticketscount",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tickets",
            "ticketscount"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_users_me_permissions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/users/me/permissions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "users",
            "me",
            "permissions"
          ]
        },
        "description": "Tool to retrieve the current user's role permissions. Use when you need to check what permissions the authenticated user has.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_users_unified_inbox",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/users/unified/inbox",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "users",
            "unified",
            "inbox"
          ]
        },
        "description": "Retrieves 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 typ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"type\": \"\",\n  \"limit\": 0,\n  \"filteredProjectId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_get_users_unified_inbox_ticket",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/users/unified/inbox/ticket",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "users",
            "unified",
            "inbox",
            "ticket"
          ]
        },
        "description": "Retrieves 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, ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ticketId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_identify_user",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/identify/user",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "identify",
            "user"
          ]
        },
        "description": "Identify 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 t",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"email\": \"\",\n  \"phone\": \"\",\n  \"value\": 0,\n  \"userId\": \"\",\n  \"createdAt\": \"\",\n  \"preventLastActivityUpdate\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_import_session",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/import/session",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "import",
            "session"
          ]
        },
        "description": "Import 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 ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sessions\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_import_sessions_from_intercom",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/import/sessions/from/intercom",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "import",
            "sessions",
            "from",
            "intercom"
          ]
        },
        "description": "Import 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"apiKey\": \"\",\n  \"endpoint\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_indicate_user_typing",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/indicate/user/typing",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "indicate",
            "user",
            "typing"
          ]
        },
        "description": "Tool 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",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"typing\": false,\n  \"ticketId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_indicate_user_viewing",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/indicate/user/viewing",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "indicate",
            "user",
            "viewing"
          ]
        },
        "description": "Tool 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 finis",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"viewing\": false,\n  \"ticketId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_link_a_ticket",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/link/a/ticket",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "link",
            "a",
            "ticket"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ticketId\": \"\",\n  \"targetTicketId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_mark_survey_responses_read",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/mark/survey/responses/read",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "mark",
            "survey",
            "responses",
            "read"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"surveyId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_merge_tickets",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/merge/tickets",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "merge",
            "tickets"
          ]
        },
        "description": "Tool 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 ticke",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"targetTicketId\": \"\",\n  \"shouldMergeTasks\": false,\n  \"ticketsToMergeIds\": \"\",\n  \"shouldMergeContacts\": false,\n  \"shouldCreateNewTicket\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_post_bugs_comments",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/bugs/comments",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "bugs",
            "comments"
          ]
        },
        "description": "Tool 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 resol",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"message\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_post_engagement_news",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/engagement/news",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "engagement",
            "news"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"sent\": false,\n  \"type\": \"\",\n  \"sound\": false,\n  \"format\": \"\",\n  \"hidden\": false,\n  \"status\": \"\",\n  \"createdAt\": \"\",\n  \"frequency\": \"\",\n  \"updatedAt\": \"\",\n  \"newTrigger\": false,\n  \"frequencyDays\": 0,\n  \"frequencyType\": \"\",\n  \"pageFilterType\": \"\",\n  \"targetAudience\": \"\",\n  \"stopSendingAfter\": \"\",\n  \"startSendingAfter\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_post_engagement_surveys",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/engagement/surveys",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "engagement",
            "surveys"
          ]
        },
        "description": "Tool 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 fie",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"description\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_post_engagement_whatsapp_messages",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/engagement/whatsapp/messages",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "engagement",
            "whatsapp",
            "messages"
          ]
        },
        "description": "Tool 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; th",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"sent\": false,\n  \"type\": \"\",\n  \"sound\": false,\n  \"format\": \"\",\n  \"hidden\": false,\n  \"status\": \"\",\n  \"frequency\": \"\",\n  \"newTrigger\": false,\n  \"frequencyDays\": 0,\n  \"frequencyType\": \"\",\n  \"pageFilterType\": \"\",\n  \"targetAudience\": \"\",\n  \"stopSendingAfter\": \"\",\n  \"startSendingAfter\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_reassign_all_tickets_to_user",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/reassign/all/tickets/to/user",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "reassign",
            "all",
            "tickets",
            "to",
            "user"
          ]
        },
        "description": "Tool to reassign all tickets to the authenticated user. Use when you need to bulk reassign tickets to yourself for handling or review.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_resubscribe_a_session",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/resubscribe/a/session",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "resubscribe",
            "a",
            "session"
          ]
        },
        "description": "Tool to resubscribe a session. Use when you need to re-enable notifications or tracking for a previously unsubscribed session.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sessionId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_search_for_sessions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/for/sessions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "for",
            "sessions"
          ]
        },
        "description": "Search 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 u",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"lang\": \"\",\n  \"name\": \"\",\n  \"email\": \"\",\n  \"userId\": \"\",\n  \"blocked\": false,\n  \"gleapId\": \"\",\n  \"gleapHash\": \"\",\n  \"unsubscribed\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_search_messages",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/messages",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "messages"
          ]
        },
        "description": "Search 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"searchTerm\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_search_sessions_by_index",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/sessions/by/index",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "sessions",
            "by",
            "index"
          ]
        },
        "description": "Search 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",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"projectId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_send_engagement_email_preview",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/send/engagement/email/preview",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "send",
            "engagement",
            "email",
            "preview"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"lang\": \"\",\n  \"emails\": \"\",\n  \"engagementEmailId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_send_ticket_transcript",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/send/ticket/transcript",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "send",
            "ticket",
            "transcript"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"emails\": \"\",\n  \"ticketId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_snooze_a_ticket",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/snooze/a/ticket",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "snooze",
            "a",
            "ticket"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"duration\": 0,\n  \"ticketId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_suggest_faq_from_message",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/suggest/faq/from/message",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "suggest",
            "faq",
            "from",
            "message"
          ]
        },
        "description": "Tool to suggest a FAQ from a message. Use when you want to accept or reject a FAQ suggestion for a specific message.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"accept\": false,\n  \"messageId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_toggle_helpcenter_collection_publish",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/toggle/helpcenter/collection/publish",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "toggle",
            "helpcenter",
            "collection",
            "publish"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"unpublished\": false,\n  \"helpcenterCollectionId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_track_events",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/track/events",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "track",
            "events"
          ]
        },
        "description": "Track 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 purchas",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"events\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_unarchive_a_ticket",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/unarchive/a/ticket",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "unarchive",
            "a",
            "ticket"
          ]
        },
        "description": "Tool to unarchive a ticket. Use when you need to restore a previously archived ticket after validation.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ticketId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_unlink_a_ticket",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/unlink/a/ticket",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "unlink",
            "a",
            "ticket"
          ]
        },
        "description": "Tool to unlink a ticket. Use after confirming both tickets are linked to remove their association.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ticketId\": \"\",\n  \"targetTicketId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_unsubscribe_sessions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/unsubscribe/sessions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "unsubscribe",
            "sessions"
          ]
        },
        "description": "Tool to unsubscribe one or more user sessions from communications. Use when users request to stop receiving messages or notifications.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"reason\": \"\",\n  \"sessions\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_update_a_team",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/a/team",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "a",
            "team"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"teamId\": \"\",\n  \"members\": \"\",\n  \"ticketAmount\": 0,\n  \"needQueueRerun\": false,\n  \"assignmentMethod\": \"\",\n  \"limitTicketAmount\": false,\n  \"selectOnlyOnlineMembers\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_update_a_ticket",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/a/ticket",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "a",
            "ticket"
          ]
        },
        "description": "Tool 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 ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"tags\": \"\",\n  \"type\": \"\",\n  \"status\": \"\",\n  \"dueDate\": \"\",\n  \"snoozed\": false,\n  \"archived\": false,\n  \"lexorank\": \"\",\n  \"outbound\": \"\",\n  \"priority\": \"\",\n  \"description\": \"\",\n  \"duplicateOf\": \"\",\n  \"screenshotUrl\": \"\",\n  \"processingUser\": \"\",\n  \"screenshotBroke\": \"\",\n  \"notificationsUnread\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_update_a_user_for_a_project",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/a/user/for/a/project",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "a",
            "user",
            "for",
            "a",
            "project"
          ]
        },
        "description": "Tool to update a user’s role in a project. Use when you need to change a user's permissions.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"role\": \"\",\n  \"user_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_update_ai_content_by_content_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/ai/content/by/content/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "ai",
            "content",
            "by",
            "content",
            "id"
          ]
        },
        "description": "Tool to update AI content by content ID. Use when modifying existing AI-powered content entries in Gleap.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"title\": \"\",\n  \"batchId\": \"\",\n  \"content\": \"\",\n  \"contentId\": \"\",\n  \"readMoreUrl\": \"\",\n  \"readMoreLabel\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_update_chat_message",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/chat/message",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "chat",
            "message"
          ]
        },
        "description": "Updates 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",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"body\": {},\n  \"chatMessageId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_update_checklist",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/checklist",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "checklist"
          ]
        },
        "description": "Tool to update an engagement checklist by its ID. Use to modify checklist properties such as name, description, status, items, and other configuration options.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"items\": \"\",\n  \"sound\": false,\n  \"steps\": \"\",\n  \"title\": \"\",\n  \"format\": \"\",\n  \"hidden\": false,\n  \"status\": \"\",\n  \"frequency\": \"\",\n  \"checklistId\": \"\",\n  \"description\": \"\",\n  \"targetAudience\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_update_engagement_banner",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/engagement/banner",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "engagement",
            "banner"
          ]
        },
        "description": "Tool to update an engagement banner. Use when modifying banner properties like name, status, targeting, or scheduling.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"type\": \"\",\n  \"sound\": false,\n  \"format\": \"\",\n  \"hidden\": false,\n  \"status\": \"\",\n  \"bannerId\": \"\",\n  \"frequency\": \"\",\n  \"newTrigger\": false,\n  \"frequencyDays\": 0,\n  \"frequencyType\": \"\",\n  \"pageFilterType\": \"\",\n  \"targetAudience\": \"\",\n  \"stopSendingAfter\": \"\",\n  \"startSendingAfter\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_update_engagement_cobrowse",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/engagement/cobrowse",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "engagement",
            "cobrowse"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"type\": \"\",\n  \"sound\": false,\n  \"config\": {},\n  \"format\": \"\",\n  \"hidden\": false,\n  \"status\": \"\",\n  \"frequency\": \"\",\n  \"description\": \"\",\n  \"frequencyType\": \"\",\n  \"pageFilterType\": \"\",\n  \"targetAudience\": \"\",\n  \"cobrowseProductTourId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_update_engagement_email",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/engagement/email",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "engagement",
            "email"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"type\": \"\",\n  \"format\": \"\",\n  \"status\": \"\",\n  \"content\": \"\",\n  \"subject\": \"\",\n  \"frequency\": \"\",\n  \"frequencyDays\": 0,\n  \"frequencyType\": \"\",\n  \"pageFilterType\": \"\",\n  \"targetAudience\": \"\",\n  \"stopSendingAfter\": \"\",\n  \"engagementEmailId\": \"\",\n  \"startSendingAfter\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_update_engagement_modal",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/engagement/modal",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "engagement",
            "modal"
          ]
        },
        "description": "Tool to update an existing engagement modal. Use when you need to modify properties like name, status, format, or targeting configuration of a modal dialog.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"type\": \"\",\n  \"sound\": false,\n  \"format\": \"\",\n  \"hidden\": false,\n  \"status\": \"\",\n  \"modalId\": \"\",\n  \"frequency\": \"\",\n  \"frequencyDays\": 0,\n  \"frequencyType\": \"\",\n  \"pageFilterType\": \"\",\n  \"targetAudience\": \"\",\n  \"stopSendingAfter\": \"\",\n  \"startSendingAfter\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_update_engagement_news",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/engagement/news",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "engagement",
            "news"
          ]
        },
        "description": "Tool to update an engagement news article. Use when modifying news article properties like name, status, scheduling, targeting, or other attributes.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"sent\": false,\n  \"type\": \"\",\n  \"sound\": false,\n  \"format\": \"\",\n  \"hidden\": false,\n  \"newsId\": \"\",\n  \"status\": \"\",\n  \"frequency\": \"\",\n  \"newTrigger\": false,\n  \"pageFilter\": \"\",\n  \"frequencyDays\": 0,\n  \"frequencyType\": \"\",\n  \"pageFilterType\": \"\",\n  \"targetAudience\": \"\",\n  \"stopSendingAfter\": \"\",\n  \"startSendingAfter\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_update_engagement_product_tour",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/engagement/product/tour",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "engagement",
            "product",
            "tour"
          ]
        },
        "description": "Tool to update an existing product tour. Use when you need to modify properties like name, status, configuration, or targeting of a product tour.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"type\": \"\",\n  \"sound\": false,\n  \"config\": {},\n  \"format\": \"\",\n  \"hidden\": false,\n  \"status\": \"\",\n  \"frequency\": \"\",\n  \"newTrigger\": false,\n  \"frequencyDays\": 0,\n  \"frequencyType\": \"\",\n  \"productTourId\": \"\",\n  \"pageFilterType\": \"\",\n  \"targetAudience\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_update_engagement_push_notification",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/engagement/push/notification",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "engagement",
            "push",
            "notification"
          ]
        },
        "description": "Tool to update an existing push notification. Use when you need to modify properties like title, message, status, targeting, or scheduling of a push notification.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"type\": \"\",\n  \"sound\": false,\n  \"title\": \"\",\n  \"format\": \"\",\n  \"hidden\": false,\n  \"status\": \"\",\n  \"message\": \"\",\n  \"frequency\": \"\",\n  \"frequencyDays\": 0,\n  \"frequencyType\": \"\",\n  \"pageFilterType\": \"\",\n  \"targetAudience\": \"\",\n  \"stopSendingAfter\": \"\",\n  \"startSendingAfter\": \"\",\n  \"pushNotificationId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_update_engagement_surveys",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/engagement/surveys",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "engagement",
            "surveys"
          ]
        },
        "description": "Tool 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; a",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"type\": \"\",\n  \"sound\": false,\n  \"format\": \"\",\n  \"hidden\": false,\n  \"status\": \"\",\n  \"surveyId\": \"\",\n  \"frequency\": \"\",\n  \"newTrigger\": false,\n  \"frequencyDays\": 0,\n  \"frequencyType\": \"\",\n  \"pageFilterType\": \"\",\n  \"targetAudience\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_update_engagement_tooltips",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/engagement/tooltips",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "engagement",
            "tooltips"
          ]
        },
        "description": "Tool to update an engagement tooltip. Use when modifying tooltip properties like name, active status, targeting, or frequency settings.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"type\": \"\",\n  \"sound\": false,\n  \"active\": false,\n  \"format\": \"\",\n  \"hidden\": false,\n  \"status\": \"\",\n  \"frequency\": \"\",\n  \"tooltipId\": \"\",\n  \"frequencyDays\": 0,\n  \"frequencyType\": \"\",\n  \"pageFilterType\": \"\",\n  \"targetAudience\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_update_engagement_whatsapp_message",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/engagement/whatsapp/message",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "engagement",
            "whatsapp",
            "message"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"type\": \"\",\n  \"sound\": false,\n  \"format\": \"\",\n  \"hidden\": false,\n  \"status\": \"\",\n  \"frequency\": \"\",\n  \"newTrigger\": false,\n  \"frequencyDays\": 0,\n  \"frequencyType\": \"\",\n  \"pageFilterType\": \"\",\n  \"targetAudience\": \"\",\n  \"stopSendingAfter\": \"\",\n  \"startSendingAfter\": \"\",\n  \"whatsappMessageId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_update_helpcenter_collection",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/helpcenter/collection",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "helpcenter",
            "collection"
          ]
        },
        "description": "Tool 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 exc",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"docId\": 0,\n  \"title\": \"\",\n  \"parent\": \"\",\n  \"iconUrl\": \"\",\n  \"project\": \"\",\n  \"lexorank\": \"\",\n  \"externalId\": \"\",\n  \"description\": \"\",\n  \"targetAudience\": \"\",\n  \"baseAudienceFilter\": {},\n  \"extendedAudienceFilter\": {},\n  \"helpcenterCollectionId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_update_helpcenter_redirect",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/helpcenter/redirect",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "helpcenter",
            "redirect"
          ]
        },
        "description": "Tool 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 th",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"newUrl\": \"\",\n  \"oldUrl\": \"\",\n  \"matchType\": \"\",\n  \"redirectId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_update_message_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/message/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "message",
            "template"
          ]
        },
        "description": "Tool 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 I",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"title\": \"\",\n  \"users\": \"\",\n  \"actions\": \"\",\n  \"content\": \"\",\n  \"isPublic\": false,\n  \"lexorank\": \"\",\n  \"attachments\": \"\",\n  \"messageTemplateId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_update_project",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/project",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "project"
          ]
        },
        "description": "Tool 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 notificati",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"name\": \"\",\n  \"picture\": \"\",\n  \"description\": \"\",\n  \"phoneNumber\": \"\",\n  \"feedbackTags\": \"\",\n  \"sendBugNotifications\": false,\n  \"secureSessionIdentify\": false,\n  \"bugNotificationsReciever\": \"\",\n  \"hideDetailTabsOnSharedBugs\": false,\n  \"sendBugAssignmentNotifications\": false,\n  \"sendFeedbackReceivedNotifications\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_update_qa_answer",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/qa/answer",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "qa",
            "answer"
          ]
        },
        "description": "Updates 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 re",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"tags\": \"\",\n  \"answer\": \"\",\n  \"skipped\": false,\n  \"question\": \"\",\n  \"projectId\": \"\",\n  \"qaAnswerId\": \"\",\n  \"acknowledged\": false,\n  \"preventChunking\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_update_session",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/session",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "session"
          ]
        },
        "description": "Tool 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 excep",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sla\": 0,\n  \"lang\": \"\",\n  \"name\": \"\",\n  \"plan\": \"\",\n  \"tags\": \"\",\n  \"email\": \"\",\n  \"phone\": \"\",\n  \"value\": 0,\n  \"avatar\": \"\",\n  \"userId\": \"\",\n  \"blocked\": false,\n  \"gleapId\": \"\",\n  \"project\": \"\",\n  \"platform\": \"\",\n  \"sessions\": 0,\n  \"companyId\": \"\",\n  \"emailOnly\": false,\n  \"gleapHash\": \"\",\n  \"customData\": {},\n  \"deviceType\": \"\",\n  \"facebookId\": \"\",\n  \"session_id\": \"\",\n  \"companyName\": \"\",\n  \"instagramId\": \"\",\n  \"organisation\": \"\",\n  \"unsubscribed\": false,\n  \"instagramUsername\": \"\",\n  \"unsubscribeReason\": \"\",\n  \"countFeedbackReports\": 0,\n  \"countFeedbackComments\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_update_user",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/user",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "user"
          ]
        },
        "description": "Tool 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",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"user_id\": \"\",\n  \"lastName\": \"\",\n  \"userRole\": \"\",\n  \"available\": false,\n  \"firstName\": \"\",\n  \"userUsage\": \"\",\n  \"oldpassword\": \"\",\n  \"knewGleapFrom\": \"\",\n  \"profileImageUrl\": \"\",\n  \"completedOnboarding\": false,\n  \"unavailableProjects\": \"\",\n  \"notificationSettings\": {},\n  \"notificationPreferences\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gleap_vote_for_ticket",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/vote/for/ticket",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "vote",
            "for",
            "ticket"
          ]
        },
        "description": "Tool 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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"email\": \"\",\n  \"ticketId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}