Returns the type of recipient; ie. GROUP.
@group::getRecipientCategory()
None
(String) type of recipient.
This example retrieves the recipient category from a script object of an unknown type:
@targetRecipient = @event::getRecipient($content.recipient_target)
$type = @targetRecipient::getRecipientCategory()
@script::log($type)
GROUP