Thank you, it works like a charm. I have another question, can Logic Machine get HTTP post?
Like the logicmachine IP is 192.168.1.10 and another device send this to logic machine
Can Logic machine receive it and get the data like "placeID" = "108"?
Like the logicmachine IP is 192.168.1.10 and another device send this to logic machine
Code:
[code]POST / HTTP/1.1
Host: {{BASE_URL}}
Authorization: Authorization
Content-Length: 283
{
"action_type": "update",
"data_type": "place",
"date": "2020-12-11 11:14:40",
"hash": "e4a296a0a9d3f958b4262d9680db4bee",
"id": "de73e412-7baf-4237-9b09-7470eddd4996",
"keycode": "",
"placeID": "108",
"placeName": "Team dev",
"time": 1607660080000
}
Can Logic machine receive it and get the data like "placeID" = "108"?