/crm/v3/objects/emails API return 201, but does not sent email to the contact
SOLVE
I have been having an issue trying to send an email to one of my contacts using emails API, the HTTP response that I am having is 201, which means is successfully, nevertheless the email is not being sent to the respect email address, theres is the body that I am using for make the request:
{
"properties":{
"hs_email_direction":"EMAIL",
"hs_email_subject":"Test Email Subject",// Optional subject of the email
HubSpot's Email Engagements API is only used to "log and manage emails on CRM records". It does not offer the ability to send emails. The API call you've made is intended to log an email (on a HubSpot CRM record) that has been sent via a third-party system.
HubSpot's Email Engagements API is only used to "log and manage emails on CRM records". It does not offer the ability to send emails. The API call you've made is intended to log an email (on a HubSpot CRM record) that has been sent via a third-party system.