Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/interactions/structured-messages/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Otherwise, it will be converted to a Generic Template in Facebook Messenger.
| **`structured_content.items.title`** | Truncated to 20 characters. |
| **`structured_content.items.payload`** | Limited to 1000 characters. Automatically gets populated as a random hex if blank. |

## Example: Engage Messaging
## Example: RingCX Messaging

<img class="img-fluid" width="398" src="../../../img/structured-messages-template-engage.png">

Expand All @@ -95,7 +95,7 @@ Primary parameters are used by default, however, some parameters are unique or o

| API Property | Specificity |
|-|-|
| **`structured_content.attachment_id`** | Supports gif, jpg, jpeg, png formats. Supports private attachments. [Upload attachments](../../../basics/uploads) for your own custom images.<br>On Engage Messaging Web, if the width of the image is bigger than the height, it will be displayed with a 5:3 ratio. Otherwise, a 1:1 ratio will be used.<br>Minimal recommended size with a 1:1 ratio: **258x258**<br>Minimal recommended size with a 5:3 ratio: **258x155** |
| **`structured_content.attachment_id`** | Supports gif, jpg, jpeg, png formats. Supports private attachments. [Upload attachments](../../../basics/uploads) for your own custom images.<br>On RingCX Messaging Web, if the width of the image is bigger than the height, it will be displayed with a 5:3 ratio. Otherwise, a 1:1 ratio will be used.<br>Minimal recommended size with a 1:1 ratio: **258x258**<br>Minimal recommended size with a 5:3 ratio: **258x155** |
| **`structured_content.url`** | Deep links are supported. |
| **`structured_content.target`** | **Optional**. **Ignored** when the `url` is empty. Behavior applied when clicking on the url. Can be `webview` to open url on a [webview](../webview) above the chat, `open` to open url in new tab, or `current` to open url in current tab. Defaults to `open` when not specified. On iOS and Android, `current` value opens a full sized webview.|
| **`structured_content.webview_height`** | **Optional**. **Ignored** when `target` is other than `webview`. Size of the webview used to open the link. Can be `full`, `tall` or `compact`. Defaults to `full` if unset.|
Expand Down