Speed up writing in any app with a simple keyboard shortcut. Apple Shortcuts sends your selected text to n8n, which fixes grammar, translates, or adjusts length, then returns clean text back to your device. Great for teams who write in many tools and want fast, consistent edits.
A webhook receives a POST from Apple Shortcuts with two fields called content and type. A Switch node reads the type and routes to one of five OpenAI prompts to translate to English, translate to Spanish, correct grammar only, make shorter, or make longer. Each OpenAI node outputs structured JSON with one field named output. A Respond to Webhook node sends that output back right away and can convert line breaks to HTML when needed.
You need an OpenAI API key and a Shortcut that posts to your n8n webhook URL. Expect a big time drop in small edits, from minutes to seconds. This is useful for support reps, sales teams, operations staff, and content editors who work in email, documents, chat, or tickets and want one quick way to improve text.