Salesforce · Example Payload

Salesforce Createchannel Request1 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Createchannel Request1 Example is an example object payload from Salesforce, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

FullNameMetadata

Example Payload

Raw ↑
{
  "FullName": "example_value",
  "Metadata": {
    "channelType": "example_value",
    "label": "Example Title",
    "urls": "https://www.example.com"
  }
}