Have to send users (in xml format) to intercom by using Intercom API
Hey, I have one challenge that i have to send my users list to intercom by using API of user, authentication and tags. So, client told me that you should try to send users by tRest component instead of any java code. I have my intercom API id and key also. I tried to send users by using component tfixedflowinput -> txmlmap ->tRestClient with URL of ("https://api.intercom.io/bulk/users"), So i have status OK but have response code 200 and not sending users at intercom and as per this response code client told me that - you are using bulk api, which you shouldn't. the fact you use txmlmap means nothing with mandatory have to use bulk api but the bulk api is in beta, not supported yet,so you can't relay on it, even for support. you must work agent per agent not bulk of agents. So please suggest me that what i should do? Thanks in advance and revert me as soon as possible.
Hi
Response code 200 means the calling is OK, I don't understand "You must work agent per agent not bulk of agents", you just need to send one user at a time? If so, set 'All in one' as false on tXMLMap, it will generate different request and call the webservice for each user.
Best regards
Shong
Hi
In the advanced settings of tRestClient, check the 'log message' box to print the log message on the console to see if the request payload is passed correctly to the server? If not, what are your expected data?
I sent json data with authorization key to intercom by using chrome Advanced Rest Client. It is working fine but not able to send users by Talend (tRest and tRestClient) both. Please suggest as per given output. Thanks in advance.