| Name | Type | Description | Notes |
|---|---|---|---|
| accountId | String | Social account ID | |
| message | String | Message text | [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] |
| Name | Value |
|---|---|
| RESPONSE | "RESPONSE" |
| UPDATE | "UPDATE" |
| MESSAGE_TAG | "MESSAGE_TAG" |
| Name | Value |
|---|---|
| CONFIRMED_EVENT_UPDATE | "CONFIRMED_EVENT_UPDATE" |
| POST_PURCHASE_UPDATE | "POST_PURCHASE_UPDATE" |
| ACCOUNT_UPDATE | "ACCOUNT_UPDATE" |
| HUMAN_AGENT | "HUMAN_AGENT" |