How To Send An Email Using An Infusionsoft Template

[php]

// Add connection info here
<pre>$sendTo = array(12,16,22);
$templateID = 3380
$app->sendTemplate($sendTo,$templateID);
[/php]

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *