Correct format for running alexa routine though a call service node

Hey guys,

Have a script, works

alias: Good Morning Bathroom
sequence:
  - service: media_player.play_media
    data:
      media_content_id: good morning
      media_content_type: routine
    target:
      entity_id: media_player.bathroom
icon: mdi:play
mode: single

Now trying to get a call service node to do the same and it wont do it. What have i got wrong here?

Thanks :slight_smile:

JSON is:

{ "media_content_id": "good morning","media_content_type": "routine"}

Getting this formatting error, but no idea why?

Call-service error. extra keys not allowed @ data['media_content_id']

So am I not getting an answer because im stupid… or its impossible.

Its always hard to tell with HA LOL

And the answer is… Stupid! HAHA

Its’ play_media under service, not media_play