Page 1 of 1

Reply to Discord message.

Posted: 21 Aug 2020 12:16
by Taku22
I am looking to set up a flow to automatically hit a button on a notification, paste some text, and click send. However, when the flow runs the notification shade just pops down, the notification goes away, and none of the text ever gets sent. What am I doing wrong?

Re: Reply to Discord message.

Posted: 22 Aug 2020 08:30
by Micky Micky
Hello

http://automagic4android.com/flow.php?i ... e67044c436

This flow creates a notification with a button.
If the button is clicked the phone vibrates.

Part 2 to follow.

Re: Reply to Discord message.

Posted: 22 Aug 2020 08:33
by Micky Micky
Part 2.

http://automagic4android.com/flow.php?i ... 456508501f

This flow is triggered by the notification and clicks the button called "blahblah".

Hope this helps

Micky

Re: Reply to Discord message.

Posted: 22 Aug 2020 08:36
by Micky Micky
I don't use Discord so I don't know where you're trying to paste the text. If it's in the notification then I think that's not possible.

The action CONTROL UI doesn't see the pull-down notification panel.

Re: Reply to Discord message.

Posted: 22 Aug 2020 10:57
by Hit

I have not try to do anything yet. I just come to say that there is a Function:
notifications()
//Expands the statusbar.

Re: Reply to Discord message.

Posted: 22 Aug 2020 11:14
by Micky Micky
Hello

I forget that CONTROL UI has extra functions.

notifications (); is nice to know. I don't know if it will help with issue.

takeScreenshot (); is helpful as I can never remember the key combination. Swiping is unreliable with sweaty hands. 😃

Many thanks

Micky