ActionSummary

AutomationCloudCRMEnterpriseSales

Properties

Name Type Description
label string Display label for the action
name string The API name of the action
type string The action type (STANDARD, CUSTOM, FLOW, etc.)
url string URL to get the full action description
View JSON Schema on GitHub

JSON Schema

salesforce-automation-actionsummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ActionSummary",
  "title": "ActionSummary",
  "type": "object",
  "properties": {
    "label": {
      "type": "string",
      "description": "Display label for the action"
    },
    "name": {
      "type": "string",
      "description": "The API name of the action"
    },
    "type": {
      "type": "string",
      "description": "The action type (STANDARD, CUSTOM, FLOW, etc.)"
    },
    "url": {
      "type": "string",
      "description": "URL to get the full action description"
    }
  }
}