This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.

⚠️ We've moved!

Hi there!

To reduce project dependency on 3rd party paid services the StackStorm TSC has decided to move the Q/A from this forum to Github Discussions. This will make user experience better integrated with the native Github flow, as well as the questions closer to the community where they can provide answers.

Use đź”— Github Discussions to ask your questions.

How to access and use database in a mistral workflow?

I have a postgres database. I want to query a particular table in the database and send texts to the contact of each selected people(row) from mistral workflow. I am new to mistral workflows, help!

We will be deprecating Mistral soon. You should use orquesta workflow instead.

As for your specific use case, you can search the StackStorm Exchange to see if there’s already a PostgreSQL pack. If there isn’t, you can write your own PostgreSQL pack with read and write actions that you can reference from the orquesta workflow.

If you need additional help, we have professional services option available.

Good luck.

There’s isn’t a pack that is specific to PostgreSQL (there is one for MySQL), but there is a generic SQL pack that can connect to PostgreSQL databases and has actions for insert, bulk insert, update, and delete, as well as a generic query action if you need to do anything more specific.

1 Like