How you can build custom integrations to systems like Fortnox with the help of Zapier
Creating integrations to localized or smaller systems will often require a lot of development time. However, with the help of Zapier, you can create custom integrations, with limited development knowledge, to basically any platform (that has a Rest API. In this article, we're going to show you how to create an order in Fortnox when a document is signed in GetAccept, but this example can be used as a template to basically any platform that has a Rest API.
In order to be able to use any platforms API you need to get access to it. Please talk to your customer representative to get this access. In this example we're using the Fortnox API, which you can find the documentation to here. When you've gotten access you can follow the steps that follows.
//console.log('got name!', inputData.name);
|