LLM Prompts

Automate Task Orchestration with n8n Workflow Designer

Generates detailed n8n workflow designs for task automation.

The method

Use this prompt within a chatbot or workflow engine that supports prompt integration. Ideal for scenarios where you need to generate instructions for automating repetitive tasks. Simply provide details about the desired automation goal.

The prompts

Prompt 1
I want to automatically send a daily summary of new leads from a Google Sheet to a Slack channel. Design an n8n workflow that connects to the Google Sheet (specify credentials placeholders), filters for leads added today, formats a message with lead details (name, email, company), and sends it to a designated Slack channel. Include error handling to log any failed connections or data retrieval attempts to a separate text file hosted on Google Drive.
Prompt 2
Create an n8n workflow that monitors a specific Twitter hashtag for new tweets. When a new tweet matching the hashtag is found, it should be saved to a PostgreSQL database. The workflow should authenticate with the Twitter API (specify credentials placeholders), check for duplicate tweets based on the tweet ID before saving, and handle rate limiting by pausing for a specified duration if the API limit is reached. Include database connection details placeholder as well.