-
Hi, I really love the app and have been using it for a few years now. It is my main app for tracking repeating habits and giving myself rewards. I do however want to create some integration with Obsidian, where completing a task in LifeUp would trigger an action in Obsidian. If I can trigger a MacroDroid URL on completion i.e. https://trigger.macrodroid.com/xxxx-xxxx/LifeUp?id=42, I can then then trigger an action in Obsidian via the advanced-uri plugin. What I would like to know is, is it possible to trigger a URL on task completion? If not are there any other workarounds that I could try? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello, thanks for using LifeUp and trying to integrate it with other apps! In-app solutions: API solution: The approximate implementation is:
For more information, please see: https://docs.lifeupapp.fun/en/index.html#/guide/api?id=broadcast-event-notification |
Beta Was this translation helpful? Give feedback.
Hello, thanks for using LifeUp and trying to integrate it with other apps!
In-app solutions:
Maybe you can only achieve it indirectly by completing the task->reward items->using the item to open the URL.
API solution:
LifeUp provides broadcast events for completing tasks. You can use other automation tools such as Tasker, Macrodroid, or your own Android program to receive this event and complete subsequent integration.
The approximate implementation is:
Broadcast events
.For more information, please see: https://docs.lifeupapp.fun/en/inde…