Message...
SQL Server

SQL Server Integrations

Integrate SQL Server with other apps and automate your workflow

SQL Server (or MS SQL) is a top of the line database geared for the cloud.
Thank you!
Thank You!
Triggers (2)
Any new or updated row
Triggered when a row is added or updated in the specified table. NOTE: the table must have a column that contains a last modified timestamp that is updated whenever a row's data is modified.
Any new row
Triggered when a new row is added to the specified table.
Actions (4)
Add new row
Adds a new row to the selected table.
Execute INSERT, UPDATE, or DELETE SQL statement
Executes an INSERT, UPDATE, or DELETE statement. NOTE: Do not attempt to do a SELECT statement, nothing will be returned.
Fetch single value from SQL select statement
Executes a SQL select statement that fetches a single value. The fetched value is emitted by the action and can be used by subsequent actions.
Find row
Finds a row in the specified table by searching for a matching input value in a specified column in a specified table. If multiple rows contain the value, only the first matching row is returned. If no rows match, an error occurs.
SQL Server Templates
Templates are pre-built integrations you can install in seconds
Articles