Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Context Metadata Input

Input representation of context metadata.
JSON example
1{
2  "metadata": {
3    "contextDefinitionId": "11Oxx0000006VjNEAU",
4    "mappingId": "11jxx0000004Q83AAE"
5  }
6}
Properties
Name Type Description Required or Optional Available Version
contextDefinitionId String The ID of the context definition to use for validating and creating the context record. Required 59.0
mappingId String The ID of the context mapping to use for resolving the provided context data attributes. Required 59.0
taggedData Boolean Parameter to return tagged attribute names instead of raw names in the created context record. Optional 59.0