Response Structure
{
"event_timestamp": "",
"reply_message": {
"message_id": "",
"html": "",
"text": "",
"time": ""
},
"secret_key": "",
"description": "",
"sender_detail": "",
"recipient_detail": "",
"cc": "",
"bcc": "",
"subject": "",
"visible_text": "",
"has_attachment": false,
"metadata": {
"webhook_created_at": ""
},
"webhook_url": "",
"webhook_id": 11,
"webhook_name": "",
"event_type": ""
}
Example Response
{
"event_timestamp": "2024-04-17T05:24:33.353Z",
"reply_message": {
"message_id": "<CAJZgRaRf=B4WEPmv4gujBNmJE46XpNbWiN7V_DHsAvyvqgEpDg@mail.gmail.com>",
"html": "",
"text": "Hi\\n",
"time": "2024-04-17T05:24:33.353Z"
},
"secret_key": "e0207d40-84ef-4ad6-89eb-7dbff8c0138d",
"description": "",
"sender_detail": "sunita soy <[email protected]>",
"recipient_detail": "[email protected]",
"cc": "",
"bcc": "",
"subject": "Untracked replies",
"visible_text": "Hi\\n",
"has_attachment": false,
"metadata": {
"webhook_created_at": "2024-04-12T13:51:26.269Z"
},
"webhook_url": "<https://webhook.site/05076ec5-99ab-4277-b223-293df0b402e9>",
"webhook_id": 94,
"webhook_name": "test",
"event_type": "UNTRACKED_REPLIES"
}