@JB_Marchetti wrote:
Hello all !
like others I couldn’t launch a script from ifttt via webhook…
it’s starting to drive me crazy…would I have missed a step ?
I have another ifttt/webhook call that works, I don’t understand why the script.turn_on service is not running.
my script works when I run it manually.
I tried too with an automation >> works in manual triggering, programmed, but not via ifttt callifttt:
url : https://xxx.duckdns.org/api/webhook/myapikeywebhookwichisokpost / json
body : {“action”: “call_service”, “service”: “script.turn_on”, “entity_id”: “script.myscript”}
automation:
- id: '00' alias: IFTTT Trigger hide_entity: false initial_state: 'true' trigger: platform: event event_type: ifttt_webhook_received event_data: action: call_service action: service_template: '{{ trigger.event.data.service }}' data_template: name: '{{ trigger.event.data.name }}'
help !!!
Posts: 6
Participants: 3