{
"details": {
"timestamp": "Email_Send_Time",
"owner": "12345678",
"direction": "OUTGOING_EMAIL",
"subject": "Email_Topic",
"content": "Message_Body"
},
"links": [
{
"target": {
"identifier": "unique_id"
},
"categories": [
{
"group": "CUSTOM_DEFINED",
"typeCode": 567
}
]
}
],
"email_meta": {
"sender": {
"address": "[email protected]",
"name": "Jane"
}
}
}
I’m trying to log an email using the Hubspot API’s email creation endpoint. Most of it works fine but I can’t get the “From” name and email address to update. Any ideas what I might be doing wrong? I’ve double-checked the documentation but can’t figure out why these fields aren’t being set correctly.