Form Events
Headers
Payload
Top-level sender identifier — same value as submission.from. Exposed at the event root so you can route on it without digging into the submission object.
Conversation between the sender and the recipient the form was delivered to. Only populated when the form was dispatched via POST /forms/send with a to recipient — that’s the only call that opens a conversation tied to a form submission.
Null in every other case, including:
POST /forms/sendwithout ato(URL-only mints — no message is sent, so no conversation exists).- Submissions to a form whose URL was shared by any other means (e.g. an RCS card built with
POST /send, a chat message, a marketing email, or a link on your site). The recipient isn’t tied to a Pinnacle conversation in those flows.

