A simplified inbound payload when a user taps a suggested reply (postbackData lets you map the tap to intent):
{
"senderPhoneNumber": "+14155550123",
"messageId": "abc-123",
"suggestionResponse": {
"postbackData": "confirm_appt_1043",
"text": "Confirm"
},
"sendTime": "2026-06-08T17:40:00Z"
}
Always verify the request is genuinely from your provider before acting on it, and respond quickly with a 200 so events aren’t retried unnecessarily.