How to attach pdf attachment to sendgrid using api

Hey @darenhunter!

It looks as though carbone has an endpoint to download your PDF that returns base64 data (docs).

This seems to integrate nicely with sendgrid, (the following setup correctly attached the generated pdf):

Does that work for you?