Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Latest commit

 

History

History
30 lines (21 loc) · 1.4 KB

overview.md

File metadata and controls

30 lines (21 loc) · 1.4 KB
title description
NR Email Microservice
Send email, track delivery status

Summary

The Common Messaging Service (CMSG) is used to email users. The CMSG service is a REST web service that may be integrated into applications by developers. The Messaging service is not a user accessible service. The CMSG may only be invoked through an application.

Capabilities

  • Send email
  • Tracks delivery status information and makes the status information available so that applications can respond to a failed delivery.
  • Automated retry where a message notification has failed.

Getting Started

Additional Resources

Open API definition for the CMSG in the WS02 API Store

Documentation for the CMSG API on Confluence (Login Required)

CMSG source code on Stash (Login Required)