WorkflowRule

AutomationCloudCRMEnterpriseSales

Properties

Name Type Description
actions array
description stringnull
id string
name string
namespacePrefix stringnull
object string
View JSON Schema on GitHub

JSON Schema

salesforce-automation-workflowrule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WorkflowRule",
  "title": "WorkflowRule",
  "type": "object",
  "properties": {
    "actions": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "type": {
            "type": "string"
          }
        }
      }
    },
    "description": {
      "type": [
        "string",
        "null"
      ]
    },
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "namespacePrefix": {
      "type": [
        "string",
        "null"
      ]
    },
    "object": {
      "type": "string"
    }
  }
}