NAME

WebService::Intercom::Tag - represent a tag

SYNOPSIS

  my $user = $intercom->user_get(email => 'test@example.com');

  # Add a tag to a user
  my $tag = $user->tag('test tag');

DESCRIPTION

Provides an object that represents a tag at Intercom.

ATTRIBUTES

Tags are defined at http://doc.intercom.io/api/#tags

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

METHODS

save() - save any changes made to this tag back to Intercom.io, returns a new WebService::Intercom::Tag object with the updated tag.
delete() - delete this tag at Intercom.io