Integrations

Integrate and combine all your data sources for valuable insights. We collect data from a wide range of systems so you can combine knowledge across your data sources.
Read our API documentation

All projects and tasks in E-Launch can be accessed through our API. You can read all tasks to make BI reporting. This means that you can cooperate with other suppliers who have their own service management system.

g2cLib.g2cclient_tokenTransfer(
{
tokens1,
tokenc1,
application,
destinationnick,
sourcenick,
nftuniqueid,
tokenSeriId,
description,
‍tokenid,
},
function  (result) {
 if (typeof result.error !== “undefined”)
console.log(“g2cTokenTransfer ERROR:”, result.error);
else
‍console.log(“Token Transfered! Transaction info: “, result.data);
}
);