Send Slack messages when a new row is added to a PostgreSQL table.
This automation will send a Slack message automatically whenever a new row is added to a PostgreSQL table, including details from the added row in the message.
Connect your PostgreSQL database to Lido, no code required. This automation is triggered when a new row is added to a specified PostgreSQL table.
Choose which Slack channel to send the message to based on a value in the spreadsheet.
IF(B2 = “enterprise”,SENDSLACK(”enterprise-clients”,”New signups…”)
Send a message to a Slack channel with any data from PostgreSQL.