Go To Website
Appexchange
Home
Salesforce
HubSpot
Web App
API Reference
Navigate through spaces
⌘
K
Table Of Contents
Quick Starts
Test Drive
Features
Flow Actions
Platform Events
Tutorials
Document Generation
Apex
FAQs
Support
Docs powered by
Archbee
Apex
CloudFiles Client
Create Links
Create CloudFiles
Link
(s)
Apex
1
global static List
<
Link
>
createLinks
(
2
List
<
Types.CreateLinkInput
>
linkInputs,
3
String library,
4
String runAs
5
)
global static List<Link> createLinks( List<Types.CreateLinkInput> linkInputs, String library, String runAs )
Parameters
linkInputs
- List of
Types.CreateLinkInput
objects
library
- Type of library. Example -
sharepoint
. You can get this value from
Content Library
runAs
- Email Id of the user on whom behalf the function should run. If you want to run the action as automation user, supply
integrationUser
Return Type
List of
Link
objects
PREVIOUS
Delete Attachment
NEXT
Get Folder Contents
Docs powered by
Archbee
TABLE OF CONTENTS
Parameters
Return Type
Docs powered by
Archbee