Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exchange variables with Macrodroid #117

Open
xeiss opened this issue Jan 17, 2019 · 3 comments
Open

Exchange variables with Macrodroid #117

xeiss opened this issue Jan 17, 2019 · 3 comments

Comments

@xeiss
Copy link

xeiss commented Jan 17, 2019

This app is a perfect extension for Tasker and Macrodroid, because they are very limited in HTTP Get capabilities. (Nice work btw)

As already mentioned in #82 it is necessary to can exchanges variables to or from the automation app because there you have many possibilities to fill the requests with a whole bunch of data.

I have the version 1.23.0 and tested the feature with Tasker and the variable push to HTTP Request Shortcuts works fine. But I mainly use Macrodroid, which also can run Tasker-Plugins, but with Macrodroid I cannot push the variable to HTTP Request Shortcuts.

@oddboy
Copy link

oddboy commented Feb 22, 2019

+1 for this feature request.

one way to get more value might be to just implent a "send intent" action. most automation apps (tasker etc) can receive intents, so then you don't worry about a tasker implementation and a macdroid implementation and a .... even a 'write to file"would be helpful....

nice little app you've got here. thank you!

@Waboodoo
Copy link
Owner

As a current workaround, you can make use of the sendIntent function (see https://http-shortcuts.rmy.ch/scripting#send-intent) to send data from HTTP Shortcuts to Macrodroid, and you can pass values from Macrodroid to HTTP Shortcuts by triggering a shortcut via deep-linking, by invoking a URL of the form "http-shortcuts://deep-link/" and appending the variables you want to pass in as query parameters.

@xeiss
Copy link
Author

xeiss commented Feb 14, 2021

Thanks, but in the meantime, I use another app (from the product itself).
But I let this open because I think this would be useful for other users.

@Waboodoo Waboodoo changed the title Feature Request: Exchange variables with Macrodroid Exchange variables with Macrodroid Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants