It sounds like you’re having trouble using the BCC field with the Gmail → Create Draft action in Pipedream. Currently, based on the Create Draft action documentation, the action only mentions support for the “To”, “Subject”, and “Email Body” fields. There is no mention of a BCC (blind carbon copy) field in the available configuration for this action. What this means: - The built-in “Create Draft” action does not support specifying BCC recipients at this time. - If you need to include BCC recipients, you would need to use a custom code step to call the Gmail API directly and specify the BCC field in the message payload. Next steps: - If you want to request BCC support in the built-in action, you can submit a feature request to Pipedream at New Pipedream Integration Request. - If you’d like, I can help you write a custom code step that creates a draft with BCC recipients using the Gmail API. Would you like a code example for creating a Gmail draft with BCC using a custom code step? Let me know!