Newer Version Available

This content describes an older version of this product. View Latest

Extensions Capability Input (Pilot)

Create one or more extensions to associate with a feed element.

We provide Extensions to selected customers through a pilot program that requires agreement to specific terms and conditions. Extensions is subject to change and isn’t generally available unless or until Salesforce announces its general availability in documentation or in press releases or public statements. 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.

Note

Root XML tag
<extensionsCapability>
JSON example
1{
2   "itemsToAdd": {
3      "items": [{
4         "extensionId": "id1",
5         "payload": "eyJkb2N1bWVudF9pZCI6ICIxMjM0NSJ9",
6         "textRepresentation": "http://salesforce.quip.com?id=1234",
7         "payloadVersion": "0.1"
8          }
9      ]
10   }
11}
Properties
Name Type Description Required or Optional Available Version
itemsToAdd Extension Input (Pilot)[] Collection of extensions to associate with the feed element. Required 40.0