<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How can I send custom email notification in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-can-i-send-custom-email-notification/m-p/141148#M51633</link>
    <description>&lt;P&gt;Anybody tried to configure the custom email notification using logic app POST URL? asking because i am stuck not able to configure with right way, basically i am deploying the job using DAB, and i have created a logic app with custom email, now i am stuck at the job level configuration to send the notification to webhook, where i am not able to find the way, i tried by creating the destination at workspace level and tried to add in job yaml at task level using webhook_notification but looks like not working , not sure what i am missing. Can someone guide if they have already configured this solution.&lt;/P&gt;</description>
    <pubDate>Thu, 04 Dec 2025 12:02:10 GMT</pubDate>
    <dc:creator>Kundan579</dc:creator>
    <dc:date>2025-12-04T12:02:10Z</dc:date>
    <item>
      <title>How can I send custom email notification</title>
      <link>https://community.databricks.com/t5/data-engineering/how-can-i-send-custom-email-notification/m-p/12933#M7681</link>
      <description>&lt;P&gt;I am using the edit notification in databricks to send email notification in case of workflow failure or success. How can I add additional information to this report for example if I want to notify about number of rows got processed or added how can I do this &lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 11:04:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-can-i-send-custom-email-notification/m-p/12933#M7681</guid>
      <dc:creator>keeplearning</dc:creator>
      <dc:date>2023-01-09T11:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: How can I send custom email notification</title>
      <link>https://community.databricks.com/t5/data-engineering/how-can-i-send-custom-email-notification/m-p/12934#M7682</link>
      <description>&lt;P&gt;Hi @Rohit Kapoor​&amp;nbsp;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a new format for job emails, this can be enabled from Admin console -&amp;gt; Workspace settings &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/876i87B3F8A2CBE5A6A6/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;I think any additional information apart from above image can be appended to the error message in catch block of your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option is to implement a function to send mails, so you can customize your message and send it on success/ failure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;RKNutalapati&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 15:02:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-can-i-send-custom-email-notification/m-p/12934#M7682</guid>
      <dc:creator>RKNutalapati</dc:creator>
      <dc:date>2023-01-09T15:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: How can I send custom email notification</title>
      <link>https://community.databricks.com/t5/data-engineering/how-can-i-send-custom-email-notification/m-p/12935#M7683</link>
      <description>&lt;P&gt;@Rohit Kapoor​&amp;nbsp;If you want more control over notifications I'd check out &lt;A href="https://docs.databricks.com/sql/user/alerts/index.html" alt="https://docs.databricks.com/sql/user/alerts/index.html" target="_blank"&gt;Alerts&lt;/A&gt; in DB SQL. You can set custom Alert Destinations and create SQL queries for fine-grained control. For example, you can jobs to schedule a DLT pipeline to run and then trigger an alert right after to send an email with how many rows were processed or how many rows failed.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 15:05:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-can-i-send-custom-email-notification/m-p/12935#M7683</guid>
      <dc:creator>LandanG</dc:creator>
      <dc:date>2023-01-09T15:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: How can I send custom email notification</title>
      <link>https://community.databricks.com/t5/data-engineering/how-can-i-send-custom-email-notification/m-p/95126#M39041</link>
      <description>&lt;P&gt;I am trying alerts option to send an email but when I am trying to add email address in destination it is not allowing me to add. Only user id it is allowing. Please help. Also, I am trying to send emails directly from notebooks using SMTP server provided by my company but again timeout error is coming&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2024 07:51:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-can-i-send-custom-email-notification/m-p/95126#M39041</guid>
      <dc:creator>Yash-Verma</dc:creator>
      <dc:date>2024-10-21T07:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: How can I send custom email notification</title>
      <link>https://community.databricks.com/t5/data-engineering/how-can-i-send-custom-email-notification/m-p/95231#M39059</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/28705"&gt;@keeplearning&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are three approaches I can think of for this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Approach 1:&lt;/STRONG&gt;&amp;nbsp;Creating an email template and sending emails programmatically from DBX Notebook.&lt;BR /&gt;&lt;STRONG&gt;Approach 2:&lt;/STRONG&gt; Invoke a Logic App via an Azure REST API from Databricks after the code executes successfully or in the failure (catch) block.&lt;BR /&gt;&lt;STRONG&gt;Approach 3:&lt;/STRONG&gt; Invoke a Webhook that internally triggers a Logic App to send an email using a predefined template.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2024 11:50:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-can-i-send-custom-email-notification/m-p/95231#M39059</guid>
      <dc:creator>Panda</dc:creator>
      <dc:date>2024-10-21T11:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: How can I send custom email notification</title>
      <link>https://community.databricks.com/t5/data-engineering/how-can-i-send-custom-email-notification/m-p/141148#M51633</link>
      <description>&lt;P&gt;Anybody tried to configure the custom email notification using logic app POST URL? asking because i am stuck not able to configure with right way, basically i am deploying the job using DAB, and i have created a logic app with custom email, now i am stuck at the job level configuration to send the notification to webhook, where i am not able to find the way, i tried by creating the destination at workspace level and tried to add in job yaml at task level using webhook_notification but looks like not working , not sure what i am missing. Can someone guide if they have already configured this solution.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 12:02:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-can-i-send-custom-email-notification/m-p/141148#M51633</guid>
      <dc:creator>Kundan579</dc:creator>
      <dc:date>2025-12-04T12:02:10Z</dc:date>
    </item>
  </channel>
</rss>

