EndPoint Get List of Campaigns
Name
get_campaigns
Description
Get all campaigns in an account. [API reference]
Parameters
Output Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
Id |
DT_WSTR
|
nvarchar(100)
|
100 | False |
|
WebId |
DT_I4
|
int
|
False |
||
Type |
DT_WSTR
|
nvarchar(100)
|
100 | False |
|
CreateTime |
DT_DBTIMESTAMP
|
datetime
|
False |
||
ArchiveUrl |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
LongArchiveUrl |
DT_WSTR
|
nvarchar(1024)
|
1024 | False |
|
Status |
DT_WSTR
|
nvarchar(100)
|
100 | False |
|
EmailsSent |
DT_I4
|
int
|
False |
||
SendTime |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
ContentType |
DT_WSTR
|
nvarchar(100)
|
100 | False |
|
NeedsBlockRefresh |
DT_BOOL
|
bit
|
False |
||
Resendable |
DT_BOOL
|
bit
|
False |
||
RecipientsListId |
DT_WSTR
|
nvarchar(100)
|
100 | False |
|
RecipientsListIsActive |
DT_BOOL
|
bit
|
False |
||
RecipientsListName |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
RecipientsSegmentText |
DT_WSTR
|
nvarchar(4000)
|
4000 | False |
|
RecipientsRecipientCount |
DT_I4
|
int
|
False |
||
SettingsSubjectLine |
DT_WSTR
|
nvarchar(1000)
|
1000 | False |
|
SettingsTitle |
DT_WSTR
|
nvarchar(1000)
|
1000 | False |
|
SettingsFromName |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
SettingsReplyTo |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
SettingsUseConversation |
DT_BOOL
|
bit
|
False |
||
SettingsToName |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
SettingsFolderId |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
SettingsAuthenticate |
DT_BOOL
|
bit
|
False |
||
SettingsAutoFooter |
DT_BOOL
|
bit
|
False |
||
SettingsInlineCss |
DT_BOOL
|
bit
|
False |
||
SettingsAutoTweet |
DT_BOOL
|
bit
|
False |
||
SettingsFbComments |
DT_BOOL
|
bit
|
False |
||
SettingsTimeWarp |
DT_BOOL
|
bit
|
False |
||
SettingsTemplateId |
DT_I4
|
int
|
False |
||
SettingsDragAndDrop |
DT_BOOL
|
bit
|
False |
||
TrackingOpens |
DT_BOOL
|
bit
|
False |
||
TrackingHtmlClicks |
DT_BOOL
|
bit
|
False |
||
TrackingTextClicks |
DT_BOOL
|
bit
|
False |
||
TrackingGoalTracking |
DT_BOOL
|
bit
|
False |
||
TrackingEcomm360 |
DT_BOOL
|
bit
|
False |
||
TrackingGoogleAnalytics |
DT_WSTR
|
nvarchar(4000)
|
4000 | False |
|
TrackingClicktale |
DT_WSTR
|
nvarchar(4000)
|
4000 | False |
|
DeliveryStatusEnabled |
DT_BOOL
|
bit
|
False |
Input Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime. |
Examples
SSIS
Use Mailchimp Connector in API Source component to read data or in API Destination component to read/write data:
Get List of Campaigns using API Source
Mailchimp
Get List of Campaigns

Get List of Campaigns using API Destination
Mailchimp
Get List of Campaigns
