# Set/send email with bcc via rest send api?

**URL:** https://forum.mautic.org/t/set-send-email-with-bcc-via-rest-send-api/27885
**Category:** Product Support
**Created:** [May 3, 2023, 4:24am UTC](https://forum.mautic.org/t/set-send-email-with-bcc-via-rest-send-api/27885 "2023-05-03T04:24:10Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![iparker](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/iparker/32/1936_2.png) [@iparker](https://forum.mautic.org/u/iparker)
#### Post date: [May 3, 2023, 4:24am UTC](https://forum.mautic.org/t/set-send-email-with-bcc-via-rest-send-api/27885/1 "2023-05-03T04:24:11Z")

</div>

Hello,

we send emails with the rest api using the following endpoint:

/api/emails/emailId/contact/contactid/send

How can an email send with this endpoint send also via bcc to another email address?

I tried to set bcc in the email directly in mautic and also into the json body of the response:

```auto
'json' => [
    'tokens' => $tokens,
    'bcc' => 'me@test.de',
],

```

But both ways are not working. I also found some other topics/issues with that but I’m not sure if there is a bug/problem with that or if I just doing something wrong.

Thanks for some help!

Best regards,

Timo
