Salesforce · Schema

CalloutOptions

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
allowMergeFieldsInBody boolean
allowMergeFieldsInHeader boolean
generateAuthorizationHeader boolean
View JSON Schema on GitHub

JSON Schema

salesforce-callout-options-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "allowMergeFieldsInBody": {
      "type": "boolean",
      "example": true
    },
    "allowMergeFieldsInHeader": {
      "type": "boolean",
      "example": true
    },
    "generateAuthorizationHeader": {
      "type": "boolean",
      "example": true
    }
  },
  "required": [
    "allowMergeFieldsInBody",
    "allowMergeFieldsInHeader",
    "generateAuthorizationHeader"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CalloutOptions"
}