Curl commands

Jat

New member
Hi,
I would like to schedule tasks from curl commands. Can you create actions for curl commands to be executed in this app? If not, I am using https requests app, how can I call specific task from that app to achieve this?

Thanks
Regards.
 

MacroDroidDev

Administrator
Staff member
Are you able to use the Http Request action in MacroDroid to do this? Alternatively, perhaps the shell script action will do what you want.
 

Jat

New member
Hi, I saw http request is on macdroid but can't figure out how to use it. I already have curl commands created in http request but don't see them under http request on macdroid. I assume it would allow me to select existing scripts.
 

FrameXX

Well-known member
Hi, I saw http request is on macdroid but can't figure out how to use it. I already have curl commands created in http request but don't see them under http request on macdroid. I assume it would allow me to select existing scripts.

If your device supports curl from shell you can use the shell script action in MacroDroid. If it doesn't work you will need to recreate curl command with http request action.
 
Top