Create a new 'send' group.
| Code Block | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
$group = $tmClient->addGroup('My Group');
echo "The ID of {$group['name']} is {$group['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. |