n8n

How to Connect Apple Shortcuts Voice Responses?

Speak a question on your phone and get a clear answer in seconds. This setup links Apple Shortcuts to an AI assistant in n8n. It helps busy teams get quick answers while moving between tasks.

The shortcut sends your spoken text to a secure webhook in n8n. The flow passes that text to an AI Agent that uses the OpenAI Chat Model. The agent is tuned for short, voice friendly replies. A Respond node sends the final text back right away, so your device can read it out or show it on screen.

You need an OpenAI API key and an Apple device with Shortcuts. Copy the production URL from the webhook node into the shortcut, then activate the workflow. Expect faster answers to routine questions, less context switching, and quicker decisions. Common uses include policy checks, meeting prep prompts, simple explanations, and quick follow ups after calls.

What are the key features?

  • Webhook trigger receives POST requests from Apple Shortcuts with the user’s text input.
  • AI Agent processes the prompt with a conversational setup for short, voice friendly replies.
  • OpenAI Chat Model node uses gpt 4o mini for fast, low cost responses.
  • Respond node returns plain text immediately for instant playback in the shortcut.
  • Template mapping sends the field body.input to the AI for clean handoff.
  • Production URL makes mobile calls reliable and easy to share with your team.
  • Design allows adding extra context nodes later without changing the shortcut.

What are the benefits?

  • Reduce manual lookup time from 5 minutes to under 30 seconds
  • Automate up to 80 percent of quick info requests with voice
  • Cut context switching by sending answers straight to the phone
  • Support many team members using one secure webhook URL
  • Connect Apple Shortcuts and OpenAI without building an app

How do you set it up?

  1. Import the template into n8n: Create a new workflow in n8n > Click the three dots menu > Select 'Import from File' > Choose the downloaded JSON file.
  2. You will need accounts with OpenAI and Apple Shortcuts. See the Tools Required section above for links to create accounts with these services.
  3. Open the OpenAI Chat Model node in n8n. In the credential dropdown, click Create new credential and follow the on screen steps to add your OpenAI API key.
  4. In your OpenAI account, create an API key on the API keys page. Copy the key and paste it into the n8n credential form. Name the credential clearly, for example OpenAI Prod.
  5. Confirm the model in the OpenAI node is set to gpt 4o mini, or choose another supported model if you prefer.
  6. Open the When called by Apple Shortcut node. Confirm the method is POST and note the path. Copy the Production URL shown in the node.
  7. On your Apple device, open the Shortcuts app. Add or import a shortcut that calls Get Contents of URL with method POST and Content Type JSON.
  8. Paste the Production URL into the shortcut’s URL field. Add a JSON body with a key named input and map it to your dictated or typed text.
  9. Activate the n8n workflow. Run the shortcut and speak a question. You should receive a text answer right away.
  10. If the shortcut times out, ensure the webhook node response mode is set to response node and that the Respond node returns the field {{$json.output}} as text.
  11. If you get a 404 error, check the webhook path. If you get a 401 error, verify the OpenAI credential and model selection in n8n.
  12. Review recent runs in n8n Executions to debug payloads and responses. Adjust the AI Agent system message if you want shorter or more detailed answers.

Tools Required

$24 / mo or $20 / mo billed annually to use n8n in the cloud. However, the local or self-hosted n8n Community Edition is free.

Apple Shortcuts

Sign up

Free: $0 (Shortcuts app; no API pricing—use Get Contents of URL to call webhooks)

OpenAI

Sign up

Pay-as-you-go: GPT-5 at $1.25 per 1M input tokens and $10 per 1M output tokens

Credits:
Made by Max Tkacz. Setup video: YouTube video

Similar Templates

Join Futurise to access 1,200+ automation templates

Get instant access to ready-made automation workflows for n8n, Make.com, AI agents, and more. Download, customise, and deploy in minutes.