Description

Sending a transactional message an asynchronous way. Need a prepared message and recipient.

Request path

https://charon-test.shortest-route.com/api/v1/integration/5c59737b-9716-4bf7-983b-b71ea1be2bb4/event?subtype=email

Integrationid: take from Mapp Connect > Generic

Headers

auth-token: generated from https://www.jsonwebtoken.io/

{

"typ": "JWT",

"alg": "HS256"

}

{

"request-hash": "678149c6aeceea60a4b86a6ebe711808d723783f",

"sysname": "qatest",

"exp": 1619029368

}

exp: expiry date - epoch unix time


Request Body

{ "recipientId":"1111111",

"externalTransactionFormula":"test formula",

"messageId":"1111" }


Response

200 OK