Skip to main content

Recipes

Complete workflows you can copy and adapt.

RecipeWhat it does
AI Content GenerationUse ChatGPT to generate content and save to file
API Data to ExcelFetch data from REST API and save to Excel file
Complex Web Scraping with Error HandlingLoop through URLs, scrape each with TryCatch error handling, and conditionally save results
Database Query to Email ReportConnect to database, run a query, export to Excel, and email the report
Desktop Form AutomationLaunch a desktop application, fill form fields, read results, and close
Email Notification WorkflowRead data from Excel and send email notification
Error Handling API WorkflowCall an API with TryCatch error handling and email notification on failure
Excel Data ProcessingRead Excel, process data row by row, and save results
File Watch and ProcessWatch a directory for new files, extract data, and process each row
Automated Form FillingNavigate to a website and fill out a form
Hello, RinktOpens 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 ContentLog 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 CollectionLoop through paginated API responses and collect all results
Web ScrapingScrape data from a website and save to Excel file