[APP][Pro] Life360

  • Well you add the Notification posted block.
  • Set proceed to “when transition” and package to life360.
  • Then at Output variables I just used title for Title and message for Message.
  • Then that block connects to an Expression true block. Where I say :
    =contains(title, “NAMEOFPERSON”, “iu”). If it is not true, it then connect to the next Expression true block that checks for the next name. In my example there are three names ( so three Expression true blocks ). when the expression is true, I start a subroutine, but you don’t have to. You can just connect a HTTP request block with request method GET en request content type is Text. The Request Url is your webhook. Where I use the eventname as the name for the person and the tag is the message in the notification.

Does that help?

For some reason I am not allowed to upload images :frowning_face:

1 Like