Tray.io · Schema

CreateSubscriptionRequest

AI AgentsAPI AggregationAutomationConnectorsIntegrationiPaaSWorkflow Automation

Properties

Name Type Description
triggerName string
connectorName string
connectorVersion string
authId string
input object
View JSON Schema on GitHub

JSON Schema

tray-io-createsubscriptionrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateSubscriptionRequest",
  "title": "CreateSubscriptionRequest",
  "type": "object",
  "required": [
    "triggerName",
    "connectorName",
    "connectorVersion",
    "authId",
    "input"
  ],
  "properties": {
    "triggerName": {
      "type": "string"
    },
    "connectorName": {
      "type": "string"
    },
    "connectorVersion": {
      "type": "string"
    },
    "authId": {
      "type": "string"
    },
    "input": {
      "type": "object"
    }
  }
}