Any recommended way for a different app to start their dependent job based on Databricks job?

PradeepPrabha
New Contributor III

How can we configure a job in a different Azure application to be triggered after the completion of an Azure Databricks job? Once the Databricks job is successful, the job in the third-party application hosted in Azure should start. I attempted to use the default webhook notification available in Databricks, which performs an HTTP POST, but I couldn't find useful information regarding the job in the RequestBody of the WebhookData parameter. Do you have any suggestions?