PHP Class SevenShores\Hubspot\Resources\SingleEmail

Inheritance: extends Resource
Show file Open project: fungku/hubspot-php

Public Methods

Method Description
send ( integer $id, array $message = [], array $contactProperties = [], array $customProperties = [] ) : Response Send an email designed and maintained in the HubSpot marketing Email Tool.

Method Details

send() public method

Send an email designed and maintained in the HubSpot marketing Email Tool.
See also: http://developers.hubspot.com/docs/methods/email/transactional_email/single-send-overview
public send ( integer $id, array $message = [], array $contactProperties = [], array $customProperties = [] ) : Response
$id integer
$message array
$contactProperties array
$customProperties array
return SevenShores\Hubspot\Http\Response