Signald: Difference between revisions

imported>Onny
Add configuration section
imported>Onny
add section on group handling
Line 54: Line 54:
</syntaxhighlight>
</syntaxhighlight>


Send message to a group
Send message to a group using the account <code>+12025555555</code>. You'll find the group id by generating a group link of an existing group in the settings section, for example on your mobile phone with the Signal app.


<syntaxhighlight lang="console">
<syntaxhighlight lang="console">
# signaldctl message send -a +12025555555 EdSqI90cS0UomDpgUXOlCoObWvQOXlH5G3Z2d3f4ayE= "hello, everyone"
# signaldctl message send -a +12025555555 EdSqI90cS0UomDpgUXOlCoObWvQOXlH5G3Z2d3f4ayE= "hello, everyone"
</syntaxhighlight>
</syntaxhighlight>
=== Group handling ===
Join a chat group with the account <code>+12025555555</code>
signaldctl group join -a +12025555555 EdSqI90cS0UomDpgUXOlCoObWvQOXlH5G3Z2d3f4ayE=


[[Category:Messaging]]
[[Category:Messaging]]