How can I get this CURL command to run on a schedule in 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} \
CodePudding user response:
You can do this using Webhook by Zapier
as an action (and Schedule by Zapier as a trigger):
CodePudding user response:
You have to create a custom Zapier UI app to implement custom URLS. https://platform.zapier.com/