Hello everybody.
I am new to Zapier and would like to create the following workflow:
1) I want to regularly check if report is ready to send.
So: Trigger: New or updated row in MySQL.
Let's say trigger noticed the report number 100 is ready.
2) Then I am querying SQL
select * from x
where project_id= {{project_id. }} (variable).
3) Then I would like to save output of SQL query to S3.
4) Then I want to send an email with a link to S3.
Is it doable in Zapier?