Integrationer

Integrer og kombiner alle dine datakilder til værdifulde indsigter.
Vi indhenter data fra en bred vifte af systemer, så du kan kombinere viden på tværs af dine datakilder.
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);
}
);