Whats the best approach to create a single iOS AppIntents
to be able to trigger a Capacitor
JavaScript function (to fetch a file) with iOS Shortcuts automation (like every midnight)?
It thought this can be done with capacitor-plugin-siri-shortcuts
, but that seems not the case (issue).
This ios-app-intents-with-ionic
tutorial goes into the right direction (link), but I want to trigger a JS function inside Capacitor, not a dialog in a chat.
Has this been done before? Is there a tutorial available?