Turn any selected text into clean, clear copy with one keyboard shortcut. Apple Shortcuts sends your text to n8n, and the system fixes grammar, translates, or adjusts length, then sends the result back to replace the original. It suits teams that write emails, tickets, or posts all day.
A webhook receives a POST from Apple Shortcuts with two fields content and type. A Switch node reads the type and routes to one of five OpenAI nodes for translate to English, translate to Spanish, correct grammar, make shorter, or make longer. Each OpenAI node uses a short system prompt and returns JSON with a single field named output. A response node sends that field back to Shortcuts and can convert new lines to br tags for apps that need rich text. Models use GPT 4O Mini for fast replies.
You need an OpenAI API key and an Apple device with Shortcuts. Import the template, set the webhook URL in the Shortcut, allow running scripts, and assign a keyboard shortcut. Expect edits to drop from minutes to seconds with consistent tone across messages for support, marketing, and operations. Common uses include quick grammar checks before sending, fast translation for customers, and small length tweaks for social posts.