简体   繁体   English

Zapier中带有Webhook的POST中的错误

[英]Error in POST with Webhook in Zapier

I'm trying to create a POST with a Webhook in Zapier to store data in DB. 我正在尝试使用Zapier中的Webhook创建POST,以将数据存储在DB中。 In the test it gives me 在测试中它给了我

Bargle. gle We hit an error creating a post. 我们在建立讯息时发生错误。 :-( Error: DNSHTTPConnectionPool(host='www.btktest.it', port=80): Max retries exceeded with url: /school_html/production/zap.php (Caused by ConnectTimeoutError(, 'Connection to www.btktest.it timed out. (connect timeout=39)')) :-(错误:DNSHTTPConnectionPool(host ='www.btktest.it',port = 80):URL超过最大重试次数:/school_html/production/zap.php(由ConnectTimeoutError(,'连接到www.btktest.it引起)超时。(连接超时= 39)')

What could it be? 会是什么呢?

It looks like Zapier is having a problem posting data to your custom webhook URL. Zapier似乎在将数据发布到自定义Webhook URL时遇到问题。 Can you verify the URL can be reached? 您可以验证是否可以访问URL吗?

If it can be reached, try using an external tool (like Postman ) to make the same request that Zapier does (same URL endpoint and POST data). 如果可以达到,请尝试使用外部工具(如Postman )发出与Zapier相同的请求(相同的URL端点和POST数据)。

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

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