Bakery Postgres

HI,

is it possible to write to the UI Bakery Postgres tables from outside UI Bakery SW?

TIA

Hi @Karlek,

If you have the on-prem version, there are 2 ways, but for the cloud version, there is only 1.
The one way available to both versions and also the intended way, is creating a webhook in the “Automations” view.

It provides you with a link, which can be called as a POST request with data in the body. You can use any operation (see image) in the action to check and manipulate the data before querying the Postgres tables. You can read more about automations in the docs.
I recommend this way, as it’s integrated into UI Bakery and does not need a lot of setup to start working.

The other way, for on-prem versions only, would be to directly query Postgres on the server. The setup would be similar to what I’ve explained in this post: How to get app version (on-prem only!), using a different Docker image.

Let me know if you need help with something :slight_smile:

1 Like

I understand, thank you.

Regards,

1 Like