Hey, me again. I have found out how to use webhooks as triggers and there is something to save a "body" in a variable... What is that and can I change that?Webhook is a link that when entered will work as a trigger to fire your macro.
Note that there are multiple apps that can 'enter the link' using http request action (its macrodroid also).
I am for exemple using webhooks to communicate between my devices: my 2 phones and pc.
I can remotely trigger macros on my second phone (or main one) or unlock my main phone using my pc etc.
Trigger: Webhook (URL) - MacroDroid Wiki
macrodroidforum.com
Oh and about discord, I am not sure what what they do exactly but you probably could use send http request action to 'control' your discord using macrodroid - sending messages etc.
Body is like additional input. It mostly happen when you use your Webhook using method POST.Hey, me again. I have found out how to use webhooks as triggers and there is something to save a "body" in a variable... What is that and can I change that?
Can I use that somehow to send infos to the other device that reacts?Body is like additional input. It mostly happen when you use your Webhook using method POST.
Yea, use HTTP (POST) to ur link then add something to content body.Can I use that somehow to send infos to the other device that reacts?
I trigger the macro on my phone with just opening the urls on my laptop. That doesn't work then, does it? Like maybe a form there? It shows "ok", so you could add simple text there. Can't I add a input field there somehow? If not, imma see if there is something similar to MD on desktop.Yea, use HTTP (POST) to ur link then add something to content body.
When it shows ok that means the trigger worksI trigger the macro on my phone with just opening the urls on my laptop. That doesn't work then, does it? Like maybe a form there? It shows "ok", so you could add simple text there. Can't I add a input field there somehow? If not, imma see if there is something similar to MD on desktop.