Valentine’s is coming up. A co-worker mentioned we are still supposed to ask our SO’s to be ours. I guess, as a dude, I didn’t really think of it. So, in the best way I could come up with my ask, I created this:
alias: Valentines Day Proposal
description: ""
triggers: []
actions:
- data:
title: "Will You Be My Valentine? 💖💌"
message: "Choose wisely! ❤️✨"
data:
actions:
- action: "YES"
title: "Yes! 💕😍"
- action: "NO"
title: "No 🙄💔"
action: notify.mobile_app_samsung
- wait_for_trigger:
- event_type: mobile_app_notification_action
event_data:
action: "YES"
trigger: event
- event_type: mobile_app_notification_action
event_data:
action: "NO"
trigger: event
timeout: "00:15:00"
continue_on_timeout: false
- choose:
- conditions:
- condition: template
value_template: "{{ wait.trigger.event.data.action == 'YES' }}"
sequence:
- data:
title: "SUCCESSFUL Valentine Interaction initiated! ❤️🎉"
message: "🎶 TAP ME for a love song! 🎵💃👇"
data:
clickAction: "https://www.youtube.com/watch?v=f4dzzv81X9w"
action: notify.mobile_app_samsung
- conditions:
- condition: template
value_template: "{{ wait.trigger.event.data.action == 'NO' }}"
sequence:
- data:
message: "Why U gotta be messin' wit my heart, shawty? 😘💋💞"
action: notify.mobile_app_samsung
I hope this helps ya’ll obtain all the lovin’ you desire.