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": "[email protected]",
"to": "[email protected]",
"subject": "",
"cc": [
"[email protected]"
],
"bcc": [
]
}