【发布时间】: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} \
【问题讨论】: