Connect and interact with your PostgreSQL database.
Use PostgreSQL as a trigger to kick off a workflow, or use it as an action to do something automatically in your workflow.
No triggers available
Execute any SQL query on your PostgreSQL database (SELECT, INSERT, UPDATE, DELETE, CREATE, etc.)
Select data from a PostgreSQL table with optional conditions
Insert new data into a PostgreSQL table
Update existing data in a PostgreSQL table
Delete data from a PostgreSQL table
Insert data if it doesn't exist, or update if it does (using ON CONFLICT)