APIs & Integrations

Not applicable

Send single email with CC/BCC

hi guys,

I am using this API to send emails:

Send Single Email | Single-send API Overview

POST /email/public/v1/singleEmail/send

I want to send to someone and include CC contacts, how can i acheive that?

it is very critical for us, and i saw your post here

Can I CC someone on a HubSpot Email?

No. The contact must be added as a contact in the database and included on the sending list or as an individual recipient.

however, i saw here there is a solution:
s.sendmail("from@example.com", [“abc@test.com”, "efg@test.com"], msg)

can you please elaborate?

0 Upvotes
2 Replies 2
Not applicable

Send single email with CC/BCC

thanks.

it seems working however for some reason it duplicates the cc.

for example:
Cc: aaaaaa@gmail.com; aaaaaa@gmail.com

is it an open bug you have?

0 Upvotes
maxiak
HubSpot Employee
HubSpot Employee

Send single email with CC/BCC

Hi @adi,

You’re right that there’s a discrepancy here. The knowledge base article you linked to is documenting our standard Marketing Product and is correct you cannot Cc email addresses there. For the transactional add-on you can definitely Cc people using the SMTP API, and the Single Send API supports Cc addresses but doesn’t document it.

Or hasn’t. Until now. Please visit https://developers.hubspot.com/docs/methods/email/transactional_email/single-send-overview and look for the newly documented fields which support Cc and Bcc.

Best,
Mike

0 Upvotes