【问题标题】:Running a CURL command in Zapier在 Zapier 中运行 CURL 命令
【发布时间】: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=c{client_id }\  --data client_secret={client_secret} \

【问题讨论】:

    标签: curl zapier


    【解决方案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。看我的回答。
      • 谢谢,刚刚知道了,我已经编辑了我的答案。
      猜你喜欢
      • 2019-10-11
      • 2018-11-20
      • 2019-08-13
      • 1970-01-01
      • 2018-07-06
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多