Home Assistant
Send SMS
To send a SMS with Home Assistant, follow these steps to add configuration: https://home-assistant.io/components/notify.clicksend/
Once you've added the configuration, you can trigger it by calling service 'ClickSend' with service data:
{"message": "This is an example SMS message!"}
Send Voice Text to Speech Calls
To send a Text to Speech voice call with Home Assistant, follow these steps to add configuration: https://www.home-assistant.io/integrations/clicksend_tts/
Once you've added the configuration, you can trigger it by calling service 'ClickSend TTS' with service data:
{"message": "This is an example voice call!"}