Salesforce · Example Payload

Salesforce Successful Files Shares Link Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Successful Files Shares Link Example is an example object payload from Salesforce, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

expirationDatefileViewUrlisPasswordRequiredpasswordsharingType

Example Payload

Raw ↑
{
  "expirationDate": "example_value",
  "fileViewUrl": "https://www.example.com",
  "isPasswordRequired": true,
  "password": "example_value",
  "sharingType": "example_value"
}