Module airbyte_agent_sdk.connectors.mailchimp.types
Type definitions for mailchimp connector.
Classes
AirbyteSearchParams(*args, **kwargs)
: Parameters for Airbyte cache search operations (generic, use entity-specific query types for better type hints).
Ancestors (in MRO)
- builtins.dict
Class variables
cursor: str
: The type of the None singleton.
fields: list[list[str]]
: The type of the None singleton.
limit: int
: The type of the None singleton.
query: dict[str, typing.Any]
: The type of the None singleton.
AutomationsAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.mailchimp.types.AutomationsEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsInCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsAnyCondition]
: The type of the None singleton.
AutomationsAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.mailchimp.types.AutomationsAnyValueFilter
: The type of the None singleton.
AutomationsAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
create_time: Any
: The date and time the Automation was created
emails_sent: Any
: The total number of emails sent for the Automation
id: Any
: A string that uniquely identifies an Automation workflow
recipients: Any
: List settings for the Automation
report_summary: Any
: A summary of opens and clicks for sent campaigns
settings: Any
: The settings for the Automation workflow
start_time: Any
: The date and time the Automation was started
status: Any
: The current status of the Automation
tracking: Any
: The tracking options for the Automation
AutomationsContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.mailchimp.types.AutomationsAnyValueFilter
: The type of the None singleton.
AutomationsEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.mailchimp.types.AutomationsSearchFilter
: The type of the None singleton.
AutomationsFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.mailchimp.types.AutomationsStringFilter
: The type of the None singleton.
AutomationsGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.mailchimp.types.AutomationsSearchFilter
: The type of the None singleton.
AutomationsGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.mailchimp.types.AutomationsSearchFilter
: The type of the None singleton.
AutomationsInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.mailchimp.types.AutomationsInFilter
: The type of the None singleton.
AutomationsInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
create_time: list[str]
: The date and time the Automation was created
emails_sent: list[int]
: The total number of emails sent for the Automation
id: list[str]
: A string that uniquely identifies an Automation workflow
recipients: list[dict[str, typing.Any]]
: List settings for the Automation
report_summary: list[dict[str, typing.Any]]
: A summary of opens and clicks for sent campaigns
settings: list[dict[str, typing.Any]]
: The settings for the Automation workflow
start_time: list[str]
: The date and time the Automation was started
status: list[str]
: The current status of the Automation
tracking: list[dict[str, typing.Any]]
: The tracking options for the Automation
AutomationsKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.mailchimp.types.AutomationsStringFilter
: The type of the None singleton.
AutomationsLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.mailchimp.types.AutomationsStringFilter
: The type of the None singleton.
AutomationsListParams(*args, **kwargs)
: Parameters for automations.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
before_create_time: str
: The type of the None singleton.
before_start_time: str
: The type of the None singleton.
count: int
: The type of the None singleton.
offset: int
: The type of the None singleton.
since_create_time: str
: The type of the None singleton.
since_start_time: str
: The type of the None singleton.
status: str
: The type of the None singleton.
AutomationsLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.mailchimp.types.AutomationsSearchFilter
: The type of the None singleton.
AutomationsLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.mailchimp.types.AutomationsSearchFilter
: The type of the None singleton.
AutomationsNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.mailchimp.types.AutomationsSearchFilter
: The type of the None singleton.
AutomationsNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.mailchimp.types.AutomationsEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsInCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsAnyCondition
: The type of the None singleton.
AutomationsOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.mailchimp.types.AutomationsEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsInCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsAnyCondition]
: The type of the None singleton.
AutomationsSearchFilter(*args, **kwargs)
: Available fields for filtering automations search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
create_time: str | None
: The date and time the Automation was created
emails_sent: int | None
: The total number of emails sent for the Automation
id: str
: A string that uniquely identifies an Automation workflow
recipients: dict[str, typing.Any] | None
: List settings for the Automation
report_summary: dict[str, typing.Any] | None
: A summary of opens and clicks for sent campaigns
settings: dict[str, typing.Any] | None
: The settings for the Automation workflow
start_time: str | None
: The date and time the Automation was started
status: str | None
: The current status of the Automation
tracking: dict[str, typing.Any] | None
: The tracking options for the Automation
AutomationsSearchQuery(*args, **kwargs)
: Search query for automations entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.mailchimp.types.AutomationsEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsInCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.AutomationsAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.mailchimp.types.AutomationsSortFilter]
: The type of the None singleton.
AutomationsSortFilter(*args, **kwargs)
: Available fields for sorting automations search results.
Ancestors (in MRO)
- builtins.dict
Class variables
create_time: Literal['asc', 'desc']
: The date and time the Automation was created
emails_sent: Literal['asc', 'desc']
: The total number of emails sent for the Automation
id: Literal['asc', 'desc']
: A string that uniquely identifies an Automation workflow
recipients: Literal['asc', 'desc']
: List settings for the Automation
report_summary: Literal['asc', 'desc']
: A summary of opens and clicks for sent campaigns
settings: Literal['asc', 'desc']
: The settings for the Automation workflow
start_time: Literal['asc', 'desc']
: The date and time the Automation was started
status: Literal['asc', 'desc']
: The current status of the Automation
tracking: Literal['asc', 'desc']
: The tracking options for the Automation
AutomationsStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
create_time: str
: The date and time the Automation was created
emails_sent: str
: The total number of emails sent for the Automation
id: str
: A string that uniquely identifies an Automation workflow
recipients: str
: List settings for the Automation
report_summary: str
: A summary of opens and clicks for sent campaigns
settings: str
: The settings for the Automation workflow
start_time: str
: The date and time the Automation was started
status: str
: The current status of the Automation
tracking: str
: The tracking options for the Automation
CampaignsAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.mailchimp.types.CampaignsEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsInCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsAnyCondition]
: The type of the None singleton.
CampaignsAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.mailchimp.types.CampaignsAnyValueFilter
: The type of the None singleton.
CampaignsAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
ab_split_opts: Any
: A/B Testing options for a campaign.
archive_url: Any
: The link to the campaign's archive version in ISO 8601 format.
content_type: Any
: How the campaign's content is put together.
create_time: Any
: The date and time the campaign was created in ISO 8601 format.
delivery_status: Any
: Updates on campaigns in the process of sending.
emails_sent: Any
: The total number of emails sent for this campaign.
id: Any
: A string that uniquely identifies this campaign.
long_archive_url: Any
: The original link to the campaign's archive version.
needs_block_refresh: Any
: Determines if the campaign needs its blocks refreshed by opening the web-based campaign editor. D...
parent_campaign_id: Any
: If this campaign is the child of another campaign, this identifies the parent campaign. For Examp...
recipients: Any
: List settings for the campaign.
report_summary: Any
: For sent campaigns, a summary of opens, clicks, and e-commerce data.
resendable: Any
: Determines if the campaign qualifies to be resent to non-openers.
rss_opts: Any
: RSS options for a campaign.
send_time: Any
: The date and time a campaign was sent.
settings: Any
: The settings for your campaign, including subject, from name, reply-to address, and more.
social_card: Any
: The preview for the campaign, rendered by social networks like Facebook and Twitter. [Learn more]...
status: Any
: The current status of the campaign.
tracking: Any
: The tracking options for a campaign.
type_: Any
: There are four types of campaigns y...
variate_settings: Any
: The settings specific to A/B test campaigns.
web_id: Any
: The ID used in the Mailchimp web application. View this campaign in your Mailchimp account at `ht...
CampaignsContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.mailchimp.types.CampaignsAnyValueFilter
: The type of the None singleton.
CampaignsEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.mailchimp.types.CampaignsSearchFilter
: The type of the None singleton.
CampaignsFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.mailchimp.types.CampaignsStringFilter
: The type of the None singleton.
CampaignsGetParams(*args, **kwargs)
: Parameters for campaigns.get operation
Ancestors (in MRO)
- builtins.dict
Class variables
campaign_id: str
: The type of the None singleton.
CampaignsGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.mailchimp.types.CampaignsSearchFilter
: The type of the None singleton.
CampaignsGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.mailchimp.types.CampaignsSearchFilter
: The type of the None singleton.
CampaignsInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.mailchimp.types.CampaignsInFilter
: The type of the None singleton.
CampaignsInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
ab_split_opts: list[dict[str, typing.Any]]
: A/B Testing options for a campaign.
archive_url: list[str]
: The link to the campaign's archive version in ISO 8601 format.
content_type: list[str]
: How the campaign's content is put together.
create_time: list[str]
: The date and time the campaign was created in ISO 8601 format.
delivery_status: list[dict[str, typing.Any]]
: Updates on campaigns in the process of sending.
emails_sent: list[int]
: The total number of emails sent for this campaign.
id: list[str]
: A string that uniquely identifies this campaign.
long_archive_url: list[str]
: The original link to the campaign's archive version.
needs_block_refresh: list[bool]
: Determines if the campaign needs its blocks refreshed by opening the web-based campaign editor. D...
parent_campaign_id: list[str]
: If this campaign is the child of another campaign, this identifies the parent campaign. For Examp...
recipients: list[dict[str, typing.Any]]
: List settings for the campaign.
report_summary: list[dict[str, typing.Any]]
: For sent campaigns, a summary of opens, clicks, and e-commerce data.
resendable: list[bool]
: Determines if the campaign qualifies to be resent to non-openers.
rss_opts: list[dict[str, typing.Any]]
: RSS options for a campaign.
send_time: list[str]
: The date and time a campaign was sent.
settings: list[dict[str, typing.Any]]
: The settings for your campaign, including subject, from name, reply-to address, and more.
social_card: list[dict[str, typing.Any]]
: The preview for the campaign, rendered by social networks like Facebook and Twitter. [Learn more]...
status: list[str]
: The current status of the campaign.
tracking: list[dict[str, typing.Any]]
: The tracking options for a campaign.
type_: list[str]
: There are four types of campaigns y...
variate_settings: list[dict[str, typing.Any]]
: The settings specific to A/B test campaigns.
web_id: list[int]
: The ID used in the Mailchimp web application. View this campaign in your Mailchimp account at `ht...
CampaignsKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.mailchimp.types.CampaignsStringFilter
: The type of the None singleton.
CampaignsLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.mailchimp.types.CampaignsStringFilter
: The type of the None singleton.
CampaignsListParams(*args, **kwargs)
: Parameters for campaigns.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
before_create_time: str
: The type of the None singleton.
before_send_time: str
: The type of the None singleton.
count: int
: The type of the None singleton.
folder_id: str
: The type of the None singleton.
list_id: str
: The type of the None singleton.
offset: int
: The type of the None singleton.
since_create_time: str
: The type of the None singleton.
since_send_time: str
: The type of the None singleton.
sort_dir: str
: The type of the None singleton.
sort_field: str
: The type of the None singleton.
status: str
: The type of the None singleton.
type: str
: The type of the None singleton.
CampaignsLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.mailchimp.types.CampaignsSearchFilter
: The type of the None singleton.
CampaignsLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.mailchimp.types.CampaignsSearchFilter
: The type of the None singleton.
CampaignsNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.mailchimp.types.CampaignsSearchFilter
: The type of the None singleton.
CampaignsNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.mailchimp.types.CampaignsEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsInCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsAnyCondition
: The type of the None singleton.
CampaignsOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.mailchimp.types.CampaignsEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsInCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsAnyCondition]
: The type of the None singleton.
CampaignsSearchFilter(*args, **kwargs)
: Available fields for filtering campaigns search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
ab_split_opts: dict[str, typing.Any] | None
: A/B Testing options for a campaign.
archive_url: str | None
: The link to the campaign's archive version in ISO 8601 format.
content_type: str | None
: How the campaign's content is put together.
create_time: str | None
: The date and time the campaign was created in ISO 8601 format.
delivery_status: dict[str, typing.Any] | None
: Updates on campaigns in the process of sending.
emails_sent: int | None
: The total number of emails sent for this campaign.
id: str | None
: A string that uniquely identifies this campaign.
long_archive_url: str | None
: The original link to the campaign's archive version.
needs_block_refresh: bool | None
: Determines if the campaign needs its blocks refreshed by opening the web-based campaign editor. D...
parent_campaign_id: str | None
: If this campaign is the child of another campaign, this identifies the parent campaign. For Examp...
recipients: dict[str, typing.Any] | None
: List settings for the campaign.
report_summary: dict[str, typing.Any] | None
: For sent campaigns, a summary of opens, clicks, and e-commerce data.
resendable: bool | None
: Determines if the campaign qualifies to be resent to non-openers.
rss_opts: dict[str, typing.Any] | None
: RSS options for a campaign.
send_time: str | None
: The date and time a campaign was sent.
settings: dict[str, typing.Any] | None
: The settings for your campaign, including subject, from name, reply-to address, and more.
social_card: dict[str, typing.Any] | None
: The preview for the campaign, rendered by social networks like Facebook and Twitter. [Learn more]...
status: str | None
: The current status of the campaign.
tracking: dict[str, typing.Any] | None
: The tracking options for a campaign.
type_: str | None
: There are four types of campaigns y...
variate_settings: dict[str, typing.Any] | None
: The settings specific to A/B test campaigns.
web_id: int | None
: The ID used in the Mailchimp web application. View this campaign in your Mailchimp account at `ht...
CampaignsSearchQuery(*args, **kwargs)
: Search query for campaigns entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.mailchimp.types.CampaignsEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsInCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.CampaignsAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.mailchimp.types.CampaignsSortFilter]
: The type of the None singleton.
CampaignsSortFilter(*args, **kwargs)
: Available fields for sorting campaigns search results.
Ancestors (in MRO)
- builtins.dict
Class variables
ab_split_opts: Literal['asc', 'desc']
: A/B Testing options for a campaign.
archive_url: Literal['asc', 'desc']
: The link to the campaign's archive version in ISO 8601 format.
content_type: Literal['asc', 'desc']
: How the campaign's content is put together.
create_time: Literal['asc', 'desc']
: The date and time the campaign was created in ISO 8601 format.
delivery_status: Literal['asc', 'desc']
: Updates on campaigns in the process of sending.
emails_sent: Literal['asc', 'desc']
: The total number of emails sent for this campaign.
id: Literal['asc', 'desc']
: A string that uniquely identifies this campaign.
long_archive_url: Literal['asc', 'desc']
: The original link to the campaign's archive version.
needs_block_refresh: Literal['asc', 'desc']
: Determines if the campaign needs its blocks refreshed by opening the web-based campaign editor. D...
parent_campaign_id: Literal['asc', 'desc']
: If this campaign is the child of another campaign, this identifies the parent campaign. For Examp...
recipients: Literal['asc', 'desc']
: List settings for the campaign.
report_summary: Literal['asc', 'desc']
: For sent campaigns, a summary of opens, clicks, and e-commerce data.
resendable: Literal['asc', 'desc']
: Determines if the campaign qualifies to be resent to non-openers.
rss_opts: Literal['asc', 'desc']
: RSS options for a campaign.
send_time: Literal['asc', 'desc']
: The date and time a campaign was sent.
settings: Literal['asc', 'desc']
: The settings for your campaign, including subject, from name, reply-to address, and more.
social_card: Literal['asc', 'desc']
: The preview for the campaign, rendered by social networks like Facebook and Twitter. [Learn more]...
status: Literal['asc', 'desc']
: The current status of the campaign.
tracking: Literal['asc', 'desc']
: The tracking options for a campaign.
type_: Literal['asc', 'desc']
: There are four types of campaigns y...
variate_settings: Literal['asc', 'desc']
: The settings specific to A/B test campaigns.
web_id: Literal['asc', 'desc']
: The ID used in the Mailchimp web application. View this campaign in your Mailchimp account at `ht...
CampaignsStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
ab_split_opts: str
: A/B Testing options for a campaign.
archive_url: str
: The link to the campaign's archive version in ISO 8601 format.
content_type: str
: How the campaign's content is put together.
create_time: str
: The date and time the campaign was created in ISO 8601 format.
delivery_status: str
: Updates on campaigns in the process of sending.
emails_sent: str
: The total number of emails sent for this campaign.
id: str
: A string that uniquely identifies this campaign.
long_archive_url: str
: The original link to the campaign's archive version.
needs_block_refresh: str
: Determines if the campaign needs its blocks refreshed by opening the web-based campaign editor. D...
parent_campaign_id: str
: If this campaign is the child of another campaign, this identifies the parent campaign. For Examp...
recipients: str
: List settings for the campaign.
report_summary: str
: For sent campaigns, a summary of opens, clicks, and e-commerce data.
resendable: str
: Determines if the campaign qualifies to be resent to non-openers.
rss_opts: str
: RSS options for a campaign.
send_time: str
: The date and time a campaign was sent.
settings: str
: The settings for your campaign, including subject, from name, reply-to address, and more.
social_card: str
: The preview for the campaign, rendered by social networks like Facebook and Twitter. [Learn more]...
status: str
: The current status of the campaign.
tracking: str
: The tracking options for a campaign.
type_: str
: There are four types of campaigns y...
variate_settings: str
: The settings specific to A/B test campaigns.
web_id: str
: The ID used in the Mailchimp web application. View this campaign in your Mailchimp account at `ht...
EmailActivityAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityInCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityAnyCondition]
: The type of the None singleton.
EmailActivityAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityAnyValueFilter
: The type of the None singleton.
EmailActivityAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
action: Any
: One of the following actions: 'open', 'click', or 'bounce'
campaign_id: Any
: The unique id for the campaign.
email_address: Any
: Email address for a subscriber.
email_id: Any
: The MD5 hash of the lowercase version of the list member's email address.
ip: Any
: The IP address recorded for the action.
list_id: Any
: The unique id for the list.
list_is_active: Any
: The status of the list used, namely if it's deleted or disabled.
timestamp: Any
: The date and time recorded for the action in ISO 8601 format.
type_: Any
: If the action is a 'bounce', the type of bounce received: 'hard', 'soft'.
url: Any
: If the action is a 'click', the URL on which the member clicked.
EmailActivityContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityAnyValueFilter
: The type of the None singleton.
EmailActivityEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.mailchimp.types.EmailActivitySearchFilter
: The type of the None singleton.
EmailActivityFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityStringFilter
: The type of the None singleton.
EmailActivityGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.mailchimp.types.EmailActivitySearchFilter
: The type of the None singleton.
EmailActivityGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.mailchimp.types.EmailActivitySearchFilter
: The type of the None singleton.
EmailActivityInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityInFilter
: The type of the None singleton.
EmailActivityInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
action: list[str]
: One of the following actions: 'open', 'click', or 'bounce'
campaign_id: list[str]
: The unique id for the campaign.
email_address: list[str]
: Email address for a subscriber.
email_id: list[str]
: The MD5 hash of the lowercase version of the list member's email address.
ip: list[str]
: The IP address recorded for the action.
list_id: list[str]
: The unique id for the list.
list_is_active: list[bool]
: The status of the list used, namely if it's deleted or disabled.
timestamp: list[str]
: The date and time recorded for the action in ISO 8601 format.
type_: list[str]
: If the action is a 'bounce', the type of bounce received: 'hard', 'soft'.
url: list[str]
: If the action is a 'click', the URL on which the member clicked.
EmailActivityKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityStringFilter
: The type of the None singleton.
EmailActivityLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityStringFilter
: The type of the None singleton.
EmailActivityListParams(*args, **kwargs)
: Parameters for email_activity.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
campaign_id: str
: The type of the None singleton.
count: int
: The type of the None singleton.
offset: int
: The type of the None singleton.
since: str
: The type of the None singleton.
EmailActivityLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.mailchimp.types.EmailActivitySearchFilter
: The type of the None singleton.
EmailActivityLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.mailchimp.types.EmailActivitySearchFilter
: The type of the None singleton.
EmailActivityNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.mailchimp.types.EmailActivitySearchFilter
: The type of the None singleton.
EmailActivityNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityInCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityAnyCondition
: The type of the None singleton.
EmailActivityOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityInCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityAnyCondition]
: The type of the None singleton.
EmailActivitySearchFilter(*args, **kwargs)
: Available fields for filtering email_activity search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
action: str | None
: One of the following actions: 'open', 'click', or 'bounce'
campaign_id: str | None
: The unique id for the campaign.
email_address: str | None
: Email address for a subscriber.
email_id: str | None
: The MD5 hash of the lowercase version of the list member's email address.
ip: str | None
: The IP address recorded for the action.
list_id: str | None
: The unique id for the list.
list_is_active: bool | None
: The status of the list used, namely if it's deleted or disabled.
timestamp: str | None
: The date and time recorded for the action in ISO 8601 format.
type_: str | None
: If the action is a 'bounce', the type of bounce received: 'hard', 'soft'.
url: str | None
: If the action is a 'click', the URL on which the member clicked.
EmailActivitySearchQuery(*args, **kwargs)
: Search query for email_activity entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityInCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.EmailActivityAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.mailchimp.types.EmailActivitySortFilter]
: The type of the None singleton.
EmailActivitySortFilter(*args, **kwargs)
: Available fields for sorting email_activity search results.
Ancestors (in MRO)
- builtins.dict
Class variables
action: Literal['asc', 'desc']
: One of the following actions: 'open', 'click', or 'bounce'
campaign_id: Literal['asc', 'desc']
: The unique id for the campaign.
email_address: Literal['asc', 'desc']
: Email address for a subscriber.
email_id: Literal['asc', 'desc']
: The MD5 hash of the lowercase version of the list member's email address.
ip: Literal['asc', 'desc']
: The IP address recorded for the action.
list_id: Literal['asc', 'desc']
: The unique id for the list.
list_is_active: Literal['asc', 'desc']
: The status of the list used, namely if it's deleted or disabled.
timestamp: Literal['asc', 'desc']
: The date and time recorded for the action in ISO 8601 format.
type_: Literal['asc', 'desc']
: If the action is a 'bounce', the type of bounce received: 'hard', 'soft'.
url: Literal['asc', 'desc']
: If the action is a 'click', the URL on which the member clicked.
EmailActivityStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
action: str
: One of the following actions: 'open', 'click', or 'bounce'
campaign_id: str
: The unique id for the campaign.
email_address: str
: Email address for a subscriber.
email_id: str
: The MD5 hash of the lowercase version of the list member's email address.
ip: str
: The IP address recorded for the action.
list_id: str
: The unique id for the list.
list_is_active: str
: The status of the list used, namely if it's deleted or disabled.
timestamp: str
: The date and time recorded for the action in ISO 8601 format.
type_: str
: If the action is a 'bounce', the type of bounce received: 'hard', 'soft'.
url: str
: If the action is a 'click', the URL on which the member clicked.
InterestCategoriesAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesInCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesAnyCondition]
: The type of the None singleton.
InterestCategoriesAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesAnyValueFilter
: The type of the None singleton.
InterestCategoriesAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
display_order: Any
: The order that the categories are displayed in the list
id: Any
: The id for the interest category
list_id: Any
: The unique list id for the category
title: Any
: The text description of this category
type_: Any
: Determines how this category's interests appear on signup forms
InterestCategoriesContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesAnyValueFilter
: The type of the None singleton.
InterestCategoriesEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesSearchFilter
: The type of the None singleton.
InterestCategoriesFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesStringFilter
: The type of the None singleton.
InterestCategoriesGetParams(*args, **kwargs)
: Parameters for interest_categories.get operation
Ancestors (in MRO)
- builtins.dict
Class variables
interest_category_id: str
: The type of the None singleton.
list_id: str
: The type of the None singleton.
InterestCategoriesGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesSearchFilter
: The type of the None singleton.
InterestCategoriesGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesSearchFilter
: The type of the None singleton.
InterestCategoriesInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesInFilter
: The type of the None singleton.
InterestCategoriesInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
display_order: list[int]
: The order that the categories are displayed in the list
id: list[str]
: The id for the interest category
list_id: list[str]
: The unique list id for the category
title: list[str]
: The text description of this category
type_: list[str]
: Determines how this category's interests appear on signup forms
InterestCategoriesKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesStringFilter
: The type of the None singleton.
InterestCategoriesLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesStringFilter
: The type of the None singleton.
InterestCategoriesListParams(*args, **kwargs)
: Parameters for interest_categories.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
count: int
: The type of the None singleton.
list_id: str
: The type of the None singleton.
offset: int
: The type of the None singleton.
InterestCategoriesLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesSearchFilter
: The type of the None singleton.
InterestCategoriesLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesSearchFilter
: The type of the None singleton.
InterestCategoriesNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesSearchFilter
: The type of the None singleton.
InterestCategoriesNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesInCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesAnyCondition
: The type of the None singleton.
InterestCategoriesOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesInCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesAnyCondition]
: The type of the None singleton.
InterestCategoriesSearchFilter(*args, **kwargs)
: Available fields for filtering interest_categories search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
display_order: int | None
: The order that the categories are displayed in the list
id: str
: The id for the interest category
list_id: str | None
: The unique list id for the category
title: str | None
: The text description of this category
type_: str | None
: Determines how this category's interests appear on signup forms
InterestCategoriesSearchQuery(*args, **kwargs)
: Search query for interest_categories entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesInCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.mailchimp.types.InterestCategoriesSortFilter]
: The type of the None singleton.
InterestCategoriesSortFilter(*args, **kwargs)
: Available fields for sorting interest_categories search results.
Ancestors (in MRO)
- builtins.dict
Class variables
display_order: Literal['asc', 'desc']
: The order that the categories are displayed in the list
id: Literal['asc', 'desc']
: The id for the interest category
list_id: Literal['asc', 'desc']
: The unique list id for the category
title: Literal['asc', 'desc']
: The text description of this category
type_: Literal['asc', 'desc']
: Determines how this category's interests appear on signup forms
InterestCategoriesStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
display_order: str
: The order that the categories are displayed in the list
id: str
: The id for the interest category
list_id: str
: The unique list id for the category
title: str
: The text description of this category
type_: str
: Determines how this category's interests appear on signup forms
InterestsAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.mailchimp.types.InterestsEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsInCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsAnyCondition]
: The type of the None singleton.
InterestsAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.mailchimp.types.InterestsAnyValueFilter
: The type of the None singleton.
InterestsAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
category_id: Any
: The id for the interest category
display_order: Any
: The display order for interests
id: Any
: The ID for the interest
list_id: Any
: The ID for the list that this interest belongs to
name: Any
: The name of the interest
subscriber_count: Any
: The number of subscribers associated with this interest
InterestsContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.mailchimp.types.InterestsAnyValueFilter
: The type of the None singleton.
InterestsEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.mailchimp.types.InterestsSearchFilter
: The type of the None singleton.
InterestsFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.mailchimp.types.InterestsStringFilter
: The type of the None singleton.
InterestsGetParams(*args, **kwargs)
: Parameters for interests.get operation
Ancestors (in MRO)
- builtins.dict
Class variables
interest_category_id: str
: The type of the None singleton.
interest_id: str
: The type of the None singleton.
list_id: str
: The type of the None singleton.
InterestsGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.mailchimp.types.InterestsSearchFilter
: The type of the None singleton.
InterestsGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.mailchimp.types.InterestsSearchFilter
: The type of the None singleton.
InterestsInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.mailchimp.types.InterestsInFilter
: The type of the None singleton.
InterestsInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
category_id: list[str]
: The id for the interest category
display_order: list[int]
: The display order for interests
id: list[str]
: The ID for the interest
list_id: list[str]
: The ID for the list that this interest belongs to
name: list[str]
: The name of the interest
subscriber_count: list[str]
: The number of subscribers associated with this interest
InterestsKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.mailchimp.types.InterestsStringFilter
: The type of the None singleton.
InterestsLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.mailchimp.types.InterestsStringFilter
: The type of the None singleton.
InterestsListParams(*args, **kwargs)
: Parameters for interests.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
count: int
: The type of the None singleton.
interest_category_id: str
: The type of the None singleton.
list_id: str
: The type of the None singleton.
offset: int
: The type of the None singleton.
InterestsLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.mailchimp.types.InterestsSearchFilter
: The type of the None singleton.
InterestsLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.mailchimp.types.InterestsSearchFilter
: The type of the None singleton.
InterestsNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.mailchimp.types.InterestsSearchFilter
: The type of the None singleton.
InterestsNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.mailchimp.types.InterestsEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsInCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsAnyCondition
: The type of the None singleton.
InterestsOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.mailchimp.types.InterestsEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsInCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsAnyCondition]
: The type of the None singleton.
InterestsSearchFilter(*args, **kwargs)
: Available fields for filtering interests search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
category_id: str | None
: The id for the interest category
display_order: int | None
: The display order for interests
id: str
: The ID for the interest
list_id: str | None
: The ID for the list that this interest belongs to
name: str | None
: The name of the interest
subscriber_count: str | None
: The number of subscribers associated with this interest
InterestsSearchQuery(*args, **kwargs)
: Search query for interests entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.mailchimp.types.InterestsEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsInCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.InterestsAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.mailchimp.types.InterestsSortFilter]
: The type of the None singleton.
InterestsSortFilter(*args, **kwargs)
: Available fields for sorting interests search results.
Ancestors (in MRO)
- builtins.dict
Class variables
category_id: Literal['asc', 'desc']
: The id for the interest category
display_order: Literal['asc', 'desc']
: The display order for interests
id: Literal['asc', 'desc']
: The ID for the interest
list_id: Literal['asc', 'desc']
: The ID for the list that this interest belongs to
name: Literal['asc', 'desc']
: The name of the interest
subscriber_count: Literal['asc', 'desc']
: The number of subscribers associated with this interest
InterestsStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
category_id: str
: The id for the interest category
display_order: str
: The display order for interests
id: str
: The ID for the interest
list_id: str
: The ID for the list that this interest belongs to
name: str
: The name of the interest
subscriber_count: str
: The number of subscribers associated with this interest
ListMembersAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.mailchimp.types.ListMembersEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersInCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersAnyCondition]
: The type of the None singleton.
ListMembersAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.mailchimp.types.ListMembersAnyValueFilter
: The type of the None singleton.
ListMembersAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
consents_to_one_to_one_messaging: Any
: Indicates whether a contact consents to 1:1 messaging
contact_id: Any
: As Mailchimp evolves beyond email, you may eventually have contacts without email addresses
email_address: Any
: Email address for a subscriber
email_client: Any
: The list member's email client
email_type: Any
: Type of email this member asked to get
full_name: Any
: The contact's full name
id: Any
: The MD5 hash of the lowercase version of the list member's email address
interests: Any
: The key of this object's properties is the ID of the interest in question
ip_opt: Any
: The IP address the subscriber used to confirm their opt-in status
ip_signup: Any
: IP address the subscriber signed up from
language: Any
: If set/detected, the subscriber's language
last_changed: Any
: The date and time the member's info was last changed
list_id: Any
: The list id
location: Any
: Subscriber location information
member_rating: Any
: Star rating for this member, between 1 and 5
merge_fields: Any
: A dictionary of merge fields where the keys are the merge tags
source: Any
: The source from which the subscriber was added to this list
stats: Any
: Open and click rates for this subscriber
status: Any
: Subscriber's current status
tags: Any
: Returns up to 50 tags applied to this member
tags_count: Any
: The number of tags applied to this member
timestamp_opt: Any
: The date and time the subscriber confirmed their opt-in status
timestamp_signup: Any
: The date and time the subscriber signed up for the list
unique_email_id: Any
: An identifier for the address across all of Mailchimp
unsubscribe_reason: Any
: A subscriber's reason for unsubscribing
vip: Any
: VIP status for subscriber
web_id: Any
: The ID used in the Mailchimp web application
ListMembersContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.mailchimp.types.ListMembersAnyValueFilter
: The type of the None singleton.
ListMembersEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.mailchimp.types.ListMembersSearchFilter
: The type of the None singleton.
ListMembersFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.mailchimp.types.ListMembersStringFilter
: The type of the None singleton.
ListMembersGetParams(*args, **kwargs)
: Parameters for list_members.get operation
Ancestors (in MRO)
- builtins.dict
Class variables
list_id: str
: The type of the None singleton.
subscriber_hash: str
: The type of the None singleton.
ListMembersGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.mailchimp.types.ListMembersSearchFilter
: The type of the None singleton.
ListMembersGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.mailchimp.types.ListMembersSearchFilter
: The type of the None singleton.
ListMembersInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.mailchimp.types.ListMembersInFilter
: The type of the None singleton.
ListMembersInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
consents_to_one_to_one_messaging: list[bool]
: Indicates whether a contact consents to 1:1 messaging
contact_id: list[str]
: As Mailchimp evolves beyond email, you may eventually have contacts without email addresses
email_address: list[str]
: Email address for a subscriber
email_client: list[str]
: The list member's email client
email_type: list[str]
: Type of email this member asked to get
full_name: list[str]
: The contact's full name
id: list[str]
: The MD5 hash of the lowercase version of the list member's email address
interests: list[dict[str, typing.Any]]
: The key of this object's properties is the ID of the interest in question
ip_opt: list[str]
: The IP address the subscriber used to confirm their opt-in status
ip_signup: list[str]
: IP address the subscriber signed up from
language: list[str]
: If set/detected, the subscriber's language
last_changed: list[str]
: The date and time the member's info was last changed
list_id: list[str]
: The list id
location: list[dict[str, typing.Any]]
: Subscriber location information
member_rating: list[int]
: Star rating for this member, between 1 and 5
merge_fields: list[dict[str, typing.Any]]
: A dictionary of merge fields where the keys are the merge tags
source: list[str]
: The source from which the subscriber was added to this list
stats: list[dict[str, typing.Any]]
: Open and click rates for this subscriber
status: list[str]
: Subscriber's current status
tags: list[list[typing.Any]]
: Returns up to 50 tags applied to this member
tags_count: list[int]
: The number of tags applied to this member
timestamp_opt: list[str]
: The date and time the subscriber confirmed their opt-in status
timestamp_signup: list[str]
: The date and time the subscriber signed up for the list
unique_email_id: list[str]
: An identifier for the address across all of Mailchimp
unsubscribe_reason: list[str]
: A subscriber's reason for unsubscribing
vip: list[bool]
: VIP status for subscriber
web_id: list[int]
: The ID used in the Mailchimp web application
ListMembersKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.mailchimp.types.ListMembersStringFilter
: The type of the None singleton.
ListMembersLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.mailchimp.types.ListMembersStringFilter
: The type of the None singleton.
ListMembersListParams(*args, **kwargs)
: Parameters for list_members.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
before_last_changed: str
: The type of the None singleton.
before_timestamp_opt: str
: The type of the None singleton.
count: int
: The type of the None singleton.
email_type: str
: The type of the None singleton.
interest_category_id: str
: The type of the None singleton.
interest_ids: str
: The type of the None singleton.
interest_match: str
: The type of the None singleton.
list_id: str
: The type of the None singleton.
offset: int
: The type of the None singleton.
since_last_changed: str
: The type of the None singleton.
since_timestamp_opt: str
: The type of the None singleton.
sort_dir: str
: The type of the None singleton.
sort_field: str
: The type of the None singleton.
status: str
: The type of the None singleton.
unique_email_id: str
: The type of the None singleton.
vip_only: bool
: The type of the None singleton.
ListMembersLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.mailchimp.types.ListMembersSearchFilter
: The type of the None singleton.
ListMembersLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.mailchimp.types.ListMembersSearchFilter
: The type of the None singleton.
ListMembersNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.mailchimp.types.ListMembersSearchFilter
: The type of the None singleton.
ListMembersNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.mailchimp.types.ListMembersEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersInCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersAnyCondition
: The type of the None singleton.
ListMembersOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.mailchimp.types.ListMembersEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersInCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersAnyCondition]
: The type of the None singleton.
ListMembersSearchFilter(*args, **kwargs)
: Available fields for filtering list_members search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
consents_to_one_to_one_messaging: bool | None
: Indicates whether a contact consents to 1:1 messaging
contact_id: str | None
: As Mailchimp evolves beyond email, you may eventually have contacts without email addresses
email_address: str | None
: Email address for a subscriber
email_client: str | None
: The list member's email client
email_type: str | None
: Type of email this member asked to get
full_name: str | None
: The contact's full name
id: str
: The MD5 hash of the lowercase version of the list member's email address
interests: dict[str, typing.Any] | None
: The key of this object's properties is the ID of the interest in question
ip_opt: str | None
: The IP address the subscriber used to confirm their opt-in status
ip_signup: str | None
: IP address the subscriber signed up from
language: str | None
: If set/detected, the subscriber's language
last_changed: str | None
: The date and time the member's info was last changed
list_id: str | None
: The list id
location: dict[str, typing.Any] | None
: Subscriber location information
member_rating: int | None
: Star rating for this member, between 1 and 5
merge_fields: dict[str, typing.Any] | None
: A dictionary of merge fields where the keys are the merge tags
source: str | None
: The source from which the subscriber was added to this list
stats: dict[str, typing.Any] | None
: Open and click rates for this subscriber
status: str | None
: Subscriber's current status
tags: list[typing.Any] | None
: Returns up to 50 tags applied to this member
tags_count: int | None
: The number of tags applied to this member
timestamp_opt: str | None
: The date and time the subscriber confirmed their opt-in status
timestamp_signup: str | None
: The date and time the subscriber signed up for the list
unique_email_id: str | None
: An identifier for the address across all of Mailchimp
unsubscribe_reason: str | None
: A subscriber's reason for unsubscribing
vip: bool | None
: VIP status for subscriber
web_id: int | None
: The ID used in the Mailchimp web application
ListMembersSearchQuery(*args, **kwargs)
: Search query for list_members entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.mailchimp.types.ListMembersEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersInCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListMembersAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.mailchimp.types.ListMembersSortFilter]
: The type of the None singleton.
ListMembersSortFilter(*args, **kwargs)
: Available fields for sorting list_members search results.
Ancestors (in MRO)
- builtins.dict
Class variables
consents_to_one_to_one_messaging: Literal['asc', 'desc']
: Indicates whether a contact consents to 1:1 messaging
contact_id: Literal['asc', 'desc']
: As Mailchimp evolves beyond email, you may eventually have contacts without email addresses
email_address: Literal['asc', 'desc']
: Email address for a subscriber
email_client: Literal['asc', 'desc']
: The list member's email client
email_type: Literal['asc', 'desc']
: Type of email this member asked to get
full_name: Literal['asc', 'desc']
: The contact's full name
id: Literal['asc', 'desc']
: The MD5 hash of the lowercase version of the list member's email address
interests: Literal['asc', 'desc']
: The key of this object's properties is the ID of the interest in question
ip_opt: Literal['asc', 'desc']
: The IP address the subscriber used to confirm their opt-in status
ip_signup: Literal['asc', 'desc']
: IP address the subscriber signed up from
language: Literal['asc', 'desc']
: If set/detected, the subscriber's language
last_changed: Literal['asc', 'desc']
: The date and time the member's info was last changed
list_id: Literal['asc', 'desc']
: The list id
location: Literal['asc', 'desc']
: Subscriber location information
member_rating: Literal['asc', 'desc']
: Star rating for this member, between 1 and 5
merge_fields: Literal['asc', 'desc']
: A dictionary of merge fields where the keys are the merge tags
source: Literal['asc', 'desc']
: The source from which the subscriber was added to this list
stats: Literal['asc', 'desc']
: Open and click rates for this subscriber
status: Literal['asc', 'desc']
: Subscriber's current status
tags: Literal['asc', 'desc']
: Returns up to 50 tags applied to this member
tags_count: Literal['asc', 'desc']
: The number of tags applied to this member
timestamp_opt: Literal['asc', 'desc']
: The date and time the subscriber confirmed their opt-in status
timestamp_signup: Literal['asc', 'desc']
: The date and time the subscriber signed up for the list
unique_email_id: Literal['asc', 'desc']
: An identifier for the address across all of Mailchimp
unsubscribe_reason: Literal['asc', 'desc']
: A subscriber's reason for unsubscribing
vip: Literal['asc', 'desc']
: VIP status for subscriber
web_id: Literal['asc', 'desc']
: The ID used in the Mailchimp web application
ListMembersStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
consents_to_one_to_one_messaging: str
: Indicates whether a contact consents to 1:1 messaging
contact_id: str
: As Mailchimp evolves beyond email, you may eventually have contacts without email addresses
email_address: str
: Email address for a subscriber
email_client: str
: The list member's email client
email_type: str
: Type of email this member asked to get
full_name: str
: The contact's full name
id: str
: The MD5 hash of the lowercase version of the list member's email address
interests: str
: The key of this object's properties is the ID of the interest in question
ip_opt: str
: The IP address the subscriber used to confirm their opt-in status
ip_signup: str
: IP address the subscriber signed up from
language: str
: If set/detected, the subscriber's language
last_changed: str
: The date and time the member's info was last changed
list_id: str
: The list id
location: str
: Subscriber location information
member_rating: str
: Star rating for this member, between 1 and 5
merge_fields: str
: A dictionary of merge fields where the keys are the merge tags
source: str
: The source from which the subscriber was added to this list
stats: str
: Open and click rates for this subscriber
status: str
: Subscriber's current status
tags: str
: Returns up to 50 tags applied to this member
tags_count: str
: The number of tags applied to this member
timestamp_opt: str
: The date and time the subscriber confirmed their opt-in status
timestamp_signup: str
: The date and time the subscriber signed up for the list
unique_email_id: str
: An identifier for the address across all of Mailchimp
unsubscribe_reason: str
: A subscriber's reason for unsubscribing
vip: str
: VIP status for subscriber
web_id: str
: The ID used in the Mailchimp web application
ListsAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.mailchimp.types.ListsEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsInCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsAnyCondition]
: The type of the None singleton.
ListsAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.mailchimp.types.ListsAnyValueFilter
: The type of the None singleton.
ListsAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
beamer_address: Any
: The list's Email Beamer address.
campaign_defaults: Any
: Default values for campaigns created for this list.
contact: Any
: Contact information displayed in campaign footers to comply with international spam laws.
date_created: Any
: The date and time that this list was created in ISO 8601 format.
double_optin: Any
: Whether or not to require the subscriber to confirm subscription via email.
email_type_option: Any
: Whether the list supports multiple formats for emails. When set to true, subscribers can choose...
has_welcome: Any
: Whether or not this list has a welcome automation connected.
id: Any
: A string that uniquely identifies this list.
list_rating: Any
: An auto-generated activity score for the list (0-5).
marketing_permissions: Any
: Whether or not the list has marketing permissions (eg. GDPR) enabled.
modules: Any
: Any list-specific modules installed for this list.
name: Any
: The name of the list.
notify_on_subscribe: Any
: The email address to send subscribe notifications to.
notify_on_unsubscribe: Any
: The email address to send unsubscribe notifications to.
permission_reminder: Any
: The permission reminder for the list.
stats: Any
: Stats for the list. Many of these are cached for at least five minutes.
subscribe_url_long: Any
: The full version of this list's subscribe form (host will vary).
subscribe_url_short: Any
: Our EepURL shortened version of this list's subscribe form.
use_archive_bar: Any
: Whether campaigns for this list use the Archive Bar in archives by default.
visibility: Any
: Whether this list is public or private.
web_id: Any
: The ID used in the Mailchimp web application. View this list in your Mailchimp account at `https:...
ListsContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.mailchimp.types.ListsAnyValueFilter
: The type of the None singleton.
ListsEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.mailchimp.types.ListsSearchFilter
: The type of the None singleton.
ListsFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.mailchimp.types.ListsStringFilter
: The type of the None singleton.
ListsGetParams(*args, **kwargs)
: Parameters for lists.get operation
Ancestors (in MRO)
- builtins.dict
Class variables
list_id: str
: The type of the None singleton.
ListsGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.mailchimp.types.ListsSearchFilter
: The type of the None singleton.
ListsGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.mailchimp.types.ListsSearchFilter
: The type of the None singleton.
ListsInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.mailchimp.types.ListsInFilter
: The type of the None singleton.
ListsInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
beamer_address: list[str]
: The list's Email Beamer address.
campaign_defaults: list[dict[str, typing.Any]]
: Default values for campaigns created for this list.
contact: list[dict[str, typing.Any]]
: Contact information displayed in campaign footers to comply with international spam laws.
date_created: list[str]
: The date and time that this list was created in ISO 8601 format.
double_optin: list[bool]
: Whether or not to require the subscriber to confirm subscription via email.
email_type_option: list[bool]
: Whether the list supports multiple formats for emails. When set to true, subscribers can choose...
has_welcome: list[bool]
: Whether or not this list has a welcome automation connected.
id: list[str]
: A string that uniquely identifies this list.
list_rating: list[int]
: An auto-generated activity score for the list (0-5).
marketing_permissions: list[bool]
: Whether or not the list has marketing permissions (eg. GDPR) enabled.
modules: list[list[typing.Any]]
: Any list-specific modules installed for this list.
name: list[str]
: The name of the list.
notify_on_subscribe: list[str]
: The email address to send subscribe notifications to.
notify_on_unsubscribe: list[str]
: The email address to send unsubscribe notifications to.
permission_reminder: list[str]
: The permission reminder for the list.
stats: list[dict[str, typing.Any]]
: Stats for the list. Many of these are cached for at least five minutes.
subscribe_url_long: list[str]
: The full version of this list's subscribe form (host will vary).
subscribe_url_short: list[str]
: Our EepURL shortened version of this list's subscribe form.
use_archive_bar: list[bool]
: Whether campaigns for this list use the Archive Bar in archives by default.
visibility: list[str]
: Whether this list is public or private.
web_id: list[int]
: The ID used in the Mailchimp web application. View this list in your Mailchimp account at `https:...
ListsKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.mailchimp.types.ListsStringFilter
: The type of the None singleton.
ListsLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.mailchimp.types.ListsStringFilter
: The type of the None singleton.
ListsListParams(*args, **kwargs)
: Parameters for lists.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
before_campaign_last_sent: str
: The type of the None singleton.
before_date_created: str
: The type of the None singleton.
count: int
: The type of the None singleton.
email: str
: The type of the None singleton.
offset: int
: The type of the None singleton.
since_campaign_last_sent: str
: The type of the None singleton.
since_date_created: str
: The type of the None singleton.
sort_dir: str
: The type of the None singleton.
sort_field: str
: The type of the None singleton.
ListsLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.mailchimp.types.ListsSearchFilter
: The type of the None singleton.
ListsLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.mailchimp.types.ListsSearchFilter
: The type of the None singleton.
ListsNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.mailchimp.types.ListsSearchFilter
: The type of the None singleton.
ListsNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.mailchimp.types.ListsEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsInCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsAnyCondition
: The type of the None singleton.
ListsOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.mailchimp.types.ListsEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsInCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsAnyCondition]
: The type of the None singleton.
ListsSearchFilter(*args, **kwargs)
: Available fields for filtering lists search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
beamer_address: str | None
: The list's Email Beamer address.
campaign_defaults: dict[str, typing.Any] | None
: Default values for campaigns created for this list.
contact: dict[str, typing.Any] | None
: Contact information displayed in campaign footers to comply with international spam laws.
date_created: str | None
: The date and time that this list was created in ISO 8601 format.
double_optin: bool | None
: Whether or not to require the subscriber to confirm subscription via email.
email_type_option: bool | None
: Whether the list supports multiple formats for emails. When set to true, subscribers can choose...
has_welcome: bool | None
: Whether or not this list has a welcome automation connected.
id: str | None
: A string that uniquely identifies this list.
list_rating: int | None
: An auto-generated activity score for the list (0-5).
marketing_permissions: bool | None
: Whether or not the list has marketing permissions (eg. GDPR) enabled.
modules: list[typing.Any] | None
: Any list-specific modules installed for this list.
name: str | None
: The name of the list.
notify_on_subscribe: str | None
: The email address to send subscribe notifications to.
notify_on_unsubscribe: str | None
: The email address to send unsubscribe notifications to.
permission_reminder: str | None
: The permission reminder for the list.
stats: dict[str, typing.Any] | None
: Stats for the list. Many of these are cached for at least five minutes.
subscribe_url_long: str | None
: The full version of this list's subscribe form (host will vary).
subscribe_url_short: str | None
: Our EepURL shortened version of this list's subscribe form.
use_archive_bar: bool | None
: Whether campaigns for this list use the Archive Bar in archives by default.
visibility: str | None
: Whether this list is public or private.
web_id: int | None
: The ID used in the Mailchimp web application. View this list in your Mailchimp account at `https:...
ListsSearchQuery(*args, **kwargs)
: Search query for lists entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.mailchimp.types.ListsEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsInCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.ListsAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.mailchimp.types.ListsSortFilter]
: The type of the None singleton.
ListsSortFilter(*args, **kwargs)
: Available fields for sorting lists search results.
Ancestors (in MRO)
- builtins.dict
Class variables
beamer_address: Literal['asc', 'desc']
: The list's Email Beamer address.
campaign_defaults: Literal['asc', 'desc']
: Default values for campaigns created for this list.
contact: Literal['asc', 'desc']
: Contact information displayed in campaign footers to comply with international spam laws.
date_created: Literal['asc', 'desc']
: The date and time that this list was created in ISO 8601 format.
double_optin: Literal['asc', 'desc']
: Whether or not to require the subscriber to confirm subscription via email.
email_type_option: Literal['asc', 'desc']
: Whether the list supports multiple formats for emails. When set to true, subscribers can choose...
has_welcome: Literal['asc', 'desc']
: Whether or not this list has a welcome automation connected.
id: Literal['asc', 'desc']
: A string that uniquely identifies this list.
list_rating: Literal['asc', 'desc']
: An auto-generated activity score for the list (0-5).
marketing_permissions: Literal['asc', 'desc']
: Whether or not the list has marketing permissions (eg. GDPR) enabled.
modules: Literal['asc', 'desc']
: Any list-specific modules installed for this list.
name: Literal['asc', 'desc']
: The name of the list.
notify_on_subscribe: Literal['asc', 'desc']
: The email address to send subscribe notifications to.
notify_on_unsubscribe: Literal['asc', 'desc']
: The email address to send unsubscribe notifications to.
permission_reminder: Literal['asc', 'desc']
: The permission reminder for the list.
stats: Literal['asc', 'desc']
: Stats for the list. Many of these are cached for at least five minutes.
subscribe_url_long: Literal['asc', 'desc']
: The full version of this list's subscribe form (host will vary).
subscribe_url_short: Literal['asc', 'desc']
: Our EepURL shortened version of this list's subscribe form.
use_archive_bar: Literal['asc', 'desc']
: Whether campaigns for this list use the Archive Bar in archives by default.
visibility: Literal['asc', 'desc']
: Whether this list is public or private.
web_id: Literal['asc', 'desc']
: The ID used in the Mailchimp web application. View this list in your Mailchimp account at `https:...
ListsStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
beamer_address: str
: The list's Email Beamer address.
campaign_defaults: str
: Default values for campaigns created for this list.
contact: str
: Contact information displayed in campaign footers to comply with international spam laws.
date_created: str
: The date and time that this list was created in ISO 8601 format.
double_optin: str
: Whether or not to require the subscriber to confirm subscription via email.
email_type_option: str
: Whether the list supports multiple formats for emails. When set to true, subscribers can choose...
has_welcome: str
: Whether or not this list has a welcome automation connected.
id: str
: A string that uniquely identifies this list.
list_rating: str
: An auto-generated activity score for the list (0-5).
marketing_permissions: str
: Whether or not the list has marketing permissions (eg. GDPR) enabled.
modules: str
: Any list-specific modules installed for this list.
name: str
: The name of the list.
notify_on_subscribe: str
: The email address to send subscribe notifications to.
notify_on_unsubscribe: str
: The email address to send unsubscribe notifications to.
permission_reminder: str
: The permission reminder for the list.
stats: str
: Stats for the list. Many of these are cached for at least five minutes.
subscribe_url_long: str
: The full version of this list's subscribe form (host will vary).
subscribe_url_short: str
: Our EepURL shortened version of this list's subscribe form.
use_archive_bar: str
: Whether campaigns for this list use the Archive Bar in archives by default.
visibility: str
: Whether this list is public or private.
web_id: str
: The ID used in the Mailchimp web application. View this list in your Mailchimp account at `https:...
ReportsAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.mailchimp.types.ReportsEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsInCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsAnyCondition]
: The type of the None singleton.
ReportsAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.mailchimp.types.ReportsAnyValueFilter
: The type of the None singleton.
ReportsAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
ab_split: Any
: General stats about different groups of an A/B Split campaign. Does not return information about ...
abuse_reports: Any
: The number of abuse reports generated for this campaign.
bounces: Any
: An object describing the bounce summary for the campaign.
campaign_title: Any
: The title of the campaign.
clicks: Any
: An object describing the click activity for the campaign.
delivery_status: Any
: Updates on campaigns in the process of sending.
ecommerce: Any
: E-Commerce stats for a campaign.
emails_sent: Any
: The total number of emails sent for this campaign.
facebook_likes: Any
: An object describing campaign engagement on Facebook.
forwards: Any
: An object describing the forwards and forward activity for the campaign.
id: Any
: A string that uniquely identifies this campaign.
industry_stats: Any
: The average campaign statistics for your industry.
list_id: Any
: The unique list id.
list_is_active: Any
: The status of the list used, namely if it's deleted or disabled.
list_name: Any
: The name of the list.
list_stats: Any
: The average campaign statistics for your list. This won't be present if we haven't calculated i...
opens: Any
: An object describing the open activity for the campaign.
preview_text: Any
: The preview text for the campaign.
rss_last_send: Any
: For RSS campaigns, the date and time of the last send in ISO 8601 format.
send_time: Any
: The date and time a campaign was sent in ISO 8601 format.
share_report: Any
: The url and password for the VIP report.
subject_line: Any
: The subject line for the campaign.
timeseries: Any
: An hourly breakdown of the performance of the campaign over the first 24 hours.
timewarp: Any
: An hourly breakdown of sends, opens, and clicks if a campaign is sent using timewarp.
type_: Any
: The type of campaign (regular, plain-text, ab_split, rss, automation, variate, or auto).
unsubscribed: Any
: The total number of unsubscribed members for this campaign.
ReportsContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.mailchimp.types.ReportsAnyValueFilter
: The type of the None singleton.
ReportsEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.mailchimp.types.ReportsSearchFilter
: The type of the None singleton.
ReportsFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.mailchimp.types.ReportsStringFilter
: The type of the None singleton.
ReportsGetParams(*args, **kwargs)
: Parameters for reports.get operation
Ancestors (in MRO)
- builtins.dict
Class variables
campaign_id: str
: The type of the None singleton.
ReportsGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.mailchimp.types.ReportsSearchFilter
: The type of the None singleton.
ReportsGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.mailchimp.types.ReportsSearchFilter
: The type of the None singleton.
ReportsInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.mailchimp.types.ReportsInFilter
: The type of the None singleton.
ReportsInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
ab_split: list[dict[str, typing.Any]]
: General stats about different groups of an A/B Split campaign. Does not return information about ...
abuse_reports: list[int]
: The number of abuse reports generated for this campaign.
bounces: list[dict[str, typing.Any]]
: An object describing the bounce summary for the campaign.
campaign_title: list[str]
: The title of the campaign.
clicks: list[dict[str, typing.Any]]
: An object describing the click activity for the campaign.
delivery_status: list[dict[str, typing.Any]]
: Updates on campaigns in the process of sending.
ecommerce: list[dict[str, typing.Any]]
: E-Commerce stats for a campaign.
emails_sent: list[int]
: The total number of emails sent for this campaign.
facebook_likes: list[dict[str, typing.Any]]
: An object describing campaign engagement on Facebook.
forwards: list[dict[str, typing.Any]]
: An object describing the forwards and forward activity for the campaign.
id: list[str]
: A string that uniquely identifies this campaign.
industry_stats: list[dict[str, typing.Any]]
: The average campaign statistics for your industry.
list_id: list[str]
: The unique list id.
list_is_active: list[bool]
: The status of the list used, namely if it's deleted or disabled.
list_name: list[str]
: The name of the list.
list_stats: list[dict[str, typing.Any]]
: The average campaign statistics for your list. This won't be present if we haven't calculated i...
opens: list[dict[str, typing.Any]]
: An object describing the open activity for the campaign.
preview_text: list[str]
: The preview text for the campaign.
rss_last_send: list[str]
: For RSS campaigns, the date and time of the last send in ISO 8601 format.
send_time: list[str]
: The date and time a campaign was sent in ISO 8601 format.
share_report: list[dict[str, typing.Any]]
: The url and password for the VIP report.
subject_line: list[str]
: The subject line for the campaign.
timeseries: list[list[typing.Any]]
: An hourly breakdown of the performance of the campaign over the first 24 hours.
timewarp: list[list[typing.Any]]
: An hourly breakdown of sends, opens, and clicks if a campaign is sent using timewarp.
type_: list[str]
: The type of campaign (regular, plain-text, ab_split, rss, automation, variate, or auto).
unsubscribed: list[int]
: The total number of unsubscribed members for this campaign.
ReportsKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.mailchimp.types.ReportsStringFilter
: The type of the None singleton.
ReportsLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.mailchimp.types.ReportsStringFilter
: The type of the None singleton.
ReportsListParams(*args, **kwargs)
: Parameters for reports.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
before_send_time: str
: The type of the None singleton.
count: int
: The type of the None singleton.
offset: int
: The type of the None singleton.
since_send_time: str
: The type of the None singleton.
type: str
: The type of the None singleton.
ReportsLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.mailchimp.types.ReportsSearchFilter
: The type of the None singleton.
ReportsLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.mailchimp.types.ReportsSearchFilter
: The type of the None singleton.
ReportsNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.mailchimp.types.ReportsSearchFilter
: The type of the None singleton.
ReportsNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.mailchimp.types.ReportsEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsInCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsAnyCondition
: The type of the None singleton.
ReportsOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.mailchimp.types.ReportsEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsInCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsAnyCondition]
: The type of the None singleton.
ReportsSearchFilter(*args, **kwargs)
: Available fields for filtering reports search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
ab_split: dict[str, typing.Any] | None
: General stats about different groups of an A/B Split campaign. Does not return information about ...
abuse_reports: int | None
: The number of abuse reports generated for this campaign.
bounces: dict[str, typing.Any] | None
: An object describing the bounce summary for the campaign.
campaign_title: str | None
: The title of the campaign.
clicks: dict[str, typing.Any] | None
: An object describing the click activity for the campaign.
delivery_status: dict[str, typing.Any] | None
: Updates on campaigns in the process of sending.
ecommerce: dict[str, typing.Any] | None
: E-Commerce stats for a campaign.
emails_sent: int | None
: The total number of emails sent for this campaign.
facebook_likes: dict[str, typing.Any] | None
: An object describing campaign engagement on Facebook.
forwards: dict[str, typing.Any] | None
: An object describing the forwards and forward activity for the campaign.
id: str | None
: A string that uniquely identifies this campaign.
industry_stats: dict[str, typing.Any] | None
: The average campaign statistics for your industry.
list_id: str | None
: The unique list id.
list_is_active: bool | None
: The status of the list used, namely if it's deleted or disabled.
list_name: str | None
: The name of the list.
list_stats: dict[str, typing.Any] | None
: The average campaign statistics for your list. This won't be present if we haven't calculated i...
opens: dict[str, typing.Any] | None
: An object describing the open activity for the campaign.
preview_text: str | None
: The preview text for the campaign.
rss_last_send: str | None
: For RSS campaigns, the date and time of the last send in ISO 8601 format.
send_time: str | None
: The date and time a campaign was sent in ISO 8601 format.
share_report: dict[str, typing.Any] | None
: The url and password for the VIP report.
subject_line: str | None
: The subject line for the campaign.
timeseries: list[typing.Any] | None
: An hourly breakdown of the performance of the campaign over the first 24 hours.
timewarp: list[typing.Any] | None
: An hourly breakdown of sends, opens, and clicks if a campaign is sent using timewarp.
type_: str | None
: The type of campaign (regular, plain-text, ab_split, rss, automation, variate, or auto).
unsubscribed: int | None
: The total number of unsubscribed members for this campaign.
ReportsSearchQuery(*args, **kwargs)
: Search query for reports entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.mailchimp.types.ReportsEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsInCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.ReportsAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.mailchimp.types.ReportsSortFilter]
: The type of the None singleton.
ReportsSortFilter(*args, **kwargs)
: Available fields for sorting reports search results.
Ancestors (in MRO)
- builtins.dict
Class variables
ab_split: Literal['asc', 'desc']
: General stats about different groups of an A/B Split campaign. Does not return information about ...
abuse_reports: Literal['asc', 'desc']
: The number of abuse reports generated for this campaign.
bounces: Literal['asc', 'desc']
: An object describing the bounce summary for the campaign.
campaign_title: Literal['asc', 'desc']
: The title of the campaign.
clicks: Literal['asc', 'desc']
: An object describing the click activity for the campaign.
delivery_status: Literal['asc', 'desc']
: Updates on campaigns in the process of sending.
ecommerce: Literal['asc', 'desc']
: E-Commerce stats for a campaign.
emails_sent: Literal['asc', 'desc']
: The total number of emails sent for this campaign.
facebook_likes: Literal['asc', 'desc']
: An object describing campaign engagement on Facebook.
forwards: Literal['asc', 'desc']
: An object describing the forwards and forward activity for the campaign.
id: Literal['asc', 'desc']
: A string that uniquely identifies this campaign.
industry_stats: Literal['asc', 'desc']
: The average campaign statistics for your industry.
list_id: Literal['asc', 'desc']
: The unique list id.
list_is_active: Literal['asc', 'desc']
: The status of the list used, namely if it's deleted or disabled.
list_name: Literal['asc', 'desc']
: The name of the list.
list_stats: Literal['asc', 'desc']
: The average campaign statistics for your list. This won't be present if we haven't calculated i...
opens: Literal['asc', 'desc']
: An object describing the open activity for the campaign.
preview_text: Literal['asc', 'desc']
: The preview text for the campaign.
rss_last_send: Literal['asc', 'desc']
: For RSS campaigns, the date and time of the last send in ISO 8601 format.
send_time: Literal['asc', 'desc']
: The date and time a campaign was sent in ISO 8601 format.
share_report: Literal['asc', 'desc']
: The url and password for the VIP report.
subject_line: Literal['asc', 'desc']
: The subject line for the campaign.
timeseries: Literal['asc', 'desc']
: An hourly breakdown of the performance of the campaign over the first 24 hours.
timewarp: Literal['asc', 'desc']
: An hourly breakdown of sends, opens, and clicks if a campaign is sent using timewarp.
type_: Literal['asc', 'desc']
: The type of campaign (regular, plain-text, ab_split, rss, automation, variate, or auto).
unsubscribed: Literal['asc', 'desc']
: The total number of unsubscribed members for this campaign.
ReportsStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
ab_split: str
: General stats about different groups of an A/B Split campaign. Does not return information about ...
abuse_reports: str
: The number of abuse reports generated for this campaign.
bounces: str
: An object describing the bounce summary for the campaign.
campaign_title: str
: The title of the campaign.
clicks: str
: An object describing the click activity for the campaign.
delivery_status: str
: Updates on campaigns in the process of sending.
ecommerce: str
: E-Commerce stats for a campaign.
emails_sent: str
: The total number of emails sent for this campaign.
facebook_likes: str
: An object describing campaign engagement on Facebook.
forwards: str
: An object describing the forwards and forward activity for the campaign.
id: str
: A string that uniquely identifies this campaign.
industry_stats: str
: The average campaign statistics for your industry.
list_id: str
: The unique list id.
list_is_active: str
: The status of the list used, namely if it's deleted or disabled.
list_name: str
: The name of the list.
list_stats: str
: The average campaign statistics for your list. This won't be present if we haven't calculated i...
opens: str
: An object describing the open activity for the campaign.
preview_text: str
: The preview text for the campaign.
rss_last_send: str
: For RSS campaigns, the date and time of the last send in ISO 8601 format.
send_time: str
: The date and time a campaign was sent in ISO 8601 format.
share_report: str
: The url and password for the VIP report.
subject_line: str
: The subject line for the campaign.
timeseries: str
: An hourly breakdown of the performance of the campaign over the first 24 hours.
timewarp: str
: An hourly breakdown of sends, opens, and clicks if a campaign is sent using timewarp.
type_: str
: The type of campaign (regular, plain-text, ab_split, rss, automation, variate, or auto).
unsubscribed: str
: The total number of unsubscribed members for this campaign.
SegmentMembersAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersInCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersAnyCondition]
: The type of the None singleton.
SegmentMembersAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersAnyValueFilter
: The type of the None singleton.
SegmentMembersAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
email_address: Any
: Email address for a subscriber
email_client: Any
: The list member's email client
email_type: Any
: Type of email this member asked to get
id: Any
: The MD5 hash of the lowercase version of the list member's email address
interests: Any
: The key of this object's properties is the ID of the interest in question
ip_opt: Any
: The IP address the subscriber used to confirm their opt-in status
ip_signup: Any
: IP address the subscriber signed up from
language: Any
: If set/detected, the subscriber's language
last_changed: Any
: The date and time the member's info was last changed
list_id: Any
: The list id
location: Any
: Subscriber location information
member_rating: Any
: Star rating for this member, between 1 and 5
merge_fields: Any
: A dictionary of merge fields where the keys are the merge tags
stats: Any
: Open and click rates for this subscriber
status: Any
: Subscriber's current status
timestamp_opt: Any
: The date and time the subscriber confirmed their opt-in status
timestamp_signup: Any
: The date and time the subscriber signed up for the list
unique_email_id: Any
: An identifier for the address across all of Mailchimp
vip: Any
: VIP status for subscriber
SegmentMembersContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersAnyValueFilter
: The type of the None singleton.
SegmentMembersEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersSearchFilter
: The type of the None singleton.
SegmentMembersFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersStringFilter
: The type of the None singleton.
SegmentMembersGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersSearchFilter
: The type of the None singleton.
SegmentMembersGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersSearchFilter
: The type of the None singleton.
SegmentMembersInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersInFilter
: The type of the None singleton.
SegmentMembersInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
email_address: list[str]
: Email address for a subscriber
email_client: list[str]
: The list member's email client
email_type: list[str]
: Type of email this member asked to get
id: list[str]
: The MD5 hash of the lowercase version of the list member's email address
interests: list[dict[str, typing.Any]]
: The key of this object's properties is the ID of the interest in question
ip_opt: list[str]
: The IP address the subscriber used to confirm their opt-in status
ip_signup: list[str]
: IP address the subscriber signed up from
language: list[str]
: If set/detected, the subscriber's language
last_changed: list[str]
: The date and time the member's info was last changed
list_id: list[str]
: The list id
location: list[dict[str, typing.Any]]
: Subscriber location information
member_rating: list[int]
: Star rating for this member, between 1 and 5
merge_fields: list[dict[str, typing.Any]]
: A dictionary of merge fields where the keys are the merge tags
stats: list[dict[str, typing.Any]]
: Open and click rates for this subscriber
status: list[str]
: Subscriber's current status
timestamp_opt: list[str]
: The date and time the subscriber confirmed their opt-in status
timestamp_signup: list[str]
: The date and time the subscriber signed up for the list
unique_email_id: list[str]
: An identifier for the address across all of Mailchimp
vip: list[bool]
: VIP status for subscriber
SegmentMembersKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersStringFilter
: The type of the None singleton.
SegmentMembersLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersStringFilter
: The type of the None singleton.
SegmentMembersListParams(*args, **kwargs)
: Parameters for segment_members.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
count: int
: The type of the None singleton.
list_id: str
: The type of the None singleton.
offset: int
: The type of the None singleton.
segment_id: str
: The type of the None singleton.
SegmentMembersLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersSearchFilter
: The type of the None singleton.
SegmentMembersLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersSearchFilter
: The type of the None singleton.
SegmentMembersNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersSearchFilter
: The type of the None singleton.
SegmentMembersNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersInCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersAnyCondition
: The type of the None singleton.
SegmentMembersOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersInCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersAnyCondition]
: The type of the None singleton.
SegmentMembersSearchFilter(*args, **kwargs)
: Available fields for filtering segment_members search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
email_address: str | None
: Email address for a subscriber
email_client: str | None
: The list member's email client
email_type: str | None
: Type of email this member asked to get
id: str
: The MD5 hash of the lowercase version of the list member's email address
interests: dict[str, typing.Any] | None
: The key of this object's properties is the ID of the interest in question
ip_opt: str | None
: The IP address the subscriber used to confirm their opt-in status
ip_signup: str | None
: IP address the subscriber signed up from
language: str | None
: If set/detected, the subscriber's language
last_changed: str | None
: The date and time the member's info was last changed
list_id: str | None
: The list id
location: dict[str, typing.Any] | None
: Subscriber location information
member_rating: int | None
: Star rating for this member, between 1 and 5
merge_fields: dict[str, typing.Any] | None
: A dictionary of merge fields where the keys are the merge tags
stats: dict[str, typing.Any] | None
: Open and click rates for this subscriber
status: str | None
: Subscriber's current status
timestamp_opt: str | None
: The date and time the subscriber confirmed their opt-in status
timestamp_signup: str | None
: The date and time the subscriber signed up for the list
unique_email_id: str | None
: An identifier for the address across all of Mailchimp
vip: bool | None
: VIP status for subscriber
SegmentMembersSearchQuery(*args, **kwargs)
: Search query for segment_members entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersInCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.mailchimp.types.SegmentMembersSortFilter]
: The type of the None singleton.
SegmentMembersSortFilter(*args, **kwargs)
: Available fields for sorting segment_members search results.
Ancestors (in MRO)
- builtins.dict
Class variables
email_address: Literal['asc', 'desc']
: Email address for a subscriber
email_client: Literal['asc', 'desc']
: The list member's email client
email_type: Literal['asc', 'desc']
: Type of email this member asked to get
id: Literal['asc', 'desc']
: The MD5 hash of the lowercase version of the list member's email address
interests: Literal['asc', 'desc']
: The key of this object's properties is the ID of the interest in question
ip_opt: Literal['asc', 'desc']
: The IP address the subscriber used to confirm their opt-in status
ip_signup: Literal['asc', 'desc']
: IP address the subscriber signed up from
language: Literal['asc', 'desc']
: If set/detected, the subscriber's language
last_changed: Literal['asc', 'desc']
: The date and time the member's info was last changed
list_id: Literal['asc', 'desc']
: The list id
location: Literal['asc', 'desc']
: Subscriber location information
member_rating: Literal['asc', 'desc']
: Star rating for this member, between 1 and 5
merge_fields: Literal['asc', 'desc']
: A dictionary of merge fields where the keys are the merge tags
stats: Literal['asc', 'desc']
: Open and click rates for this subscriber
status: Literal['asc', 'desc']
: Subscriber's current status
timestamp_opt: Literal['asc', 'desc']
: The date and time the subscriber confirmed their opt-in status
timestamp_signup: Literal['asc', 'desc']
: The date and time the subscriber signed up for the list
unique_email_id: Literal['asc', 'desc']
: An identifier for the address across all of Mailchimp
vip: Literal['asc', 'desc']
: VIP status for subscriber
SegmentMembersStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
email_address: str
: Email address for a subscriber
email_client: str
: The list member's email client
email_type: str
: Type of email this member asked to get
id: str
: The MD5 hash of the lowercase version of the list member's email address
interests: str
: The key of this object's properties is the ID of the interest in question
ip_opt: str
: The IP address the subscriber used to confirm their opt-in status
ip_signup: str
: IP address the subscriber signed up from
language: str
: If set/detected, the subscriber's language
last_changed: str
: The date and time the member's info was last changed
list_id: str
: The list id
location: str
: Subscriber location information
member_rating: str
: Star rating for this member, between 1 and 5
merge_fields: str
: A dictionary of merge fields where the keys are the merge tags
stats: str
: Open and click rates for this subscriber
status: str
: Subscriber's current status
timestamp_opt: str
: The date and time the subscriber confirmed their opt-in status
timestamp_signup: str
: The date and time the subscriber signed up for the list
unique_email_id: str
: An identifier for the address across all of Mailchimp
vip: str
: VIP status for subscriber
SegmentsAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.mailchimp.types.SegmentsEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsInCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsAnyCondition]
: The type of the None singleton.
SegmentsAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.mailchimp.types.SegmentsAnyValueFilter
: The type of the None singleton.
SegmentsAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: Any
: The date and time the segment was created
id: Any
: The unique id for the segment
list_id: Any
: The list id
member_count: Any
: The number of active subscribers currently included in the segment
name: Any
: The name of the segment
options: Any
: The conditions of the segment
type_: Any
: The type of segment
updated_at: Any
: The date and time the segment was last updated
SegmentsContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.mailchimp.types.SegmentsAnyValueFilter
: The type of the None singleton.
SegmentsEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.mailchimp.types.SegmentsSearchFilter
: The type of the None singleton.
SegmentsFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.mailchimp.types.SegmentsStringFilter
: The type of the None singleton.
SegmentsGetParams(*args, **kwargs)
: Parameters for segments.get operation
Ancestors (in MRO)
- builtins.dict
Class variables
list_id: str
: The type of the None singleton.
segment_id: str
: The type of the None singleton.
SegmentsGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.mailchimp.types.SegmentsSearchFilter
: The type of the None singleton.
SegmentsGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.mailchimp.types.SegmentsSearchFilter
: The type of the None singleton.
SegmentsInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.mailchimp.types.SegmentsInFilter
: The type of the None singleton.
SegmentsInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: list[str]
: The date and time the segment was created
id: list[int]
: The unique id for the segment
list_id: list[str]
: The list id
member_count: list[int]
: The number of active subscribers currently included in the segment
name: list[str]
: The name of the segment
options: list[dict[str, typing.Any]]
: The conditions of the segment
type_: list[str]
: The type of segment
updated_at: list[str]
: The date and time the segment was last updated
SegmentsKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.mailchimp.types.SegmentsStringFilter
: The type of the None singleton.
SegmentsLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.mailchimp.types.SegmentsStringFilter
: The type of the None singleton.
SegmentsListParams(*args, **kwargs)
: Parameters for segments.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
before_created_at: str
: The type of the None singleton.
before_updated_at: str
: The type of the None singleton.
count: int
: The type of the None singleton.
list_id: str
: The type of the None singleton.
offset: int
: The type of the None singleton.
since_created_at: str
: The type of the None singleton.
since_updated_at: str
: The type of the None singleton.
type: str
: The type of the None singleton.
SegmentsLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.mailchimp.types.SegmentsSearchFilter
: The type of the None singleton.
SegmentsLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.mailchimp.types.SegmentsSearchFilter
: The type of the None singleton.
SegmentsNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.mailchimp.types.SegmentsSearchFilter
: The type of the None singleton.
SegmentsNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.mailchimp.types.SegmentsEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsInCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsAnyCondition
: The type of the None singleton.
SegmentsOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.mailchimp.types.SegmentsEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsInCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsAnyCondition]
: The type of the None singleton.
SegmentsSearchFilter(*args, **kwargs)
: Available fields for filtering segments search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: str | None
: The date and time the segment was created
id: int
: The unique id for the segment
list_id: str | None
: The list id
member_count: int | None
: The number of active subscribers currently included in the segment
name: str | None
: The name of the segment
options: dict[str, typing.Any] | None
: The conditions of the segment
type_: str | None
: The type of segment
updated_at: str | None
: The date and time the segment was last updated
SegmentsSearchQuery(*args, **kwargs)
: Search query for segments entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.mailchimp.types.SegmentsEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsInCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.SegmentsAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.mailchimp.types.SegmentsSortFilter]
: The type of the None singleton.
SegmentsSortFilter(*args, **kwargs)
: Available fields for sorting segments search results.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: Literal['asc', 'desc']
: The date and time the segment was created
id: Literal['asc', 'desc']
: The unique id for the segment
list_id: Literal['asc', 'desc']
: The list id
member_count: Literal['asc', 'desc']
: The number of active subscribers currently included in the segment
name: Literal['asc', 'desc']
: The name of the segment
options: Literal['asc', 'desc']
: The conditions of the segment
type_: Literal['asc', 'desc']
: The type of segment
updated_at: Literal['asc', 'desc']
: The date and time the segment was last updated
SegmentsStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: str
: The date and time the segment was created
id: str
: The unique id for the segment
list_id: str
: The list id
member_count: str
: The number of active subscribers currently included in the segment
name: str
: The name of the segment
options: str
: The conditions of the segment
type_: str
: The type of segment
updated_at: str
: The date and time the segment was last updated
TagsAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.mailchimp.types.TagsEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsInCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsAnyCondition]
: The type of the None singleton.
TagsAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.mailchimp.types.TagsAnyValueFilter
: The type of the None singleton.
TagsAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
id: Any
: The unique id for the tag
name: Any
: The name of the tag
TagsContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.mailchimp.types.TagsAnyValueFilter
: The type of the None singleton.
TagsEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.mailchimp.types.TagsSearchFilter
: The type of the None singleton.
TagsFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.mailchimp.types.TagsStringFilter
: The type of the None singleton.
TagsGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.mailchimp.types.TagsSearchFilter
: The type of the None singleton.
TagsGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.mailchimp.types.TagsSearchFilter
: The type of the None singleton.
TagsInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.mailchimp.types.TagsInFilter
: The type of the None singleton.
TagsInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
id: list[int]
: The unique id for the tag
name: list[str]
: The name of the tag
TagsKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.mailchimp.types.TagsStringFilter
: The type of the None singleton.
TagsLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.mailchimp.types.TagsStringFilter
: The type of the None singleton.
TagsListParams(*args, **kwargs)
: Parameters for tags.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
list_id: str
: The type of the None singleton.
name: str
: The type of the None singleton.
TagsLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.mailchimp.types.TagsSearchFilter
: The type of the None singleton.
TagsLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.mailchimp.types.TagsSearchFilter
: The type of the None singleton.
TagsNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.mailchimp.types.TagsSearchFilter
: The type of the None singleton.
TagsNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.mailchimp.types.TagsEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsInCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsAnyCondition
: The type of the None singleton.
TagsOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.mailchimp.types.TagsEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsInCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsAnyCondition]
: The type of the None singleton.
TagsSearchFilter(*args, **kwargs)
: Available fields for filtering tags search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
id: int
: The unique id for the tag
name: str | None
: The name of the tag
TagsSearchQuery(*args, **kwargs)
: Search query for tags entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.mailchimp.types.TagsEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsInCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.TagsAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.mailchimp.types.TagsSortFilter]
: The type of the None singleton.
TagsSortFilter(*args, **kwargs)
: Available fields for sorting tags search results.
Ancestors (in MRO)
- builtins.dict
Class variables
id: Literal['asc', 'desc']
: The unique id for the tag
name: Literal['asc', 'desc']
: The name of the tag
TagsStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
id: str
: The unique id for the tag
name: str
: The name of the tag
UnsubscribesAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesInCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesAnyCondition]
: The type of the None singleton.
UnsubscribesAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesAnyValueFilter
: The type of the None singleton.
UnsubscribesAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
campaign_id: Any
: The campaign id
email_address: Any
: Email address for a subscriber
email_id: Any
: The MD5 hash of the lowercase version of the list member's email address
list_id: Any
: The list id
list_is_active: Any
: The status of the list used
merge_fields: Any
: A dictionary of merge fields where the keys are the merge tags
reason: Any
: If available, the reason listed by the member for unsubscribing
timestamp: Any
: The date and time the member opted-out
vip: Any
: VIP status for subscriber
UnsubscribesContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesAnyValueFilter
: The type of the None singleton.
UnsubscribesEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesSearchFilter
: The type of the None singleton.
UnsubscribesFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesStringFilter
: The type of the None singleton.
UnsubscribesGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesSearchFilter
: The type of the None singleton.
UnsubscribesGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesSearchFilter
: The type of the None singleton.
UnsubscribesInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesInFilter
: The type of the None singleton.
UnsubscribesInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
campaign_id: list[str]
: The campaign id
email_address: list[str]
: Email address for a subscriber
email_id: list[str]
: The MD5 hash of the lowercase version of the list member's email address
list_id: list[str]
: The list id
list_is_active: list[bool]
: The status of the list used
merge_fields: list[dict[str, typing.Any]]
: A dictionary of merge fields where the keys are the merge tags
reason: list[str]
: If available, the reason listed by the member for unsubscribing
timestamp: list[str]
: The date and time the member opted-out
vip: list[bool]
: VIP status for subscriber
UnsubscribesKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesStringFilter
: The type of the None singleton.
UnsubscribesLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesStringFilter
: The type of the None singleton.
UnsubscribesListParams(*args, **kwargs)
: Parameters for unsubscribes.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
campaign_id: str
: The type of the None singleton.
count: int
: The type of the None singleton.
offset: int
: The type of the None singleton.
UnsubscribesLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesSearchFilter
: The type of the None singleton.
UnsubscribesLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesSearchFilter
: The type of the None singleton.
UnsubscribesNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesSearchFilter
: The type of the None singleton.
UnsubscribesNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesInCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesAnyCondition
: The type of the None singleton.
UnsubscribesOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesInCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesAnyCondition]
: The type of the None singleton.
UnsubscribesSearchFilter(*args, **kwargs)
: Available fields for filtering unsubscribes search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
campaign_id: str | None
: The campaign id
email_address: str | None
: Email address for a subscriber
email_id: str | None
: The MD5 hash of the lowercase version of the list member's email address
list_id: str | None
: The list id
list_is_active: bool | None
: The status of the list used
merge_fields: dict[str, typing.Any] | None
: A dictionary of merge fields where the keys are the merge tags
reason: str | None
: If available, the reason listed by the member for unsubscribing
timestamp: str | None
: The date and time the member opted-out
vip: bool | None
: VIP status for subscriber
UnsubscribesSearchQuery(*args, **kwargs)
: Search query for unsubscribes entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesEqCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesNeqCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesGtCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesGteCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesLtCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesLteCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesInCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesLikeCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesFuzzyCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesKeywordCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesContainsCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesNotCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesAndCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesOrCondition | airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.mailchimp.types.UnsubscribesSortFilter]
: The type of the None singleton.
UnsubscribesSortFilter(*args, **kwargs)
: Available fields for sorting unsubscribes search results.
Ancestors (in MRO)
- builtins.dict
Class variables
campaign_id: Literal['asc', 'desc']
: The campaign id
email_address: Literal['asc', 'desc']
: Email address for a subscriber
email_id: Literal['asc', 'desc']
: The MD5 hash of the lowercase version of the list member's email address
list_id: Literal['asc', 'desc']
: The list id
list_is_active: Literal['asc', 'desc']
: The status of the list used
merge_fields: Literal['asc', 'desc']
: A dictionary of merge fields where the keys are the merge tags
reason: Literal['asc', 'desc']
: If available, the reason listed by the member for unsubscribing
timestamp: Literal['asc', 'desc']
: The date and time the member opted-out
vip: Literal['asc', 'desc']
: VIP status for subscriber
UnsubscribesStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
campaign_id: str
: The campaign id
email_address: str
: Email address for a subscriber
email_id: str
: The MD5 hash of the lowercase version of the list member's email address
list_id: str
: The list id
list_is_active: str
: The status of the list used
merge_fields: str
: A dictionary of merge fields where the keys are the merge tags
reason: str
: If available, the reason listed by the member for unsubscribing
timestamp: str
: The date and time the member opted-out
vip: str
: VIP status for subscriber