StreamingChannelInput

AutomationCloudCRMEnterpriseSales

Properties

Name Type Description
Name string Must start with /u/ (e.g., /u/MyChannel)
Description string
View JSON Schema on GitHub

JSON Schema

salesforce-automation-streamingchannelinput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StreamingChannelInput",
  "title": "StreamingChannelInput",
  "type": "object",
  "properties": {
    "Name": {
      "type": "string",
      "description": "Must start with /u/ (e.g., /u/MyChannel)"
    },
    "Description": {
      "type": "string"
    }
  }
}