{
"details": {
"timestamp": "Mailshot Timestamp",
"ownerId": "80123456",
"direction": "INBOUND",
"subject": "Email_Topic",
"content": "Message_Body"
},
"links": [
{
"target": {
"identifier": "uniqueId"
},
"categories": [
{
"group": "SYSTEM_DEFINED",
"typeCode": 299
}
]
}
],
"headers": {
"sender": {
"address": "[email protected]",
"name": "Jane"
}
}
}
I’m trying to log an email using the HubSpot API’s email creation endpoint. Everything seems to work fine, but for some reason, the “From” field and sender’s email aren’t being updated. Any ideas what I might be doing wrong? I’ve double-checked the JSON structure, but I can’t figure out why these specific fields aren’t being set correctly.