Voice Survey via ElevenLabs
Conduct surveys using questions from a Google Sheet, asking each one in sequence and recording responses. Accepts the current question number, conversation ID, and last answer as input, then returns the next question’s text, number, and whether more questions remain.
File to Markdown
Convert a file such as PDF, DOCX, or CSV into Markdown format. Accepts an uploaded file, detects its type, processes it with OCR if needed, and returns structured Markdown content along with a download link for the generated Markdown file.
AI Web Scraper (Anthropic)
Extract structured data from any website by specifying the fields you want. Enter a website URL and a comma-separated list of field names; the tool scrapes the page and returns the extracted information as a structured array of objects.
Scrape or Crawl Website
Extracts content from a website by scraping a single page or crawling multiple pages. Accepts a website URL and a flag to scrape all pages or just one. Returns the scraped content as structured data. Uses Puppeteer via a remote API to fetch and process the specified site, then outputs the results.
Chat with Google Sheets
Create an AI Assistant that can chat with your data on Google Sheets. This template is connected to a Furniture store's inventory data on Google Sheets and users can chat with the data to get meaningful recommendation for products.
YouTube Creators Finder
Struggling to find YouTube creators in your niche? This AI-powered BuildShip workflow scans YouTube, identifies creators, and delivers insightful reports—fast. Discover, analyze, and connect in seconds!
Audio Transcribe & Translate Template
Given a speech audio file, this template transcribes it and then translates it into a target language. This includes creating an output audio file in the target language using Google Translate and Open AI, Whisper model text-to-speech.
Generate Branded Event Poster
Generate a branded event poster image from event details, style or branding references, and an optional logo image. Accepts event title, date, description, visual style, and a reference image file or URL; returns a direct link to the finished poster image.
Perplexity AI Deep Research
Performs deep research to answer complex queries using Perplexity AI. Accepts a text prompt and optional session ID as input, sends the prompt to Perplexity's Sonar Deep Research model, and returns a detailed text-based response. The process uses Perplexity's LLM API for fast, research-driven answers.
Perplexity AI Web Search
Provides instant answers to user questions using Perplexity AI. Accepts a text prompt and session ID as input, sends the prompt to Perplexity's LLM (sonar-pro model), and returns a concise, text-based response. The workflow triggers via an API endpoint and outputs the answer directly.
Meditate GPT
Generate a fully AI-driven meditation session, complete with a relaxing background and calming voiceovers to help you achieve a state of deep relaxation and mindfulness.
Firestore CRUD Operations
Simple template to showcase how you can create workflows for Read, Write/Update, and Delete operations on your Firebase Firestore database collection