A valid request URL is required to generate request examples{
"total": 123,
"limit": 123,
"page": 123,
"pages": 123,
"nextPage": "<string>",
"prevPage": "<string>",
"items": [
{
"notification_topic": "EVENT",
"id": 123,
"title": "<string>",
"body": "<string>",
"action_url": "<string>",
"is_read": true,
"sent_at": "2023-11-07T05:31:56Z",
"date_created": "2023-11-07T05:31:56Z"
}
]
}A valid request URL is required to generate request examples{
"total": 123,
"limit": 123,
"page": 123,
"pages": 123,
"nextPage": "<string>",
"prevPage": "<string>",
"items": [
{
"notification_topic": "EVENT",
"id": 123,
"title": "<string>",
"body": "<string>",
"action_url": "<string>",
"is_read": true,
"sent_at": "2023-11-07T05:31:56Z",
"date_created": "2023-11-07T05:31:56Z"
}
]
}Copy your Cognito JWT Token below: 'Bearer <JWT>'
User's email to send the notification to.
Notification action url
The notification topic
EVENT, CAMPAIGN, GENERAL, ALERT, INTEGRATION "EVENT"
Notification title or subject if template_name was not specified and send_email was true
Notification body
SES email template name
SES email template data
Success
Total number of results
Number of items per page of results
Number of this page of results
Total number of pages of results
Relative uri of next page or null if not valid
Relative uri of prev page or null if not valid
Show child attributes