Creates a hyperlink in a given parent folder. The hyperlink category is set to the default category for the Document object definition.
createHyperlinkDefaultCategory Parameter Descriptions
Parameter Name |
Data Type |
Description |
parentUniqueKey |
string |
Unique key of the folder to create a subfolder within. |
url |
string |
The website URL that the hyperlink will link to. |
name |
string |
Name of the hyperlink. For example, in the application UI, the hyperlink name displays but the URL does not. |
contactUniqueKey |
string |
Unique key of the contact record for the contact who creates the hyperlink. |
createHyperlinkDefaultCategory Response Descriptions
Parameter Name |
Data Type |
Description |
uniqueKey |
string |
The unique key of the hyperlink. |