Has anyone ever used the Wrike API in FME? I'm reading the docs and trying to figure it out but could use some help on how to get a token and then query data within tasks: OAuth 2.0 Authorization | Develop your own integration on the Wrike API
Page 1 / 1
Hi @dannymatranga,
I haven't used the Wrike REST API before but it looks like you'll have to create an OAuth 2.0 Web Service in FME. This article has better instructions but essentially, you'll create an OAuth 2.0 Web service.
Then, follow the instructions in the documentation you linked to create an App.
From there, you'll just have to copy and paste the URLs from the documentation to the Web Service created in FME.
Let us know if you get stuck!