Class: Pinnacle::Types::FormSubmissionEventConversation

Inherits:
Internal::Types::Model show all
Defined in:
lib/pinnacle/types/form_submission_event_conversation.rb

Overview

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/send` without a `to` (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.

Method Summary

Methods inherited from Internal::Types::Model

#==, ===, add_extra_field_definition, coerce, extra_fields, field, fields, #initialize, #inspect, literal, load, #to_h

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load

Constructor Details

This class inherits a constructor from Pinnacle::Internal::Types::Model