Hi Folks
I want to get an access token & data from the Genesys Purecloud API. I have tried various ways to put the information into the download tool but have not been able to get a token, let alone data!
The Genesys DeveloperForum doesn’t mention Alteryx & the Alteryx Community doesn’t mention Purecloud.
Attached is my workflow (2018.4).

Below are pics of each tool as well as links to the doco that specifies the input, the requests & the JSON response containing the token.
Don't know what I am doing wrong, but hope someone out there can spot it 🙂
Susan
- Here is my input data (client credentials are deidentified). When I use the real ClientID & Secret & derived Authorization, I get the same DownloadData & Headers as with these dummy values

- These are the steps to base encode ClientID&Secret for the Authorization field



- Here is the download tool (I have also tried using the other URL fields from the above text input):


- Whether I check TokenPost on the Payload tab or not, I get the same result in DownloadData & DownloadHeaders
-

-


- The DownloadData field contains (contextid varies):
{"message":"HTTP 404 Not Found","code":"not found","status":404,"contextId":"5b25a7b0-191d-4b3c-8846-44255f518204","details":[],"errors":[]}
- The DownloadHeaders field contains:
HTTP/1.1 200 Connection Established
Proxy-Agent: Zscaler/6.0
HTTP/1.1 404 Not Found
Content-Type: application/json
Content-Length: 140
Connection: keep-alive
Date: Wed, 20 May 2020 22:33:39 GMT
ININ-Correlation-Id: 5b25a7b0-191d-4b3c-8846-44255...
- Instructions on URLs, variables and values re:
- The API URL (https://developer.mypurecloud.com/api/rest/)
-

- The requests (https://developer.mypurecloud.com/api/rest/authorization/use-client-credentials.html)
