Skip to content
  • There are no suggestions because the search field is empty.

PCN: Post Notifications API

PCN publish notifications can now be triggered for reports published by API

Administrators can create PCN notifications for content created via API endpoints.
 
If a notification has already been sent for a report, this action can not be triggered again.
 

🔔Note:  PCN Topics are still required, see Managing Personalised Content Notification Topics. If the report set for notification is not categorised, the following error will appear: "No topics found for product".  

 
To view the available endpoints, head to the API and Integration Documentation section via the admin area and select 'Beta Documentation'.

 

🔔Note: See the API: Application Programming Interfaces article to familiarise yourself with APIs in Content Catalyst. 

Select the BETA documentation link. See below:
 

🔔Note: These API endpoints are currently in BETA documentation, and they may change with future developments.

This article will be updated with any changes that are made. 

Example: Setting the PCN notification

The following example shows how to set the PCN notification.

This is achieved using the POST /Notifications API endpoint.

Select the query:

POST /notifications
 

In the query 'body' section, replace the product's "string" value with the report ID that you wish to set the que the published content notification email for.

See example below

Report ID is 'REP201'

{
  "Products": [
  "REP201"
  ]
}

Select Execute to run the endpoint. 

The selected report will be qued for the 'Published reports' email notification.