NAME

WebService::Intercom::Admin - represent an admin

SYNOPSIS

my $message = $intercom->create_message(from => {type => 'admin', id => 'test' }, 
                                        body => 'test message',
                                        template => 'personal',
                                        message_type => 'email',
                                        subject => 'test subject');

ATTRIBUTES

Attributes are defined at http://doc.intercom.io/api/#admins

type
id
name
email
intercom - the WebService::Intercom object that created this user object