Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 2.25 KB

File metadata and controls

55 lines (35 loc) · 2.25 KB

SendInboxMessageRequest

Properties

Name Type Description Notes
accountId String Social account ID
message String Message text [optional]
attachmentUrl 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]
attachmentType AttachmentTypeEnum Type of attachment. Defaults to file if not specified. [optional]
quickReplies List<SendInboxMessageRequestQuickRepliesInner> Quick reply buttons. Mutually exclusive with buttons. Max 13 items. [optional]
buttons List<SendInboxMessageRequestButtonsInner> Action buttons. Mutually exclusive with quickReplies. Max 3 items. [optional]
template SendInboxMessageRequestTemplate [optional]
replyMarkup SendInboxMessageRequestReplyMarkup [optional]
messagingType MessagingTypeEnum Facebook messaging type. Required when using messageTag. [optional]
messageTag MessageTagEnum Facebook message tag for messaging outside 24h window. Requires messagingType MESSAGE_TAG. Instagram only supports HUMAN_AGENT. [optional]
replyTo String Platform message ID to reply to (Telegram only). [optional]

Enum: AttachmentTypeEnum

Name Value
IMAGE "image"
VIDEO "video"
AUDIO "audio"
FILE "file"

Enum: MessagingTypeEnum

Name Value
RESPONSE "RESPONSE"
UPDATE "UPDATE"
MESSAGE_TAG "MESSAGE_TAG"

Enum: MessageTagEnum

Name Value
CONFIRMED_EVENT_UPDATE "CONFIRMED_EVENT_UPDATE"
POST_PURCHASE_UPDATE "POST_PURCHASE_UPDATE"
ACCOUNT_UPDATE "ACCOUNT_UPDATE"
HUMAN_AGENT "HUMAN_AGENT"