Click here to Skip to main content
15,885,651 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have deployed Azure resources using ARM templates and linked it with WebHooks. Now I want to make a call of WebHook URL along with parameters using Postman. Can someone please let me know if there is a way to do it?

What I have tried:

I have tried creating an API inside azure API management and setting up the backend URL with WebHook and so far it didn't work.
Posted
Updated 2-Mar-20 17:47pm

1 solution

@HaiderNafees,
Good morning. Looks like it should be possible. Could you please try with 1. Invoke-WebRequest, and then replicate with Postman. Could you please refer the below links.

Starting an Azure Automation runbook with a webhook | Microsoft Docs[^]

Azure Functions - Create Generic Webhook Trigger[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900