How to create a token and add to iHub
To talk to the Trello API you must create two things, one is the key and the other is the token.
Create Key and Token
Create the API Key by going to this URL https://trello.com/app-key
Click the Token link on the key page, this should be created using an integration user since the user will sign in and grant the access.
Copy both Key and Token
Â
Store the values as Variables
In iHub click Variables
Click Add variable and enter TRELLO_KEY as name and the KEY copied earlier as value
Click Add variable and enter TRELLO_TOKEN as name and the TOKEN copied earlier as value
Â
Â