Tray.ai · Example Payload

Tray Ai List Connectors Example

AutomationIntegrationiPaaSAI AgentsMCP

Tray Ai List Connectors Example is an example object payload from Tray.ai, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://api.tray.io/core/v1/connectors",
    "headers": {
      "Authorization": "Bearer {master_token}",
      "Content-Type": "application/json"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "elements": [
        {
          "name": "salesforce",
          "title": "Salesforce",
          "description": "Connect to Salesforce CRM to manage leads, opportunities, and accounts.",
          "icon": "https://tray.io/icons/salesforce.png",
          "versions": [
            { "version": "10.1", "isLatest": true },
            { "version": "9.0", "isLatest": false }
          ]
        },
        {
          "name": "slack",
          "title": "Slack",
          "description": "Send messages, manage channels, and interact with Slack workspaces.",
          "icon": "https://tray.io/icons/slack.png",
          "versions": [
            { "version": "4.0", "isLatest": true }
          ]
        },
        {
          "name": "hubspot",
          "title": "HubSpot",
          "description": "Access HubSpot CRM, marketing, and service hub features.",
          "icon": "https://tray.io/icons/hubspot.png",
          "versions": [
            { "version": "5.2", "isLatest": true }
          ]
        }
      ]
    }
  }
}