Uploading Files in Actions
Here is everything you need to know to configure action so that they can upload files.
General
{
"request_binary_url": {
"title": "File URL where the file is fetched from",
"type": "text",
"required": false,
"info": "The file can come from a previous step of a Locoia flow or from a static location on the web"
}
}Body parameters
File meta data
Alternative Content-Type header
Content-Type headerAdditional parameters
form_item_name
form_item_nameupload
uploadUpload as base64 string
Uploading files using REST Helper

Last updated
Was this helpful?