Setup Steps
Create a Personal Access Token
- Go to Asana Developer Console
- Click Create new token
- Name it (e.g., “Spike Forms”)
- Copy the token immediately (it won’t be shown again)
Get Your Project ID
- Open your Asana project
- Look at the URL:
https://app.asana.com/0/PROJECT_ID/... - Copy the PROJECT_ID (numeric string)
Configure in Spike
- Go to your Spike Dashboard
- Select your form → Settings
- Scroll to Integrations → Asana
- Enable the toggle
- Enter your Access Token
- Enter your Project ID
- Save changes
Task Format
Spike creates tasks with:- Name: Form name + submitter info
- Notes: All form fields formatted as text
Troubleshooting
Tasks not created
Tasks not created
- Verify the Access Token is correct
- Check that the Project ID exists
- Ensure you have permission to create tasks in the project
Finding Project ID
Finding Project ID
The Project ID is in the URL when viewing a project, or use the Asana API to list your projects.
Token expired
Token expired
Personal Access Tokens don’t expire, but they can be revoked. Create a new one if needed.