Recipes
Complete workflows you can copy and adapt.
| Recipe | What it does |
|---|---|
| AI Content Generation | Use ChatGPT to generate content and save to file |
| API Data to Excel | Fetch data from REST API and save to Excel file |
| Complex Web Scraping with Error Handling | Loop through URLs, scrape each with TryCatch error handling, and conditionally save results |
| Database Query to Email Report | Connect to database, run a query, export to Excel, and email the report |
| Desktop Form Automation | Launch a desktop application, fill form fields, read results, and close |
| Email Notification Workflow | Read data from Excel and send email notification |
| Error Handling API Workflow | Call an API with TryCatch error handling and email notification on failure |
| Excel Data Processing | Read Excel, process data row by row, and save results |
| File Watch and Process | Watch a directory for new files, extract data, and process each row |
| Automated Form Filling | Navigate to a website and fill out a form |
| Hello, Rinkt | Opens a public page and reads its heading. Runs in the cloud — nothing to install. |
| Hello, Rinkt (broken) | The same flow with a selector that matches nothing, so you can see what a failure looks like and fix it. |
| Login and Scrape Protected Content | Log into a website and scrape content behind authentication |
| Office 365 Email Receiver (Webhook) | Triggered by Microsoft Graph subscription notifications. Iterates the webhookBody.value[] envelope and fetches |
| Paginated API Collection | Loop through paginated API responses and collect all results |
| Web Scraping | Scrape data from a website and save to Excel file |