Transactional single send email API - status vs send result

Hey @MeriB

Its been a while since I worked with transactional emails but as I read the documentation:

  • Status correlates to “send request” meaning HS is going to validate the request and scopes/permissions before attempting to send the email
  • SendResult correlates to “send attempt” meaning HS tries to send the email and returns the result

I do not think they are coupled