feature_type is the type of the integration.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/IntegrationFeatureTypeEnum", "title": "IntegrationFeatureTypeEnum", "type": "string", "description": "feature_type is the type of the integration.", "default": "action", "enum": [ "unspecified", "action", "social_connection", "log_stream", "sso_integration", "sms_provider" ] }