Aug 11, 2026

Call Azure Function from Webhook

Previously we checked how to create a Azure function and call it directly from Plugin cade. Now we will check how to call a Azure Function via webhook using a Plugin registration too.

I am opening Plugin Registration Tool, connect to the environement and open a New Web Hook.


Give a name to new Web Hook in resulted window and select Authentication as Webhook Key. This populate End Point URL and Code. (These are available in Azure.. refer previous post)


Once saved, you will see the Webhook entry in the Plugin Registration tool. Then we can add our preferred trigger details as Step under it. I am creating it so that Webhook will pass the message to Azure function when Contact is created. Trigger will happen Asynchronously in Post-operation.


Now, when we create Contacts message will be passed to the Azure Function which can be monitored from Azure Logs.