Attachment Input: Link
リンクの添付ファイルの入力。
- XML
-
attachmentType プロパティは、<attachment> 要素の属性です。次に例を示します。
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": "https://salesforce.com", 5 "urlName": "Salesforce" 6 } 7} - プロパティ
-
名前 型 説明 使用可能なバージョン attachmentType String 添付ファイルの種別。値 Link を含める必要があります。 27.0 ~ 31.0 url String 添付ファイルに含まれる URL。 23.0 ~ 31.0 urlName String 省略可能。URL の名前。指定されない場合、名前は URL のドメイン名から生成されます。 23.0 ~ 31.0