Use Cases
Common use cases for custom connector parameters include:- Custom OAuth scopes for specific connection needs
- Dynamic environment selection if you want to programmatically decide whether to use sandbox/prod environment without asking user.
- Having different versions of connector behavior for different connections that don’t require user input.
Important Notes
- Custom connector parameters are developer-provided, not user-editable fields
- They are stored with the connection and used for all API calls through that connection
- They take precedence over the integration’s default connector parameters
- They are optional - connections work without them using default integration settings