Hello,
I’m trying to connect salesforce using the Qualtrics workflow → webservice → Authentication → Oauth method. I got redirect into error page as “Internal Error : Qualtrics. Please connect support team”
I have provided the Callback URL as per the document as “https://{dataCenter}.qualtrics.com/oauth-client-service/redirect”.
provide Consumer Key and Secret from salesforce connected app.
Used the following URL for token and authorize.
https://{mydomain}.sandbox.lightning.force.com/services/oauth2/token
https://{mydomain}.sandbox.lightning.force.com/services/oauth2/authorize
I tried to create an user Account in Qualtrics its redirect to salesforce for authorize - its success.
Then, its getting an error page as “Internal Error : Qualtrics. Please connect support team” error code: 503 (tab status)
Thanks,