Send HTTP Request with files action allows send request that includes files.
NOTE: Action sends a POST request with a predefined Content-Type: multipart/form-data header.
Example of Send HTTP Request with files action configuration in Scheduled Actions
For more information about Action Builder read Action Builder introduction article.
When action Send HTTP Request with files is selected, the following additional properties should be specified.
Configuration
Property |
Required |
Type |
Description |
| Url | yes | String | Specify an URL or expression to be evaluated as URL. |
| Headers | no | String | Enter any key-value pairs you need to send along with your request |
| Data | no | String | Data to be sent to the server |
| Files | no | String | Files to be sent to the server. Files must be set in a JSON format where: key → unique string value value → file source (server relative URL or output from HTTP request trigger action) |
Availability
Modern Forms |
List Actions |
Scheduled/Triggered Actions |
- |
- |
✓ |
Output
| Output Parameter | Type | Description |
| ResponseBody | JSON object or String | Returns response value of request. |
Example: