# Talkdesk Form
###### tags: `Ideation`
App Name * (Choose a simple, memorable name. The name will help users find your App on AppConnect.) [String]
Company Name * [String]
License Type * (The selected license type will be applied to all pricing plans shown on the marketplace. Alternative license plans will be possible to implement but not communicated in the store.) [per_month|per_user/month]
Trial Title (Include the word "Trial", so that it is clear to the visitor that this is a free plan) [String]
Trial Summary [string]
Trial Description [string]
### Subscription Plans for Testing
Fill in 2 pricing plans to test on AppConnect.
#### Plan 1
Plan 1 Title [string]
Plan 1 Summary [string]
Plan 1 Description [string]
Plan 1 Price (USD) (Price is charged as per license type, submitted on your Manifest for App Development) [0-9]+
#### Plan 2
Plan 2 Title [string]
Plan 2 Summary [string]
Plan 2 Description [string]
Plan 2 Price (USD) (Price is charged as per license type, submitted on your Manifest for App Development) [0-9]+
### Contacts
Email for Developers *
(A technical contact for internal use only.) [string]
Keybase username * (Please share your existing keybase.io username or create a new one at https://keybase.io/ ) [string]
### API Scopes for DEV
(By default, your App will be granted access to the following scopes:
- users:read - List users for an account and get details for a specific user
- events:read - Get details from received events
- apps:read - Get details about app installations for an account
- apps:write - Update an app installation state programmatically
- openid - OpenID Connect's UserInfo for SSO
If you need additional scopes, fill it in below, and visit https://docs.talkdesk.com/docs/scopes for more information.)
Additional Scopes [Selection boxes]
[] reports:read // List previously generated reports and download them
[] reports:write // Create new reports or delete existing ones
[] recordings:read // Download recording metadata and files
[] account:read // Get account details
[] callback:write // Request callback from Talkdesk via API
Reason
(Tell us why you need access to the selected scopes.) [String]
### URLs for DEV
(Provide us the following HTTPS urls.Please note: ALL URLs must be HTTPS and valid (return at least status code 200). Additionally, please do not submit your institutional website URL.)
Redirect URL *
Whitelisted approved redirect URL for Authorization Code OAuth/SSO flow. This will be the URL that the user is returned to after SSO. [string-url]
Standalone URL *
This will be used to redirect the user when launching the installed App. For multi-tenant URLs we assume that your system will redirect to the correct single tenant URL upon SSO. [string-url]
Events Callback URL *
This URL will be used to send the Events API callbacks (webhook), to send events to regarding the App management. i.e.: app.installed, app.updated, etc. This URL must include a path for call response (i.e. "https://xyz.com/call-response-path) [string-url]