Recently, I was asked whether Nintex Workflow can talk to Insightly. Insightly is Googles CRM product. So as it’s the end of the year (2015) and I want to hit 50 User Defined Actions on this site, I decided to try to talk to Insightly. I created the UDAs that you can reuse in your […]
*** Announcement 7th April 2013 *** Now available, a Nintex Workflow 2013 of this custom action, that will allow you to get your item attachments into Base64. This is not backward compatible. If you’re moving from using this action in 2010 to 2013, I’d recommend you remove that action from the 2010 workflow before exporting […]
There are some web services that expose web methods that I can’t use via the Call Web Service action in Nintex Workflow. Usually, it’s those methods that have “out” parameters, but it can also happen for those methods that use non primitive types as parameters. Below is an example :http://<server>/<site>/_vti_bin/Lists.asmx?op=AddAttachment I honestly don’t know the […]