thiagoretondar
11/13/2019, 11:33 PM{
"object":"page",
"entry":[
{
"id":"<PAGE_ID>",
"time":1458692752478,
"messaging":[
{
"sender":{ "id":"<PSID>" },
"recipient":{ "id":"<PAGE_ID>" },
... // <-- this
}
]
}
]
}
where ...
can be different events like message
, reaction
, postback
and others. My doubt is at this part. How do you guys map those kind of JSON? The content of each property isn’t that much important for me since once it’s mapped I can send to the correct microservice the original JSON.fred.deschenes
11/14/2019, 2:23 PMRob Murdock
11/14/2019, 2:27 PMfred.deschenes
11/14/2019, 3:11 PMthiagoretondar
11/14/2019, 4:18 PM