Hi Team,
Can you please provide some hints/updates on other queries?
1) How to check the email events/status for each email send request to the users like processed, delivered, bounce, spamreport etc in Single-Send API and SMTP API ?
As per the hubspot documentation, below are the response we can get from email send status-API (statusId : coming in single-send api response).
SendResult ? - Possible results when attempting to send email,it will give below
results like “QUEUED”,“SENT” etc, so again need to identify the actual status like
delivered, bounce,spamreport etc.
EventId ?: if email is sent, then ID and timestamp of the sent event can be used
to get the event details,but again its value may be blank in some cases. How to
identify the status of the email .
2) SMTP API tokens generated through the public API expire after 12 months
Is there any way to get never-expring tokens?
3) How to implement user unsubscribe functionality through webhooks?
Propertychange subscription can be used ?