I’m trying to attach a binary file to the Send Email node so it’s included as an email attachment. However, no matter what I try, the email is delivered without the attachment.
Below is the binary input. For attachments, I’ve tried “data”, the file name, and everything else you can think of.
It looks like you’ve pasted the HTTP Request node’s binary output instead of the HubSpot Trigger, and then restated the scopes fix.
Could you let me know:
Did adding “webhooks‐read” and “webhooks‐write” (plus the CRM scopes) to your HubSpot app and re-authorizing solve the “errors” scope complaint?
If it’s still failing, please share the HubSpot Trigger node’s settings (the event types you’re subscribing to) and any new error message you’re seeing.
That’ll help me pinpoint whether the scope change took effect or if something else is blocking the subscription.
I believe there is a bug, and that is why I was confused. When the node prior (HTTP Request) is pinned, the send email node (which contains “data” for the attachment) no longer sends an email with an attachment. If I run the entire workflow from the start, the attachment is found in the email.