No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
Attachment Input: Link
- XML
- The attachmentType property
is an attribute of the <attachment> element. For example:
1<attachment attachmentType="Link"> 2 <url>http://www.google.com</url> 3 <urlName>A search engine</urlName> 4</attachment> - JSON
1{ "attachment": 2 { 3 "attachmentType":"Link", 4 "url": "http://www.salesforce.com", 5 "urlName": "Salesforce" 6 } 7}- Properties
-
Name Type Description Available Version attachmentType String The attachment type. Must contain the value Link. 27.0 url String URL included in the attachment. 23.0 urlName String Optional. Name of the URL. If not provided, a name is generated from the domain name of the URL. 23.0