Send a test send of a campaign.
Namespace: CTCT.ServicesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
TestSend SendTest(
string accessToken,
string apiKey,
string campaignId,
TestSend testSend
)
TestSend SendTest(
string accessToken,
string apiKey,
string campaignId,
TestSend testSend
)
Function SendTest ( _
accessToken As String, _
apiKey As String, _
campaignId As String, _
testSend As TestSend _
) As TestSend
Function SendTest ( _
accessToken As String, _
apiKey As String, _
campaignId As String, _
testSend As TestSend _
) As TestSend
TestSend^ SendTest(
String^ accessToken,
String^ apiKey,
String^ campaignId,
TestSend^ testSend
)
TestSend^ SendTest(
String^ accessToken,
String^ apiKey,
String^ campaignId,
TestSend^ testSend
)
abstract SendTest :
accessToken : string *
apiKey : string *
campaignId : string *
testSend : TestSend -> TestSend
abstract SendTest :
accessToken : string *
apiKey : string *
campaignId : string *
testSend : TestSend -> TestSend
Parameters
- accessToken
- Type: System String
Constant Contact OAuth2 access token.
- apiKey
- Type: System String
The API key for the application
- campaignId
- Type: System String
Id of campaign to send test of.
- testSend
- Type: CTCT.Components.EmailCampaigns TestSend
Test send details.
Return Value
Returns the sent test object.