1

Wrike Connection! 2 Factor Auth connections please!

Hey there!

I'd love to be able to connect with Wrike, but it requires 2 factor Auth! So I can't build my own connection 

The API is great for Wrike, I can get SO MUCH data from there! Many PM systems will require the same type of authentication, I'd love to see the ability to pull from those cloud software platforms without having to request specific access.

Thanks!

8 comments

  • 0
    Avatar
    Marcus Henningsen

    +1 for this 

  • 0
    Avatar
    Erik Ankrom

    I was able to build a data source with the use of a permanent access token.

    https://developers.wrike.com/documentation/oauth2#skipoauth

    You need to add a header key with the value of your permanent access token, similar to the command line request below:

    curl -g -X GET -H 'Authorization: bearer <access_token>' 'https://www.wrike.com/api/v3/folders'

    Name: Authorization
    Value: bearer <access_token>
    Type: Header

    I agree though, a native OAuth authentication mechanism would be preferred.

  • 0
    Avatar
    Stephen Yates

    Hi Erik, thank you for sharing this. This will be helpful until we get an OAuth Connector. I will share this with our support team and note your vote for a Wrike OAuth connector.

  • 0
    Avatar
    Kimberly Lipari

    Hmm I can't seem to get this to work for me.

  • 1
    Avatar
    Erik Ankrom

    Did you obtain a permanent token in Wrike?  I've attached a screenshot I've confirmed is working in our instance.  You'll need to reference the appropriate API method, but here's an example for folders: 

  • 0
    Avatar
    Marcus Henningsen

    Thanks Erik. I can confirm that it is working this way.

  • 0
    Avatar
    Kimberly Lipari

    I may need to check my Authentication token. Thanks Erik, that looks just like what I've got in there now. Appreciate the screenshot.

     

  • 0
    Avatar
    Jai Yadav

    What was the data some of you were able to pull form Wrike?

    I can only get contacts, task list and folders. Were you able to extract task dependencies and custom fields?

     

    Thanks!

Please sign in to leave a comment.