The READ_FILE action is used to read the contents of a file stored within the application.
The payload for the action is:
Property | Required | Description |
---|---|---|
content | Required | The content parameter holding the reference to a content, or the content object which binary content is going to be removed. If the received value contains multiple references to content objects, only the first of them will be used. |
contentFormat | Required | Format of the binary content to be returned. The possible values are: JSON or a String. |