06-28-2018 03:51 PM
Is snapLogic has inbuilt snap pack for Sugar CRM or Rightangle ERP? Do snaplogic has any client which use any of them?
08-27-2018 12:57 PM
We are using SugarCRM and are just now trying to use snap with it. Running into a few issues around the tokens, but in general we are using the standard rest(GET/POST, etc) snaps.
08-27-2018 05:10 PM
@walkermic
Thanks for your response.
08-30-2018 12:15 PM
Biggest issue we are having here is that you can’t use a rest account with the sugar token post snap. you have to use a json parser and pass that into the post which currently leaves the id/password in clear text.
08-31-2018 12:20 AM
@walkermic
Hi One suggestion- encode your credential on - https://www.base64encode.org/
then use Base64.decode($username)/Base64.decode($password) it will make hide your raw text.