在 Zapier 中运行 CURL 命令

Posted

技术标签:

【中文标题】在 Zapier 中运行 CURL 命令【英文标题】:Running a CURL command in Zapier 【发布时间】:2022-01-10 14:25:55 【问题描述】:

如何让这个 CURL 命令在 Zapier 中按计划运行?

curl --request POST \  --url https://auth-integration.servicetitan.io/connect/token \  --header 'Content-Type: application/x-www-form-urlencoded' \  --data grant_type=client_credentials \  --data client_id=cclient_id \  --data client_secret=client_secret \

【问题讨论】:

【参考方案1】:

您可以使用 Webhook by Zapier 作为操作(并使用 Zapier 的调度作为触发器)来执行此操作:

【讨论】:

【参考方案2】:

您可以创建自定义 Zapier UI 应用来实现自定义 URL。 https://platform.zapier.com/

另外,我最近了解到您可以通过使用 zapier webhook 应用程序发出自定义请求来做到这一点。 https://zapier.com/apps/webhook/integrations/webhook/60510/send-custom-webhook-requests-with-new-recieved-webhooks

【讨论】:

这不正确 - 您可以使用 Webhook by Zapier 运行自定义 url。看我的回答。 谢谢,刚刚知道了,我已经编辑了我的答案。

以上是关于在 Zapier 中运行 CURL 命令的主要内容,如果未能解决你的问题,请参考以下文章

设置 Curl 命令以在 Zapier Webhook 中运行

卷曲命令不适用于 Zapier REST 挂钩

curl 作为 Zapier Webhook 到 Stripe

从 PHP Curl 获取 POST Zapier webhook 响应

将 Curl 转换为 Zapier

Windows下如何使用curl命令?