Sending Message via SignalApp

Post your questions and help other users.

Moderator: Martin

Post Reply
darkness_08
Posts: 5
Joined: 14 Aug 2018 09:35

Sending Message via SignalApp

Post by darkness_08 » 14 Aug 2018 09:58

Hey,

can I create an action to send a message via SignalApp.
I've found only send SMS. Because Signal is OpenSource I thought it might be possible.

Thanks

User avatar
Desmanto
Posts: 2709
Joined: 21 Jul 2017 17:50

Re: Sending Message via SignalApp

Post by Desmanto » 14 Aug 2018 18:14

Taken from the site : http://www.jigawattlabs.com/tasker-inst ... for-signal
Use action : Send Broadcast
Action : com.jigawattlabs.signal.SEND_MESSAGE
Explicit Component : check
Package Name : choose signal app
Class Name : Leave default or pick the available broadcast receiver
Extras

Code: Select all

putString("MESSAGE", "your message here");
putString("FROM", "recipient name here");
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.

Post Reply