Connecting Informatica with Alteryx
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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:
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.
- Labels:
- API
- Connectors
- Database Connection
- Download
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Issue resolved. Thanks everyone.
