The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebService::Intercom::Note - represent a note

SYNOPSIS

  my $user = $intercom->user_get(email => 'test@example.com');
  my $note = $user->add_note(body => "This is a test note");

ATTRIBUTES

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

type
id
created_at
user
body
author
intercom - the WebService::Intercom object that created this user object