create_integration_secret
Create integration secrets for authenticating API requests. Specify identifier, secret type (bearer or basic), and provide token or credentials to generate a new Integration Secret Object.
Instructions
Create an integration secret.
Args: identifier: Required. The unique identifier of the secret. type: Required. The type of secret (bearer, basic). token: Optional. The token for the secret (required for bearer type). username: Optional. The username for the secret (required for basic type). password: Optional. The password for the secret (required for basic type).
Returns: Dict[str, Any]: Response data containing the created Integration Secret Object (record_type: "integration_secret")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes |