Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.65 KB

File metadata and controls

19 lines (16 loc) · 1.65 KB

# SendInboxMessageRequest

Properties

Name Type Description Notes
account_id string Social account ID
message string Message text [optional]
attachment_url string URL of the attachment to send (image, video, audio, or file). The URL must be publicly accessible. For binary file uploads, use multipart/form-data instead. [optional]
attachment_type string Type of attachment. Defaults to file if not specified. [optional]
quick_replies \Late\Model\SendInboxMessageRequestQuickRepliesInner[] Quick reply buttons. Mutually exclusive with buttons. Max 13 items. [optional]
buttons \Late\Model\SendInboxMessageRequestButtonsInner[] Action buttons. Mutually exclusive with quickReplies. Max 3 items. [optional]
template \Late\Model\SendInboxMessageRequestTemplate [optional]
reply_markup \Late\Model\SendInboxMessageRequestReplyMarkup [optional]
messaging_type string Facebook messaging type. Required when using messageTag. [optional]
message_tag string Facebook message tag for messaging outside 24h window. Requires messagingType MESSAGE_TAG. Instagram only supports HUMAN_AGENT. [optional]
reply_to string Platform message ID to reply to (Telegram only). [optional]

[Back to Model list] [Back to API list] [Back to README]