Is there an in depth explanation of web hook payloads? All I can gleam from the documentation is that an event is triggered, and a post request is made to a given url. I’m wondering is it all the data that is created/updated? Is it a complete JSON object of all the fields? Is it just an ID and type identifier?
Hey @tsiege
As far as I know, everything but site changed sends the latest version of the changed object.
I’d suggest using something like https://webhook.site/ to view the payload :)
I just use nc -l
or similar to capture the object and drive it through jq or whatever. For create/update it definitely seems like the entire object including tougher to get to fields like MobileDoc.