Can Sirikit be used to send a message via my own messaging app

Assuming I have a messaging app called "ExampleMessenger" with many users (e.g. Jack) who also have the app installed I would like to tell my iPhone, via Sirikit (or any other way) something like the following:

"Send ExampleMessenger a message telling Jack that I am back in the office"

Can Sirikit be used to send this message? If so, where is the message parsed into "Jack" and "I am back in the office"? In the Sirikit Intents code? Or in the app itself via a separate function?

Replies

You can use INSendMessageIntent or a custom Intent if you need to do add additional functionality. The message information should be parsed in your Intent Handler. You can handle your Intents In-app or in your extension. We cover all of these topics in the documentation.

Expand your SiriKit Media Intents to more platforms
Handling an Intent

If you need additional support while implementing your Intent please file a Technical Support Incident.