• Contacts API

    Updated: 1 year, 8 months ago

    By using the Newsroom API endpoints, we can keep your Newsroom database in sync. It will allow you to push email addresses, names and any number of contact attributes in the form of key:value pairs.
    Content The following are available.Contact bulk create/updateContact bulk deleteContact bulk retrieve Read full article
  • News API

    Updated: 1 year, 8 months ago

    A great tool of Newsroom is the ability to consume news data in JSON format and display your news inside websites and apps.
    Content Newsroom provides the endpoints for news items and newsletter issues including image paths, story text, classifications, dates and published/not published flags so that data can be rendered in websites and apps.You simply need to make a GET request to a URL such as https://demo.portalhq.com.au/newsroom/public/api/issues/?format=json&ordering=desc&published=trueBelow is an example of a newsletter … Read full article Raw_HTML Content Submissions can also be obtained from URL using GET. You simply need to append "/newsroom/public/api/submissions/" onto your portal URL. Read full article