Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Connecting Informatica with Alteryx

vplante
7 - Meteor

Hi Alteryx community,

 

I am struggling to connect Informatica with Alteryx. After discussing with the Support team, I was suggested to use the download tool, yet I still cannot make it work.

 

Below the Token URL and Payload I was provided with: 

 

Spoiler

Token URL: POST Method http://........../api.login_check

 

Token Payload :

{

“username”:xxx@xxxx.xxx,

“password”:”xxxxx”

}

 

Get details: POST Method http://......./facet/_search

 

Details Payload:

 

{

 

“mainFacet”:”xxxx”,

“searchGroups”:[],

“searchScopes”:[

{

“facetId”:”xxxx”,

“properties”:

{

“limit”;”10000”

}

}

]

}

 

Thank you for your help.

3 REPLIES 3
TrevorS
Alteryx Alumni (Retired)

Hello @vplante 

Can you please include a copy of your workflow so The Community can see how your download tool is currently configured? Please make sure to alter any sensitive information within the tool!

Thanks,
TrevorS

Community Moderator
SeanAdams
17 - Castor
17 - Castor

Whenever working with APIs, the best place to start is to get the API call working in a tool called Postman (https://www.postman.com/) first - and that way you know that the API call is working.

From there you can bring it in to the download tool; or if necessary into a Python tool.

vplante
7 - Meteor

Issue resolved. Thanks everyone.

Labels
Top Solution Authors