Smithery

connect.triggers.by_trigger_name.get

Get the schema for a single trigger type.

Remote smithery

Other tools also called connect.triggers.by_trigger_name.get? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "namespace": {
      "type": "string",
      "description": "path parameter"
    },
    "triggerName": {
      "type": "string",
      "description": "path parameter"
    },
    "connectionId": {
      "type": "string",
      "description": "path parameter"
    }
  }
}