# UltracartClient::EmailThirdPartyProvider ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **connect_url** | **String** | URL to the settings screen to connect. Null if the provider is already connected. | [optional] **list_count** | **Integer** | list_count | [optional] **lists** | [**Array<EmailThirdPartyList>**](EmailThirdPartyList.md) | lists | [optional] **logo_url** | **String** | logo_url | [optional] **name** | **String** | name | [optional] **supports_add_tags** | **BOOLEAN** | True if this provider can support adding tags | [optional] **supports_list_subscribe** | **BOOLEAN** | True if this provider can support list subscribe | [optional] **supports_list_unsubscribe** | **BOOLEAN** | True if this provider can support list unsubscribe | [optional] **supports_remove_tags** | **BOOLEAN** | True if this provider can support remove tags | [optional]