A collection of custom Pipedream actions
- Foreach - Runs a specified workflow for each record in array of records
- Send Email (Optional Attachment) - Send an email, with or without an attachment
- SQL Query CSV - Use a SQL query to get data from CSV data
- SQL Query Data - Use a SQL query on any data (such as from already-parsed CSV files)
- Graceful HTTP Request - Make a HTTP Request retrying on failure and return errors
- Download SFTP Files - Downloads all files from a directory on an SFTP host
- Rename SFTP File - Moves a file by its path to a new destination on an SFTP host
- Create CSV Base64 - Create a base64-encoded CSV file from data array input
- Retrigger Workflow - Start a recursive call to the same workflow
- Update Metric in Google Sheet - Add/Update row to increment count of records processed (by file, run ID, and type)