kamacharovs / aiof-messaging

All in one finance messaging microservice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

All in one finance messaging microservice

Build Status

Documentation

Overall documentation for the aiof messaging microservice

Sending a message

The main functionality is sending a message based on a message type - email, sms, etc. Currently supported types are: email

Endpoints

  • Sending a message

/api/message/send

{
    "type": "Email",
    "from": "test@email.com",
    "to": "gtest@email.com",
    "subject": "",
    "cc": [
        "test@test.com"
    ],
    "bcc": [

    ]
}

About

All in one finance messaging microservice

License:MIT License


Languages

Language:C# 100.0%