Salesforce · Example Payload

Salesforce Geteventchannel Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

attributesIdIsDeletedDeveloperNameLanguageMasterLabelNamespacePrefixManageableStateCreatedDateCreatedByIdLastModifiedDateLastModifiedByIdSystemModstampChannelTypeFullNameMetadata

Example Payload

Raw ↑
{
  "attributes": {
    "type": "example_value",
    "url": "https://www.example.com"
  },
  "Id": "abc123",
  "IsDeleted": true,
  "DeveloperName": "example_value",
  "Language": "example_value",
  "MasterLabel": "example_value",
  "NamespacePrefix": "example_value",
  "ManageableState": "example_value",
  "CreatedDate": "example_value",
  "CreatedById": "500123",
  "LastModifiedDate": "example_value",
  "LastModifiedById": "500123",
  "SystemModstamp": "example_value",
  "ChannelType": "example_value",
  "FullName": "example_value",
  "Metadata": {
    "channelType": "example_value",
    "label": "Example Title",
    "urls": "https://www.example.com"
  }
}