Salesforce · Example Payload

Salesforce Update Named Credential Request Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Update Named Credential Request Example is an example object payload from Salesforce, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

masterLabeltypecalloutUrlexternalCredentialscustomHeaderscalloutOptions

Example Payload

Raw ↑
{
  "masterLabel": "example_value",
  "type": "example_value",
  "calloutUrl": "https://www.example.com",
  "externalCredentials": [],
  "customHeaders": [],
  "calloutOptions": {
    "allowMergeFieldsInBody": true,
    "allowMergeFieldsInHeader": true,
    "generateAuthorizationHeader": true
  }
}