如何获取网络钩子以发送给第三方应用程序 [英] How to get webhooks to send to third party applications

查看:93
本文介绍了如何获取网络钩子以发送给第三方应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们正尝试通过以下链接所示的webhooks使用Azure Event Grid订阅:https://docs.microsoft.com/zh-cn/azure/event-grid/receive-events

简而言之,Azure将HTTPS请求发送到某些已配置的终结点.在我们的情况下,端点是某些第三方应用程序,其中具有

We are trying to use Azure Event Grid subscriptions via webhooks as shown in the following link: https://docs.microsoft.com/en-us/azure/event-grid/receive-events

In short, Azure sends HTTPS requests to some configured endpoint. In our case, the endpoint is some third party application with <g class="gr_ gr_12 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling multiReplace" data-gr-id="12" id="12">self signed</g> SSL certificates, for testing. This seems to be untrusted by Azure and the requests fail to send. Is there a means of having the <g class="gr_ gr_94 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling multiReplace" data-gr-id="94" id="94">self signed</g> certificate trusted on Azure? If my understanding of how this should work is incorrect, some info on how we can integrate webhooks into <g class="gr_ gr_171 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" data-gr-id="171" id="171">third party</g> apps would be appreciated. 

推荐答案

您可以为其创建一个webhook Azure函数.请通过以下链接

You can create a webhook Azure function for it. Please go through the following links

https://azure. microsoft.com/en-us/resources/videos/create-a-web-hook-or-api-azure-function/

https://docs.microsoft.com/zh-CN /azure/azure-functions/functions-bindings-http-webhook

这篇关于如何获取网络钩子以发送给第三方应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆