Typeform
Prefer guided AI setup?
Instead of following these steps manually, you can use the AI Credential Assistant — describe what you want to connect and the AI will walk you through the setup step by step, tailored to your account.
Overview
Connect your Typeform account to Nirvai to automate form management, access responses, and integrate survey data into your workflows.
Supported Authentication Methods
- Personal Access Token - Recommended for API access
Prerequisites
- A Typeform account
- Access to Typeform developer settings
Setup Instructions
Personal Access Token
- Log in to your Typeform account
- Click your avatar in the top-right corner
- Select Your settings
- Navigate to Personal tokens (under the Developer section)
- Click Generate a new token
- Enter a token name (e.g., "Nirvai Integration")
- Select the required scopes:
- Forms: Read (to access form data)
- Responses: Read (to access form responses)
- Webhooks: Read, Write (for real-time notifications)
- Click Generate token
- Copy the token immediately (it won't be shown again)
- Paste the token in Nirvai
Required Scopes
| Scope | Access Level | Required For |
|---|---|---|
| Forms | Read | Accessing form structure and metadata |
| Responses | Read | Retrieving form submissions |
| Webhooks | Read, Write | Setting up real-time response notifications |
| Workspaces | Read | Accessing workspace information |
| Images | Read, Write | Managing form images |
| Themes | Read | Accessing form themes |
Available Operations
With Typeform credentials, you can:
- List and retrieve forms
- Access form responses
- Create and manage webhooks
- Get response statistics
- Download response data
- Manage form workspaces
Troubleshooting
Common Issues
- 401 Unauthorized: Token is invalid or expired. Generate a new token.
- 403 Forbidden: Token lacks required scopes. Create a new token with proper permissions.
- Form not found: Ensure the form ID is correct and the token has access.
- Rate Limiting: Typeform has API limits. Implement retry logic if needed.
Token Management
- Tokens don't expire automatically
- You can revoke tokens at any time in settings
- Each token can have different scope combinations
- Keep tokens secure - they provide API access
Finding Form IDs
To find a form ID:
- Open the form in Typeform
- Look at the URL:
https://admin.typeform.com/form/{form_id}/... - The form ID is the string after
/form/
Related Resources
Adapted from n8n documentation for Nirvai platform
Next Steps
Got your credential? Connect it to an agent
Use the AI Tool Creator to turn this credential into agent-callable tools. Describe what your agent should be able to do and the AI investigates the API, configures the endpoints, and gives you a reviewable toolkit before saving anything.