---
title: "custom post file · RUAL Documentation"
description: "Executes a custom POST file request."
canonical: https://docs.rual.nl/block-types/floriday/floridayconnection_custom_post_file
language: en
---

# custom post file

This block is part of the [`floriday`](https://docs.rual.nl/block-types/floriday) group and was last modified in core [`v13.0.6`](https://docs.rual.nl/core-versions/130006).

Executes a custom POST file request.

- flow `flow`

- connection required `floridayconnection`

- url required `value` The url to do the request on. Should NOT contain the api url.

- file `file`

- flow `flow`

- connection `floridayconnection`

- success `condition`

- response `object`

- error code `number`

- error `v13.0.6` `object`

A typical wiring for [custom post file](https://docs.rual.nl/block-types/floriday/floridayconnection_custom_post_file): a [function trigger](https://docs.rual.nl/block-types/globals/trigger_custom_function) starts the flow; [cast to floridayconnection](https://docs.rual.nl/block-types/type%20casting/object_convert_to_floridayconnection) feeds the `connection` pin; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `url` pin; the `flow` out pin feeds [debug](https://docs.rual.nl/block-types/state%20ui/state_debug).

![Studio canvas example for the custom post file block: typical wiring for custom post file.](https://docs.rual.nl/canvas-examples/floridayconnection_custom_post_file.png)

### Version history

Introduced in [`v13.0.6`](https://docs.rual.nl/core-versions/130006).
