Forum Discussion
Programatic Communication
- 1 year ago
smpa01 - I haven't done this from a notebook yet in Fabric but in a prior role we used SendGrid from WebApps and Databricks. We didn't have to send a lot per day so the Free plan covered us.
jwinchell40 this is great. So SendGrid has an Api I guess, since you used it from databricks notebook. If yes, do you mind passing on the the documentation please. I will give this a spin. I am not entirely sure if I can limit ourselves to the daily threshold ( 20 reports x unknown dynamic daily offenders ) but I am willing to give this a try. Thanks for sharing.
smpa01 - I no longer work for that company so I do not have access to the code. However, the documentation is pretty good and they have a Python example here:
https://www.twilio.com/docs/sendgrid/for-developers/sending-email/quickstart-python
We will also be starting to integrate this into a Web App we've built so I should have another working example soon-ish.