Trying to retrieve values from webhook using Nylas API and Laravel
Hi, I'm using Nylas for mail syncing and have a webhook setup in Nylas and receiving it in my Laravel application.
From Nylas docs:
"The body of the POST request is encoded as a UTF-8 JSON object with the following attributes:
Attribute Type Description
deltas array An array consisting of a single delta object."
So it seems to be a json object that contains an array??