Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.17 KB

EmailThirdPartyProvider.md

File metadata and controls

20 lines (16 loc) · 1.17 KB

EmailThirdPartyProvider

Properties

Name Type Description Notes
connect_url str URL to the settings screen to connect. Null if the provider is already connected. [optional]
list_count int list_count [optional]
lists list[EmailThirdPartyList] lists [optional]
logo_url str logo_url [optional]
name str name [optional]
supports_add_tags bool True if this provider can support adding tags [optional]
supports_list_subscribe bool True if this provider can support list subscribe [optional]
supports_list_unsubscribe bool True if this provider can support list unsubscribe [optional]
supports_remove_tags bool True if this provider can support remove tags [optional]
tag_count int tag_count [optional]
tags list[EmailThirdPartyTag] tags [optional]

[Back to Model list] [Back to API list] [Back to README]