enbbox 1.0.1

Notification infrastructure API — open-source alternative to Novu/Courier
Documentation
# IntegrationRecord

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**active** | **bool** | Whether the integration is active and available for routing. | 
**channel** | [**models::ChannelType**]ChannelType.md | Channel this integration serves. | 
**config** | **serde_json::Value** | Non-sensitive configuration — always returned. | 
**has_credentials** | **bool** | Whether credentials have been set (credentials themselves are never returned). | 
**id** | **uuid::Uuid** | Integration UUID. | 
**identifier** | **String** | Unique slug identifier for API references. | 
**name** | **String** | Display name. | 
**primary** | **bool** | Whether this is the primary integration for its channel. | 
**priority** | **i32** | Routing priority (lower = higher priority). | 
**provider_id** | **String** | Provider identifier. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)