Page 1 of 1

Sending Message via SignalApp

Posted: 14 Aug 2018 09:58
by darkness_08
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

Re: Sending Message via SignalApp

Posted: 14 Aug 2018 18:14
by Desmanto
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");