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.
Just to make sure I can suggest an appropriate solution, can you describe your whole pipeline?
We currently hit graph api send email from fabric notebooks, as this was the only way to directly inject very large payloads into delegated dynamic emails - large enough to exceed fabric pipeline notebook activity output buffer, which is why we figured out a way to keep the entire process in a notebook.
This is, theoretically, the fastest and most capable way of doing anything involving graph api out of a fabric notebook - anything you can delegate consent for! However, that process requires setting up an azure app registration + azure key vault to handle caching for graph api tokens.
So, maybe there is a smaller/easier solve for your specific case. 🙂