All in one finance messaging microservice
Overall documentation for the aiof messaging microservice
The main functionality is sending a message based on a message type - email, sms, etc. Currently supported types are: email
- Sending a message
/api/message/send
{
"type": "Email",
"from": "test@email.com",
"to": "gtest@email.com",
"subject": "",
"cc": [
"test@test.com"
],
"bcc": [
]
}