Rich content can be reviewed by using the richcontentID in the Get Rich Content API.
📘
Note:
This API is only for reviewing a rich message, not for sending a message.
The Rich Content API call has GET functionalities.
- GET: This call gets a rich message so it can be reviewed by a user.
- GET/channels/push/richcontent/{richContentId}
Swagger URL
https://api-campaign-[xx]-[yy].goacoustic.com/restdoc/#!/channels/getRichContentget
- Get a rich push notification.
- The rich content ID is produced by the Create Rich Content API.
Attribute | Data Type | Description |
---|
richContentId [Required] | string | rich content Id |
Attribute | Data Type | Description |
---|
personalizationDefaults | Map | Map of key value pairs for personalization defaults |
personalizationFormulas | Map | Map of key value pairs for personalization formulas |
payload | Map | Rich Content Map |
Attribute | Data Type | Description |
---|
gcm | model | template content |
apns | model | template content |
Attribute | Data Type | Description |
---|
template | String | template name |
content | model | content |
Attribute | Data Type | Description |
---|
messagePreview | model | message preview |
messageDetails | model | message details |
Attribute | Data Type | Description |
---|
subject | String | Subject of the message with optional personalization tags |
previewContent | String | Content of the preview with optional personalization tags |
| | |
Attribute | Data Type | Description |
---|
richContent | content of rich push | String |