#Is there a way to send an outgoing

1 messages · Page 1 of 1 (latest)

wicked helm
elder swallow
#

Many thanks!!!!

sick inlet
# wicked helm <https://www.home-assistant.io/integrations#search/restf>

@wicked helm I have a similar question as @elder swallow on sending a webhook(s). I am a novice at HA and its inner workings - but learning by doing. My current effort is to migrate a webhook implementation from IFTTT to HA. I want to send an outgoing webhook from my HA to an external server. I have read-up on the RESTful commands. Is this structure correct:

In my YAML.CONFIG:
rest_command:
mbedroom_shades_up:
url: “https://server:9443/set/xxxxxxxxxxxxx/open/12”
method: get
content_type: “text/plain”
mbedroom_shades_down:
url: “https://server:9443/set/xxxxxxxxxxxxx/favorite/12”
method: get
content_type: “text/plain”

Question: in the above: https…I do not have “https” implemented on my HA system. But this “https” is on the receiving system…so not an issue?
If the above is true, then my automation would be something like:
At 5pm, close the mbedroom blinds
Thanks in advance for any and all help.

wicked helm
#

Not an issue

sick inlet
#

HTTPS is not an issue?

wicked helm
#

Why would it be one?

sick inlet
#

sorry, a bit confusing. ok HTTPS is not an issue - great. Is the yaml.config code correct for sending the webhook?

clear driftBOT
#

To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.

wicked helm
#

If it matches the docs, then yes, but that's really a question for the #integrations-archived channel - I don't use any