Skip to main content

Siri AI agent: Apple Shortcuts powered voice template

Workflow preview

Workflow preview
100%
Siri AI agent: Apple Shortcuts powered voice template preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This template demonstrates how to trigger an AI Agent with Siri and Apple Shortcuts, showing a simple pattern for voice activated workflows in n8n. It's easy to customize—add app nodes before the A...

Best for

  • Personal Productivity automation workflows
  • AI Chatbot automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

@n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.stickynote, n8n-nodes-base.respondtowebhook, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.webhook

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Max Tkacz.

Original n8n.io source

1.1 Workflow description

Title
Siri AI agent: Apple Shortcuts powered voice template
Workflow name
Siri AI agent: Apple Shortcuts powered voice template

This template demonstrates how to trigger an AI Agent with Siri and Apple Shortcuts, showing a simple pattern for voice-activated workflows in n8n. It's easy to customize—add app nodes before the AI Agent step to pass additional context, or modify the Apple Shortcut to send inputs like text, geolocation, images, or files.

Set Up

Basic instructions in template itself.

Requirements

  • n8n account (cloud or self-hosted)
  • Apple Shortcuts app on iOS or macOS. Dictation ("Siri") must be activated. Download the Shortcuts template here.

Key Features:

  • Voice-Controlled AI: Trigger AI Agent via Siri for real-time voice replies.
  • Customizable Inputs: Modify Apple Shortcut to send text, images, geolocation, and more.
  • Flexible Outputs: Siri can return the AI’s response as text, files, or customize it to trigger CRUD actions in connected apps.
  • Context-Aware: Automatically feeds the current date and time to the AI Agent, with easy options to pass in more data.

How It Works:

  1. Activate Siri and speak your request.
  2. Siri sends the transcribed text to the n8n workflow via Apple Shortcuts.
  3. AI Agent processes the request and generates a response.
  4. Siri reads the response, or the workflow can return geolocation, files, or even perform CRUD actions in apps.

Inspiration: Custom Use Cases

Tweak this template and make it your own.

  • Capture Business Cards: Snap a photo of a business card and record a voice note. Have the AI Agent draft a follow-up email in Gmail, ready to send.
  • Voice-to-Task Automation: Speak a new to-do item, and the workflow will add it to a Notion task board.
  • Business English on the Fly: Convert casual speech into polished business language, and save the refined text directly to your pasteboard, ready to be pasted into any app. "It's late because of you" -> "There has been a delay, and I believe your input may have contributed to it."

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1

Block 2 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Respond to Apple Shortcut

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1.1

Block 4 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - AI Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.6

Block 7 - When called by Apple Shortcut

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2

3. Summary Table

Workflow Siri AI agent: Apple Shortcuts powered voice template
Complexity intermediate
Nodes 7
Categories Personal Productivity, AI Chatbot
Author Max Tkacz
Published 27 Sept 2024

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/2436/2436.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Siri AI agent: Apple Shortcuts powered voice template do?

This template demonstrates how to trigger an AI Agent with Siri and Apple Shortcuts, showing a simple pattern for voice activated workflows in n8n. It's easy to customize—add app nodes before the A...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Personal Productivity, AI Chatbot use case.