Assuming this SMS:
From: +1555666777
TO: +1222333444
Body: Nice to meet you.
Received at: 03 April 2024, 2:12:13The body of the POST request to /posts should be:
{
"posts": {
"notification": { "title": "+1555666777", "body": "Nice to meet you." },
"references": ["+1222333444+1555666777"],
"username": "+1555666777",
"created_at": 1711843200,
"text": "Nice to meet you."
}
}"username" could be a name too like : "username": "Philippe Lehoux (+1555666777)"