Receiving Messages
When your webhook receives inbound messages from Pinnacle, the raw request body lacks type information. The process
method will validate incoming events by checking the signing secret and transforms the request into a fully typed MessageEvent
objects.
Parameters
TypeScript
Python
Ruby
Returns
Returns a fully typed MessageEvent
object containing the inbound message data.