Setup Steps
Get Your API Key
- Go to Trello Power-Ups Admin
- Click New to create a new Power-Up (or use existing)
- Go to the API Key tab
- Copy your API Key
Generate a Token
- On the same page, click Token link next to your API key
- Or visit:
https://trello.com/1/authorize?expiration=never&scope=read,write&response_type=token&key=YOUR_API_KEY - Click Allow
- Copy the generated token
Get Your Board ID
- Open your Trello board
- Add
.jsonto the end of the URL - Find
"id"at the beginning of the JSON - Or use the board’s short link from the URL
Get Your List ID
- Open
https://api.trello.com/1/boards/BOARD_ID/lists?key=API_KEY&token=TOKEN - Find the list where you want cards created
- Copy the
idof that list
Configure in Spike
- Go to your Spike Dashboard
- Select your form → Settings
- Scroll to Integrations → Trello
- Enable the toggle
- Enter your API Key
- Enter your Token
- Enter your Board ID
- Enter your List ID
- Save changes
Card Format
Spike creates cards with:- Title: Form name + submitter name/email
- Description: All form fields formatted as a list
Troubleshooting
Cards not created
Cards not created
- Verify API Key and Token are correct
- Check that Board ID and List ID exist
- Ensure the token has write permissions
- Try regenerating the token
Finding List ID
Finding List ID
Use this URL pattern:Replace BOARD_ID, API_KEY, and TOKEN with your values.
Token expired
Token expired
Generate a new token with
expiration=never for permanent access.