How to send email using Load Users into context Action
create a cron job
optionally add a trigger
add Load Users from SQL action
use SELECT * from Users
add Send Email action
check “Send mail to all users” option
run the cron
How to use external databases on Run SQL Query
create a cron job
optionally set a trigger
add Run SQL Query action
set on “Other Connection String” field the connection string details from the web.config file of the site you want to use. What you are looking for is this:
Data Source=(local);Initial Catalog=test;User ID=myuser;Password=mypassword!
How to schedule tasks for tables created in different database schema
create a schema
create a new database table > change the schema to the previously created schema
create a cron job
add some Database triggers
select on Table Name the table previously created on the new schema