Receiving Messages Statuses and Replies
Processing Webhook Messages
Pinnacle SDKs provide a process()
method to securely handle incoming webhook requests:
- Verifies webhook signatures by comparing your signing secret with the
PINNACLE-SIGNING-SECRET
in the headers. - Parses and validates the request payload.
- Returns fully typed
MessageEvent
objects.