Trello
Creating your first Trello card using AhaMake
- Create a new collection
- Select trigger as 'schedule' and we will use its default value of 5 minutes
- Click on + to add a new piece
- Select the 'Trello' piece
- Select the 'Create Card' Action on the right-hand sidebar
- Select your Trello API Key connection you created above
- Select your Trello Token Key connection above
- Head over to the Trello board you wish to create a new card in
- Create a new card, lets call it 'test'
- Click into that card
- In the URL, add '.json', this should return a wall of JSON text
- Look for a value called 'idList', it should look something like this:
"idList":"5aea17e911c71fee96375d94"
- Copy the idList value, in our case
5aea17e911c71fee96375d94
and enter it into the idList field - Set the card name you'd like to create
- Set a description to enter into the card (optional)
- Lastly, lets test our flow by clicking 'Test Flow'
- A new card should have been created in the selected list
- Now click publish, and thats it!
Fetching a card via AhaMake
- Create a new collection
- Select trigger as 'schedule' and we will use its default value of 5 minutes
- Click on + to add a new piece
- Select the 'Trello' piece
- Select the 'Get Card' Action on the right-hand sidebar
- Select your Trello API Key connection you created above
- Select your Trello Token Key connection above
- Head over to the Trello board you wish to create a new card in
- Create a new card, lets call it 'test'
- Click into that card
- In the URL, add '.json', this should return a wall of JSON text
- Look for a value called 'id', it should look something like this:
"id":"5aea17e911c71fee96375d94"
- Copy the idList value, in our case
5aea17e911c71fee96375d94
and enter it into the idList field - Lastly, lets test our flow by clicking 'Test Flow'
- A new card should have been created in the selected list
- Now click publish, and thats it!
Triggers
No supported triggers yet