Salesforce · Example Payload

Salesforce Createeventrelay Request Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Createeventrelay Request 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": {
    "eventChannel": "example_value",
    "destinationResourceName": "example_value",
    "label": "Example Title",
    "relayOption": "example_value"
  }
}