02-11-2018 04:39 AM
I`m trying to communicate with another web application using Alfresco.
I need to take some properties from Alfresco node and send them like a HTTP request to a service named "Binotel"
Can some one help me to create in Alfresco something like this:
https://api.binotel.com/api/2.0/customers/create.json
- содержимое: {"name":John, "numbers":0672361256", "description":Customer, "email":john@_____.com, "assignedToEmployeeNumber":901, signature":"51188e42ba9ee47699699","key":"6pf4-7o"}
How I have a JS which collect data from a node properties
02-12-2018 03:56 AM
Repository-side JavaScript has - by default - no capabilities to send any HTTP requests. You would have to either write some Java-backed Script API objects to provide this capability yourself or try to use the Java-interoperability features of the JavaScript engine to use Java HTTP capabilities directly.
Explore our Alfresco products with the links below. Use labels to filter content by product module.