{
  "name": "ContactMonkey",
  "description": "Internal communications platform for HR and communications teams. Build, send, track, and measure employee emails and newsletters directly from Outlook and Gmail.",
  "url": "https://www.contactmonkey.com",
  "version": "1.0.0",
  "provider": {
    "organization": "ContactMonkey Inc.",
    "url": "https://www.contactmonkey.com"
  },
  "documentationUrl": "https://developers.contactmonkey.com/docs/getting-started",
  "supportedInterfaces": [
    {
      "url": "https://www.contactmonkey.com",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "email-analytics",
      "name": "Email Analytics",
      "description": "Retrieve internal email analytics including open rates, click rates, read time, device breakdown, and audience segmentation data.",
      "tags": ["analytics", "email", "internal-comms"]
    },
    {
      "id": "employee-newsletters",
      "name": "Employee Newsletters",
      "description": "Create, send, and track employee newsletters with drag-and-drop builder, templates, and dynamic content.",
      "tags": ["newsletters", "email", "internal-comms"]
    },
    {
      "id": "employee-surveys",
      "name": "Employee Surveys",
      "description": "Embed pulse surveys, polls, emoji reactions, and eNPS surveys directly in employee emails.",
      "tags": ["surveys", "engagement", "feedback"]
    }
  ]
}