Direction: MO
Generally useful for debugging and exception reporting; upon receipt, an email is generated containing the Message and meta-data in the body and/or as an attachment.
- Recipient - Valid Email address of the person wishing to receive the Message
- Custom Subject - Configure the subject of the email (Optional)
- Body Format - How the email body will be populated
- Default - Stringified representation of the LingoMO
- Inmarsat Position Format - Mirroring Inmarsat-C terminal position report format
- Attachment Mode - If/how attachments are added to the Email
- Lingo - LingoMO (JSON)
- Payload - Binary inclusion of the Message payload only
- Lingo & Payload - Two attachments, as per above including both
- None - Nothing will be attached
Notes
- All emails will originate from
data@cloudloop.com
please ensure it's suitably whitelisted to avoid it going into spam
Example - Body: Default
Message from 300234065366010
id = 1b59a800-60cb-4c08-b6df-8ec5ef988926
receivedAt.year = 2023
receivedAt.month = 10
receivedAt.day = 9
receivedAt.hour = 14
receivedAt.minute = 52
receivedAt.second = 20
identity.accountId = yJGjpPobLlmOdanVkPWAKYzNMgwVZkrR
identity.subscriber.id = XgwyNPpDmebJLWXmwgEoARqxMdZOVGva
identity.subscriber.type = SUBSCRIBER_TYPE_SBD
identity.hardware.id = joGRxQrXpzkPJEglMOBydwYZbqmDagNA
identity.hardware.type = HARDWARE_TYPE_LEOPARD3
identity.hardware.imei = 300234065366010
identity.identifier = 300234065366010
identity.thingId = DgXeoxwVPMyrdOBJeEGlqKRJLbajQk
....
Example - Body: Inmarsat Position Format
Message from Inmarsat-C Mobile
Maritime Mobile Position Report
Position : 50 52.66' N, 1 15.13' W
Speed : 0.00 knots, Course : 0 degree
Time of position : 06-OCT-23 16:35
Example - Attachment Mode: Lingo
Lingo Message will be attached to the email as below:
{
"id": "1b59a800-60cb-4c08-b6df-8ec5ef988926",
"receivedAt": {
"year": 2023,
"month": 10,
"day": 9,
"hour": 14,
"minute": 52,
"second": 20
},
"identity": {
"accountId": "yJGjpPobLlmOdanVkPWAKYzNMgwVZkrR",
"subscriber": {
"id": "XgwyNPpDmebJLWXmwgEoARqxMdZOVGva",
"type": "SUBSCRIBER_TYPE_SBD",
"description": ""
},
"hardware": {
"id": "joGRxQrXpzkPJEglMOBydwYZbqmDagNA",
"type": "HARDWARE_TYPE_ROCKBLOCK",
"imei": "300234065366010",
"serial": ""
},
"identifier": "300234065366010",
"thingId": "DgXeoxwVPMyrdOBJeEGlqKRJLbajQkzZ"
},
"sbd": {
"imei": "300234065366010",
"cdrReference": "3155570006",
"momsn": 5394,
"mtmsn": 0,
"sessionAt": {
"year": 2023,
"month": 10,
"day": 9,
"hour": 14,
"minute": 52,
"second": 19
},
"status": "SESSION_STATUS_OK",
"location": {
"latitude": 50.84753333333333,
"longitude": -1.1934833333333335,
"cep": 8.0
}
},
"message": "JgBrey0iF+ztEQwAAAQBuEQnBA=="
}