Create connector
POST/integrations/connectors
Creates a new integration connector account. Provide the connector type, authentication method, and any initial configuration or credentials. Credentials are stored encrypted. The key is derived from the name if not supplied (slugified, underscore-separated).
Request
Responses
- 302
- 422
Redirect to connectors list after creation.
Validation error — name, type, and auth_type are required.