We are planning to integrate azure alerts with Zendesk, So when ever alert triggered in azure then we need to raise the ticket in Zendesk with all the details.
what we trying now
There is a direct option to call webhook in action groups but we have 2 problems
There should be some kind of authentication before calling a webhook Not found a way to exclude unwanted data from the alert, we need to pass only required information to Zendesk
Exploring via logic apps there is a connector already available(Testing that now)
Any ideas on this will be highly appreciated