Need help with Sendgrid Api

Hi guys,

I tried setting up SendGrid in my bubble app for email sending but it is not working.

using the email API tab from settings, tried the plugin by @copilot still no result. Also tried the bubble API connector but it gives an error here is the screenshot.

Please help.

Looks like you’ve got the API call data type set to JSON, so it’s expecting a JSON response in the Body, but there isn’t one with Sendgrid API calls.

So set the data type of the call to ‘Empty’ and you should be good to go.