How to send a message via Siri
Generated on 7/30/2024
1 search

This post is brought to you by Tailscan,
the best devtool for Tailwind CSS.
To send a message via Siri, you can use the capabilities provided by Sirikit and app intents. Here are the steps and relevant information:
-
Using Sirikit: Sirikit allows developers to use intents provided by the system to empower actions people already ask Siri to do, such as sending a text message. This is the traditional way to integrate messaging capabilities with Siri.
-
Using App Intents: If your app does not overlap with an existing Sirikit domain, you can use app intents. App intents is a framework that lets you define a set of actions for Siri, shortcuts, and other system experiences. This framework is particularly useful for integrating custom actions that Siri can perform.
-
Apple Intelligence Enhancements: With the introduction of Apple Intelligence, Siri can now understand and act on more complex commands. For example, Siri can access text displayed in any app that uses standard text systems, allowing users to directly reference and act on text visible on screen.
For a detailed walkthrough on how to integrate your app with Siri, you can refer to the session Bring your app to Siri.
Relevant Sessions
- Bring your app to Siri
- Bring your app’s core features to users with App Intents
- Platforms State of the Union
These sessions provide comprehensive information on how to leverage Siri and app intents to send messages and perform other actions.

Bring your app’s core features to users with App Intents
Learn the principles of the App Intents framework, like intents, entities, and queries, and how you can harness them to expose your app’s most important functionality right where people need it most. Find out how to build deep integration between your app and the many system features built on top of App Intents, including Siri, controls and widgets, Apple Pencil, Shortcuts, the Action button, and more. Get tips on how to build your App Intents integrations efficiently to create the best experiences in every surface while still sharing code and core functionality.

18 things from WWDC24
Here’s your guide to the big announcements from this year’s Worldwide Developers Conference.

Platforms State of the Union
Discover the newest advancements on Apple platforms.

Bring your app to Siri
Learn how to use App Intents to expose your app’s functionality to Siri. Understand which intents are already available for your use, and how to create custom intents to integrate actions from your app into the system. We’ll also cover what metadata to provide, making your entities searchable via Spotlight, annotating onscreen references, and much more.