简体   繁体   English

将来自 Postman 的 Webhook 响应转发到另一个 Webhook

[英]Forward Webhook Response From Postman To Another Webhook

I'm sending a request (to fetch a checkout session from Stripe's API), with Postman and want to forward the response to another webhook.我正在发送一个请求(从 Stripe 的 API 获取结帐 session ),使用 Postman 并希望将响应转发到另一个 webhook。 I'm setting up an automation using Make with a webhook as the trigger so I need to have some sample data to work with and I don't want to wait until my next sale for the details from that checkout session to be sent to the webhook.我正在使用带有 webhook 作为触发器的 Make 设置自动化,因此我需要一些示例数据可以使用,我不想等到我的下一次销售从结帐 session 中获取详细信息发送到网络挂钩。

How can I forward the response from Postman to my Make webhook, in the same format as it would have had if it was sent directly from Stripe?如何将来自 Postman 的响应转发到我的 Make webhook,其格式与直接从 Stripe 发送时的格式相同?

If there's another tool that I could to request and forward the data that's as easy to use as Postman, I'd happily give that a try too...如果还有其他工具可以请求和转发像 Postman 一样易于使用的数据,我也很乐意尝试一下……

I'm also developing integrations with Make and need to be able to replay webhook messages.我还在开发与 Make 的集成,并且需要能够重播 webhook 消息。 I haven't figured out how to do this with postman, but it's built into Hookdeck.com.我还没弄清楚如何用 postman 做到这一点,但它内置在 Hookdeck.com 中。 For now, I'm directing all of my webhook subscriptions to Hookdeck and then fowarding from Hookdeck to Make.现在,我将我所有的 webhook 订阅指向 Hookdeck,然后从 Hookdeck 转发到 Make。 Worth checking out.值得一试。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM