Communique is a microservice responsible for any communication from the application to subscribers of the application or subscriber’s customers. The service is responsible for delivering any communication (both transactional and notification) emails/sms.
Application uses the below environment/platform
- MySQL
- Java 8+
- Spring Boot
- Swagger2
- SendGrid Email API
Dependencies Used
Swagger2
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger2</artifactId>
<version>2.9.2</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
<version>2.9.2</version>
</dependency>
SendGrid
<dependency>
<groupId>com.sendgrid</groupId>
<artifactId>sendgrid-java</artifactId>
</dependency>
- Clone this repo to your local machine using
https://github.com/premkumarmcse/Spring-Boot.git
http://localhost:8080/swagger-ui.html#/
Use of this API is to send an email to single recipient
From Email Address: [email protected]
To: any single email address
i.e. "[email protected]"
Use of this API is to send email to multiple recipients by seperating the email address by ';'
From Email Address: [email protected]
To: Multiple email address seperated by using ';'
i.e. "[email protected];[email protected];[email protected]"
Use of this API is to update the maximum email limits
- For now, Admin users only able to change their maximum email limits which is predefined.
userName: Admin username
newMaxLimit: The new max email limits