Send Slack messages when a new row is added to a MySQL table.
This automation will send a Slack message automatically whenever a new row is added to a MySQL table, including details from the added row in the message.
Connect your MySQL database to Lido, no code required. This automation is triggered when a new row is added to a specified MySQL 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 MySQL.