Maileon PHP client  1.5.0
Easily integrate your PHP application with Maileon.
com_maileon_api_marketingautomation_MarketingAutomationService Class Reference
Inheritance diagram for com_maileon_api_marketingautomation_MarketingAutomationService:
com_maileon_api_AbstractMaileonService

Public Member Functions

 startMarketingAutomationProgram ($programId, $emails)
 
- Public Member Functions inherited from com_maileon_api_AbstractMaileonService
 __construct (array $config)
 
 setDebug ($isDebug)
 
 isDebug ()
 
 get ($resourcePath, $queryParameters=array(), $mimeType= 'application/vnd.maileon.api+xml', $deserializationType=null)
 
 put ($resourcePath, $payload="", $queryParameters=array(), $mimeType= 'application/vnd.maileon.api+xml', $deserializationType=null)
 
 post ($resourcePath, $payload="", $queryParameters=array(), $mimeType= 'application/vnd.maileon.api+xml', $deserializationType=null, $contentType=null, $contentLength=null)
 
 delete ($resourcePath, $queryParameters=array(), $mimeType= 'application/vnd.maileon.api+xml', $deserializationType=null)
 

Additional Inherited Members

- Static Public Attributes inherited from com_maileon_api_AbstractMaileonService
static $MAILEON_XML_MIME_TYPE = 'application/vnd.maileon.api+xml'
 
- Protected Member Functions inherited from com_maileon_api_AbstractMaileonService
 appendArrayFields ($params, $name, $fieldValues)
 
- Protected Attributes inherited from com_maileon_api_AbstractMaileonService
 $configuration
 
 $encodedApiKey
 
 $debug = false
 
 $throwException = true
 
 $proxy_host
 
 $proxy_port = 80
 
 $timeout
 

Detailed Description

Facade that wraps the REST service for marketing automation programs.

Author
Viktor Balogh | Wanadis Kft. | balogh.viktor@maileon.hu
Marcus Ständer | Trusted Technologies GmbH | marcus.staender@trusted-technologies.de

Definition at line 10 of file MarketingAutomationService.php.

Member Function Documentation

com_maileon_api_marketingautomation_MarketingAutomationService::startMarketingAutomationProgram (   $programId,
  $emails 
)

Creates a new mailing.

Parameters
int$programId
string$email
Returns
com_maileon_api_MaileonAPIResult the result of the operation

Definition at line 21 of file MarketingAutomationService.php.


The documentation for this class was generated from the following file: