I’m trying to call an action through REST API, but can’t find the way to translate some actions to service calls. If I want to send a notification to my mobile phone, from the developer tools I can call the action with the following YAML:
action: notify.mobile_app_phone_name
data:
message: Lorem ipsum
title: Lorem ipsum
Sorry! You were right: specifying entity_id works!
As all returned errors are 400: bad request could not differentiate the source of the error. I was calling the action google.add_event instead of google.create_event and that’s why it failed.