Class: Pinnacle::Types::SendFormResult
- Inherits:
-
Internal::Types::Model
- Object
- Internal::Types::Model
- Pinnacle::Types::SendFormResult
- Defined in:
- lib/pinnacle/types/send_form_result.rb
Overview
Successful ‘POST /forms/send` response.
-
When ‘to` was provided in the request, the message was dispatched: `submission.to` echoes that recipient and
‘message_id` is the id of the outbound SMS/RCS that carried the URL.
-
When ‘to` was omitted, no message was sent: both `submission.to` and `message_id` are `null` and only the
submission URL is returned.
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
Methods included from Internal::JSON::Serializable
Constructor Details
This class inherits a constructor from Pinnacle::Internal::Types::Model