Class CampaignScheduleService
Performs all actions pertaining to scheduling Constant Contact Campaigns
- Ctct\Services\BaseService
-
Ctct\Services\CampaignScheduleService
Namespace: Ctct\Services
Package: Services
Author: Constant Contact
Located at Ctct/Services/CampaignScheduleService.php
Package: Services
Author: Constant Contact
Located at Ctct/Services/CampaignScheduleService.php
public
Campaign
|
#
addSchedule( string $accessToken, integer $campaignId,
Create a new schedule for a campaign |
public
array
|
|
public
|
#
getSchedule( string $accessToken, integer $campaignId, integer $scheduleId )
Get a specific schedule for a campaign |
public
|
#
updateSchedule( string $accessToken, integer $campaignId,
Update a specific schedule for a campaign |
public
|
#
deleteSchedule( string $accessToken, integer $campaignId, integer $scheduleId )
Get a specific schedule for a campaign |
public
|
#
sendTest( string $accessToken, integer $campaignId,
Send a test send of a campaign |
__construct(),
buildUrl(),
getHeaders(),
getRestClient()
|
$apiKey,
$rest_client
|