Send messages from ioBroker to your Signal messenger
npm install iobroker.signal-cmb!Logo



Tests: 
Note : The Free API is only for personal use!
You need to get the API key form the bot before using the API:
- Add the phone number of the CallMeBot into your Phone Contacts (Name it it as you wish). You can find the actual phone number here: https://www.callmebot.com/blog/free-api-signal-send-messages/
- Send this message I allow callmebot to send me messages (in english) to the new contact created (using Signal of course).
If you receive an GUID inside the "test-link", you can use this GUID instead of your phonenumber inside the adapter. You can also send
the message I allow callmebot to send me messages aigain. Normally you should see your phonenumber inside the link now and you can use your phonenumber inside the adapter.
- Wait until you receive the message API Activated for your phone number. Your APIKEY is 123123 from the bot. As this is still in beta testing, the activation can take up to 2 minutes.
- The Signal message from the bot will contain the API key needed to send messages using the API.
- You can now use the API KEY in the ioBroker configuration.
Example:
!Example
signal-cmb.0.sendMessage. Just write some text into this state and the message will be sent to default number, that was configured in settings dialog.
sendTo('signal-cmb.0', 'send', {
text: 'My message',
phone: '+491234567890' // optional, if empty the message will be sent to the default configured number
});
`` #### Use Emojies
To use an Emojie, you have to insert the code of the Emojie to your text, what you want to send.
The signal-cmb adapter URLencode this code and you see in your Signal Messenger on you phone the Emojie.
Copyright (c) 2022 derAlff
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.