What is the format for authentication for a custom webhook in Zapier?
I have registered my app and have the RC Credentials file with the clientId, clientSecret, and Server, but I can’t figure out where these go in Zapier.
- I have tried putting them in the Basic Auth field as clientId|clientSecret but that did not work.
- I have also tried adding lines for each in the header, but that does not work.
I’ve reached out to both RingCentral Support and Zapier Support, but they have not been able to resolve.
If I use the Bearer Authorization provided in https://developers.ringcentral.com/api-reference/Tasks/createTaskNew the Zap works perfectly, but only temporarily. I assume that is just provided for testing.