PostgreSQL

PostgreSQL

Connect and interact with your PostgreSQL database.

Triggers & Actions

Use PostgreSQL as a trigger to kick off a workflow, or use it as an action to do something automatically in your workflow.

Triggers

No triggers available

Actions

  • Execute SQL Query

    Execute any SQL query on your PostgreSQL database (SELECT, INSERT, UPDATE, DELETE, CREATE, etc.)

  • Select Data

    Select data from a PostgreSQL table with optional conditions

  • Insert Data

    Insert new data into a PostgreSQL table

  • Update Data

    Update existing data in a PostgreSQL table

  • Delete Data

    Delete data from a PostgreSQL table

  • Insert or Update Data

    Insert data if it doesn't exist, or update if it does (using ON CONFLICT)