Hello!
I am trying to make a pipeline that emails an attachment when a new record is created but when I run it I get the following error. "Remote API returned authorization error: 403 FORBIDDEN" ...
No problem - most commonly I see errors with files when you try and use the wrong file URL in a pipeline. At least that's always my first guess so I just want to confirm which one you're using.
When you're triggering your pipeline and grabbing the file from QB it should return a file object that looks something like this:
The file transfer handle is the reference/url that you should be passing into the Outlook channel as the file attachment reference in the url entry in the attachment list. Can you confirm?
Hello! I am using the file transfer handle in the "send an email" step of my pipeline. In my table it is a file attachment field where my team uploads a document.
Can you post a screenshot of your pipeline activity where you're getting an error? Is it failing specifically on the step where it's actually sending the email? If it's not the attachment issue - then it might be with your security related to sending emails but hard to guess for sure. You might reach out to support as well since they can actually open up and look at your pipeline in a way that I cannot.