Create a new account, linked to your main account (requires additional permissions on your account, please contact Text Marketer to apply).
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
$account = $tmClient->createAccount('My Client', '447000000000', 'notifications@myclient.com', 'newusername', 'newpassword', 'PROMOCODE', true); echo "New account created with ID " . $account['account_id']; |
Warning | ||
---|---|---|
| ||
Our example code is an illustration of how you might integrate with our systems and is not certified for production environments. You are responsible for testing and QA. |