Skip to content

Commit

Permalink
Merge pull request #72 from sendpulse/add_a360_client
Browse files Browse the repository at this point in the history
add Automation360 client
  • Loading branch information
bilovol authored Sep 24, 2021
2 parents 66696c7 + 731c210 commit 3be7aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
'age' => 23
];

$automationClient = new Automation360($eventHash);
$automationClient = new Automation360($eventHash);
$result = $automationClient->sendEventToSendpulse($email, $phone, $variables);

var_dump($result);

0 comments on commit 3be7aef

Please sign in to comment.