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

# custom post

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 request.

- flow `flow`

- connection required `floridayconnection`

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

- query `object`

- body `object`

- flow `flow`

- connection `floridayconnection`

- success `condition`

- response `object`

- error code `number`

- error `v13.0.6` `object`

A typical wiring for [custom post](https://docs.rual.nl/block-types/floriday/floridayconnection_custom_post): 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 block: typical wiring for custom post.](https://docs.rual.nl/canvas-examples/floridayconnection_custom_post.png)

### Version history

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