curl --location --request POST 'https://your-api-server.com'
{
"topic": "SMS_RECEIVED",
"body": {
"direction": "INBOUND",
"type": "SMS",
"content": "Hello, I wanted to check the status of my order.",
"sent_at": "2025-09-15T16:50:00Z",
"from_number": "+15555555555",
"to_number": "+16666666666",
"from_name": "John Doe",
"to_name": "Allô Support"
}
}