We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f202f25 + 55003b7 commit 460f8faCopy full SHA for 460f8fa
lib/Api/Emails.php
@@ -71,9 +71,9 @@ public function send($id)
71
*
72
* @return array|mixed
73
*/
74
- public function sendToContact($id, $contactId)
+ public function sendToContact($id, $contactId, $parameters = array())
75
{
76
- return $this->makeRequest($this->endpoint.'/'.$id.'/contact/'.$contactId.'/send', array(), 'POST');
+ return $this->makeRequest($this->endpoint.'/'.$id.'/contact/'.$contactId.'/send', $parameters, 'POST');
77
}
78
79
/**
0 commit comments