{
"response": {
"status": "ok",
"email": {
"call_id": "1234567890",
"direction": "in",
"header": {
"subject": "Assunto do E-mail",
"date": "2023-10-27T10:00:00Z",
"from": {
"name": "Remetente",
"address": "remetente@email.com"
},
"to": [
{
"name": "Destinatário 1",
"address": "destinatario1@email.com"
}
],
"cc": [],
"cco": [],
"reply_to": {
"name": "Remetente",
"address": "remetente@email.com"
}
},
"body": {
"content_type": "text/plain",
"charset": "utf-8",
"transfer_encoding": "base64",
"data": "Q29ycG8gZG8gZS1tYWlsIGVtIEJhc2U2NC4="
},
"attachments": [
{
"name": "anexo.pdf",
"size": 10240,
"content_type": "application/pdf",
"charset": "utf-8",
"transfer_encoding": "base64",
"disposition": "attachment",
"content_id": null,
"download": "https://api.example.com/files/anexo.pdf"
}
]
}
}
}