Hello Bubbler! I am using sendgrid inbound email parse webhook to receive email into bubble, everything working good, the test email was coming, I got clear data field from endpoint with to, from, cc, subject, html content, plain-text content, attachment file info, file name…which I can understood!
However I am stuck on how to retrieve the attachment files?
There is a data field which I totally confuse: “content”: {“type”: “buffer”, “data”[37, 80, 68, 70, 45, 49, 46, 52, 10, 37, 226, 227, 207, 211,…]}, WHAT IS THESE THINGS??? If that’s some kind of data, does anyone know how to use/convert/decode it to readable files?
I am appreciated if someone pull me out of this!
screen cut as below:
I’v also try to send email to 3-rd party webhook.site to test, and everything is good, the attachment file just right there!(screen cut below)
So I guess the issue is not from sendgrid side; Perhaps the problem on bubble side, does anyone could show me some idea or just some words?
Question: does bubble API workflow support multipart/form-data (content-type)?