Have anyone integrated Zapier through Webhooks to Medallia? Our company has its NPS surveys handled by Medallia and they do have a very sophisticated way to GET data.
First, it requires me to get a Token (dynamic), then following other requests.
Does anyone has a hint on how to connect Zapier and them?
Oauth Token endpoint:
Oauth Authorization endpoint:
JwksURL:
Best answer by Outliant_SabbirBest answer by Outliant_Sabbir
Hi @Bgiacomo,
It looks like Medallia uses some sort of Oauth 2.0 authentication, which can be a bit troublesome to work with. To handle this type of API authentication, you need to use Zapier Developer Portal (Platform UI): https://platform.zapier.com/quickstart/introduction
There you can create a custom app with Oauth authentication and then use the app as an action in a Zap.
It looks like Medallia uses some sort of Oauth 2.0 authentication, which can be a bit troublesome to work with. To handle this type of API authentication, you need to use Zapier Developer Portal (Platform UI): https://platform.zapier.com/quickstart/introduction
There you can create a custom app with Oauth authentication and then use the app as an action in a Zap.